WScript.Echo "an error occurred. It was " & errRTN
WScript.Quit
End If
End sub
Function forMatSD(strSD)
forMatSD = "{" & join(strSD,",") & "}"
End Function
Working with Share Permissions
For many network administrators, creating a share is very easy. It is also easy to create a share
by using a script. But what if you need to work with the security permissions on those shares?
This is where you need to begin to work with security permissions with WMI. In the following
Share.vbs script, I query for the existence of a ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.