Questions tagged [wmi]

Windows Management Instrumentation

Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based operating systems. You can write WMI scripts or applications to automate administrative tasks on remote computers but WMI also supplies management data to other parts of the operating system and products, for example System Center Operations Manager, formerly Microsoft Operations Manager (MOM), or Windows Remote Management (WinRM).

396 questions
0
votes
0 answers

SCCM Software Center WMI query missing applications

I am using the below query to check the Software center available and installed applications. But some of the apps are missing in the query but available in Software Center. Is there any other query required to get missing…
Enigma
  • 1
0
votes
1 answer

WMI Filter in Group Policy evaluating incorrectly

I have three machines: ASAAD-0 MSN-LEED01 MSN-LEED02 In group policy I have a WMI filter called LEED which is the following: SELECT * FROM Win32_ComputerSystem WHERE (Name != "MSN-LEED01" OR Name != "MSN-LEED02") The OU that contains the GPO…
0
votes
1 answer

WMI filter for NOT server core for all current Windows editions

I want a WMI filter for all computers except server core for a GPO deploying some GUI tools. The top result for "wmi query server core" has many issues: The answers are specific for Server 2012. The name of the server core feature keeps changing in…
billc.cn
  • 444
  • 5
  • 12
-1
votes
2 answers

root\MsCluster - The WMI provider returned an 'access denied' error

I have prepared the non-administrator user for collecting data using WMI. I can query any namespace using this user except root/MSCluster. For root/MSCluster it returns 'access denied'. At the same time, I can successfully query it using domain…
John
  • 532
  • 5
  • 14
-1
votes
1 answer

How to loop specific powershell script

I need to uninstall Java from several computers in my network. After almost all day of Googling it seems the best way to do this is with a Powershell script. I found one that I have tested on a few computers that works pretty well but I'm not a PS…
Tyler Miranda
  • 167
  • 2
  • 9
-1
votes
1 answer

WMI Remote Monitoring getting The RPC Server is unavailable. Windows Server 2019

I'm having trouble connecting to a remote machine via WMI. Getting the error message The RPC Server is unavailable I've ensured that the Remote Procedure Call service is turned on. I've opened all necessary ports in the firewall. I've turned off…
UserSN
  • 157
  • 3
  • 16
1 2 3
26
27