During the login to remote desktop, the list of available printers on the operating system changes in Windows 2008 R2.
I ran a test with:
get-WmiObject-class Win32_Printer | ft name, SystemName, sharename
closing and reopening the session immediately changes the list of printers.
How do I resolve this problem?
I ran a test with:
get-WmiObject-class Win32_Printer | ft name, SystemName, sharename
closing and reopening the session immediately changes the list of printers.
How do I resolve this problem?