Skip to main content

Questions tagged [wmi]

Windows Management Instrumentation

0 votes
0 answers
123 views

I backup my SQL Server to an Azure location. The way I do this is by mapping the Azure location as a drive in SQL Server and then direct my backups to that location. When I run the following script I ...
Marcello Miorelli's user avatar
2 votes
2 answers
573 views

I have two GPO's that affect Bitlocker. One GPO for computers with TPM and one for computers without TPM. Then we structure out our AD OU where the departments are under the TPM ou or the No TPM ou ...
Brett53559's user avatar
1 vote
0 answers
276 views

I have created a non-admin user, and trying to get details of Win32_Process but i'm either not getting any value or incorrect value for commandLine argument. I followed below steps to create the non-...
Saumya Chattopadhyay's user avatar
-2 votes
1 answer
935 views

I'm having troubles managing the workstations on my AD homelab (Windows Server 2019). It's not a network path issue because once the firewall on the remote host is disabled I can do Management. The ...
ObjectiveBox's user avatar
0 votes
1 answer
7k views

I want to connect to windows server 2019 through WMI. I test the connection by Paessler WMI tester and I get 80070005: Access is denied. I did the following but the problem is not resolved. give ...
mahmood mollaei's user avatar
0 votes
1 answer
460 views

I need to programmatically retrieve a sampling of recent CPU & memory usage on a Hyper-V system, as seen by the guest OS. By recent, I mean within the last few mins. I can't customize the target ...
Suzette S's user avatar
0 votes
0 answers
336 views

I have a GPO with this WMI filter: SELECT Name From Win32_ServerFeature WHERE Name = 'Web Server (IIS)' The GPO has a startup script meant to modify a file to instruct the load balancer that the ...
Micah Hunsberger's user avatar
0 votes
1 answer
2k views

I set up a lab to test domain joining multiple computers with a script from Microsoft. After I ran the script it came back with could not establish a WMI connection with the computer with the ...
Hagen_21's user avatar
0 votes
1 answer
2k views

I'm getting a weird access denied error for WMI on one of our servers that I can't understand. It appears to fail from any PC/Server that's attached to our domain, yet if I try it from my laptop that ...
miroslav22's user avatar
0 votes
2 answers
2k views

I'm trying to retrieve a WMI objects on a remote machine using the following powershell code : Get-WmiObject -ComputerName mymachine -class Win32_operatingSystem -Authentication PacketIntegrity ...
nmariot's user avatar
  • 61
1 vote
2 answers
12k views

On a Windows PC joined to a 'traditional' Active Directory domain, querying Win32_ComputerSystem or Win32_NTDomain returns the domain name. On Azure anything [joined], those classes return nothing. ...
SKidd's user avatar
  • 93
0 votes
1 answer
3k views

There is a class in WMI ROOT\CIMV2 named Win32_OfflineFilesHealth with property LastSuccessfulSyncTime. But the class is having no instances even if I have Offline files enabled and I'm using it. What ...
Jan Vojtěch Vaníček's user avatar
0 votes
1 answer
253 views

Problem I want to find the VolumeId that my file is on using the file path. The Best Solution That I Can Think Of The best way that I can think of accomplishing this is to query out via WMI/CIM all of ...
SQLing4ever's user avatar
1 vote
0 answers
714 views

How can I initiate a new CIM session to a Windows server in my domain, from a PC that is not in the domain? I know this works, because I did it recently from the same computer, but I always forget the ...
jdm's user avatar
  • 251
0 votes
3 answers
7k views

Note: This is a repost from an original post on StackOverflow. I was directed here by a helpful user, and am simply reposting. I made a StackOverflow account for the first time due to this annoying ...
BurgundianM's user avatar

15 30 50 per page
1
2 3 4 5
27