How can I get the printer shares on a print server using Powershell?
- by Ben
I'm trying to use Powershell to get the print shares from a remote print server.
I'm using:
Get-WmiObject Win32_Share -computerName "print-server"
I'm getting an "access denied" error:
Get-WmiObject : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
At line:1 char:14
+ Get-WmiObject <<<< Win32_Share…