hi,
I would like to find out the printers a specific user has installed. With
get-WMIobject win32_printer -computer computername
I only see those printers that are installed local. I can't see the printers that are installed by the AD-user from a print server in the network.
The same issue on the local computer, if I start powershell with a different than the logged on user.
Any ideas?
Sven
check this out:
http://blogs.technet.com/b/heyscriptingguy/archive/2007/07/16/how-can-i-list-the-network-printers-for-the-logged-on-user.aspx
Hi,
thank you for the quick answer. Is there a method that uses powershell instead of vbscript?