-
Thanks for the help. It turns out that there was a couple of simple errors in the original script. The specific error stopping me was a missing value when I created the Event Filter. The subscription was in the namespace root\subscription, but the event I was tracing (win32_ProcessStartTrace) was in...
-
We’ve been asked to monitor if a network/mapped drive is available. I did find I can see drive data using the gwmi & filter for the “DriveType” Gwmi Win32_LogicalDisk -filter "DriveType = 4" The output is: DeviceID : T: DriveType : 4 ProviderName : \\%host%\%sharename...