HOW TO: Find Published Printers in Active directory
Connect to any AD Controller.
Get-AdObject -filter "objectCategory -eq 'printqueue'"
Start the Windows PowerShell and copy paste below.
Press ENTER and wait couple seconds to get the results:
Get-AdObject -filter "objectCategory -eq 'printqueue'"
Comments
Post a Comment