Browse Forum Posts by Tags

Showing related tags and posts for the Ask the Experts group. See all tags in the site
  • Re: Permenant Event Filters

    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...
    Posted to PowerShell and WMI (Forum) by Thomas Lee on 10-09-2011
    Filed under: WMI, WMI Eventing
  • Monitor & Log Mapped drive/Network shares

    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...
    Posted to PowerShell and WMI (Forum) by justaguy on 06-06-2012
    Filed under: WMI, Test-Connection, Event, WMI Eventing, Remote PowerShell, get-wmiobject
Page 1 of 1 (2 items)
Copyright 2012 PowerShell.com. All rights reserved.