I'd like to request a Monitor to validate the availability of Windows or SMB file shares. --Joel asked 02 Mar '15, 17:06 ashmite |
Well, this seemed like a good time to start working with the PowerShell object model for PA. I wrote this script that looks at the SYSYVOL share on a monitored DC, but it can easily be adapted to work against a generic file share by changing the path in the $Folder variable. It'd be a simple task to change the path to a Custom Property if that works better for you.
answered 04 Mar '15, 13:39 ashmite |