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
1
vote
2 answers

Create SCCM device collection based on last logged on users who are members of an AD security group

I'm trying to create a device collection in SCCM 2012 which contains only the devices who are used by the users who are members of a certain User AD Security Group. I tried to accomplish this by first making a query for all the users in the group,…
Chobom
  • 33
  • 1
  • 6
1
vote
1 answer

Access to “Windows Security” logs for “eventlog” group

Security logs are not available for users in eventlog group. I've checked this down to security event log file. eventlog group has all permissions. Unfortunately I cannot add my user to Administrators group. Which local\domain policy can block this?
1
vote
1 answer

How do I open the firewall for my monitoring software to access WMI?

I have a SQL Server machine and a monitoring machine, and I need the monitoring software on the monitor host to be able to read the WMI data on the SQL Server host. (The monitoring software is RedGate SQL Monitor). Both machines are running Windows…
1
vote
0 answers

Same WMI request is much slower on other machine

I posted this question some time ago on stackoverflow, but unfortunately I didn't get any answer yet. It's actually not very urgent, as this problem seems only to exist on my machine - for now. But I've been told, that there have been similar issues…
wodzu
  • 111
  • 3
1
vote
1 answer

Group Policy WMI Filter to Check if Windows Feature is Installed

The following returns true for servers without the Server GUI installed: WMIC PATH Win32_OptionalFeature WHERE "Caption = 'Microsoft-Windows-Server-Gui-Shell-Package-DisplayName' AND InstallState = 2" However, my attempt to translate this into a…
Tohuw
  • 488
  • 2
  • 8
  • 23
1
vote
1 answer

Group Policy WMI Filter query

I'm putting in place a policy to install AV software but only want it to apply when the computer has no AV software installed, I know WMI can be used for this but don't have a clue how it can be done. Thanks
user3329963
  • 163
  • 1
  • 3
  • 9
1
vote
0 answers

WMI request (Wbemtest), access is denied to domain computer

let me explain our setup first! We have 2 site location with Cyberoam CR50ING Firewall, IPSec between the 2 Subnet. Cyberoam firewall has an AD authentication with their software linked to the appliance, to detect live and logoff user. Site A is…
1
vote
1 answer

wmic hanging on remote server?

Based on information from my previous question, I'm trying to learn wmic. I'm playing around with trying to look at which processes are using the most resources on a remote server. What I've managed to come up with is near the bottom of this post.…
duzzy
  • 145
  • 1
  • 2
  • 7
1
vote
2 answers

What are the minimal permissions for WMI access to processes CommandLine?

I have been trying to get a remote listing of running windows processes including their CommandLine/ExecutablePath attribute through WMI as a non-administrator domain user for a monitoring tool. I have succeeded to get a process list using the…
Basdoorn
  • 51
  • 1
  • 5
1
vote
0 answers

Side effects or performance issues for keeping WMI Performance Adapter running always?

This is related to a similar question: Why is my System event log full of WMI Performance Adapter messages? I've found various blog posts that suggest you can modify the service so that it starts Automatically, thus preventing the event log from…
1
vote
2 answers

Getting error "WMI: Not Found" on a Windows 2003 Server

I'm getting the following error whenever I try to view the dependencies for any service on our Windows 2003 Enterprise Server: WMI: Not Found So three questions pop into my head at this point: Obviously, what can I do to fix this? Hopefully the…
Jared
  • 1,577
  • 2
  • 12
  • 12
1
vote
0 answers

WMIC with XCopy: Copy file from Remote System to Shared Location

Today I found one issue where, I would like your help... Situation: I want to copy my remote file (which is not shared directly) to other system (which is shared) so, basically it's like Remote Location D Drive file to copy to some shared…
Brijesh Sahh
  • 11
  • 1
  • 2
1
vote
1 answer

retrieve software RAID information using WMI

I need to get software RAID configuration info from a remote windows server (2003, 2008, 2012) on a local linux system. I have searched and searched, but have been unsuccessful at finding a solution, as has, it seems, anyone else trying to do a…
1
vote
1 answer

How can I retrieve the data types of properties when querying WMI via Winrm

Winrm allows me to query WMI via the WS-MAN protocol as opposed to DCOM. However, in the DCOM implementation I can retrieve the data types of the various properties of the various classes I query. However, if I use winrm I just get back the values.…
Mark
  • 211
  • 1
  • 4
  • 8
1
vote
1 answer

Windows Remote WMI

i want to manage my Windows Server 2012 remotly via Server Manager and the MySQL installation via MySQL Workbench 6. Now i got serval problems. The first one is that i cant get remote WMI access to my server. Everytime i try to connect with the…