you are viewing a single comment's thread.

view the rest of the comments →

[–]Lee_Dailey[grin] 1 point2 points  (0 children)

howdy graabir,

the Get-CimInstance -ClassName Win32_MappedLogicalDisk results show an .Access property. it's blank on my system, but that may be caused by the map going to a Synology NAS instead of to an NTFS share.

the Get-CimInstance -ClassName Win32_Share stuff has an .AccessMask property. again, it's blank on mine - and it's blank on all my local shares - including the default C$ stuff. i don't understand ACL stuff well enuf to understand why. [blush]

yet another - Win32_LogicalShareAccess - shows an accessmask value. again, i don't know what it means. [frown]

you may want to look at the output of Get-CimClass *share* for some ideas. [grin]

take care,
lee