Hi, is it possible for an Administrator to get info about other users printers on a terminalserver. I have tried different commands and used psexec and even if the users see that the command windows is running the result is only the Administrators printers.
I need to run wmic printer get name,default or Get-WmiObject -Query " SELECT * FROM Win32_Printer WHERE Default=$true" as/in another user/session and then return that users printers not the Administrators printers.
↧