
Creating a share with share permissions
In the NT4 Resource Kit, there's "subinacl.exe" which can set permissions
on a share.
Example:
subinacl /share \\pluto\sharename /grant="domainname\domain admins"=F
/grant="domainname\username"=C /revoke=everyone
Quote:
> All,
> I've successfully created shares from a client on a NT server using VBS
but,
> I'm trying to find how to set the permissions on the share. Is this
> possible?
> Kevin