Microsoft
Software
Hardware
Network
Question : get-wmiobject error - Powershell
I am getting this error trying to querry a remote print server on my local LAN:
Get-WmiObject : Access denied
At C:\Documents and Settings\me\My Documents\Scripts\Print-st
atus-test-
3b.ps1:3 char:26
+ $colItems = get-wmiobject <<<< -class "Win32_Printer" -namespace "root\CIMV2" `
+ CategoryInfo : InvalidOperation: (:) [Get-WmiObject], ManagementException
+ FullyQualifiedErrorId : GetWMIManagementException,
Microsoft.
PowerShell
.Commands.
GetWmiObje
ctCommand
Answer : get-wmiobject error - Powershell
As the command states, you dont have access to WMI on that print server
Try running the script as a user that has those permissions.
Random Solutions
SetPrivilege for a dll
CountIf in Excel across many cells
After installing desktop experience on 2008 RDP server outlook is no longer default mail program HELP!
CSS problem
How to use PIVOT function
unable to find callback library jcb.dll
Drupal - How to alter default organic group form values?
Offline Application - ADO.NET Sync Framework or Smart Client Offline App Block
Determine if validated data has already been used
Remove ListItem from RadioButtonList inside a GridView