Hi,
Would like to monitor the free disk space of a mapped drive in a server. Tried running the ps :
get-wmiobject -class "win32_mappedlogicaldisk" -namespace "root\CIMV2" -computername "."
but its not returning anything. Any pointers as to what can be done on this.
Thanks..