Guest Jake Posted August 20, 2007 Posted August 20, 2007 Hi, Shares are supposed to be hidden when its name is terminated with a dollar sign. However when assigning drive letters to shares in logon.bat scripts everybody is able to read everything. How can we avoid this..? regards jake
Guest Pegasus \(MVP\) Posted August 20, 2007 Posted August 20, 2007 Re: Drive mappings in logon scripts... "Jake" <jake44@gmail.com> wrote in message news:uKwSkTv4HHA.1992@TK2MSFTNGP03.phx.gbl... > Hi, > > Shares are supposed to be hidden when its name is terminated with a dollar > sign. > > However when assigning drive letters to shares in logon.bat scripts > everybody is able to read everything. How can we avoid this..? > > regards > > jake You need to apply appropriate NTFS permissions.
Guest Jake Posted August 20, 2007 Posted August 20, 2007 Re: Drive mappings in logon scripts... Pegasus (MVP) wrote: > You need to apply appropriate NTFS permissions. What are the typical / default NTFS permissions for a logon script...? Is it read by system or by the user object? Jake
Guest Pegasus \(MVP\) Posted August 20, 2007 Posted August 20, 2007 Re: Drive mappings in logon scripts... "Jake" <jake44@gmail.com> wrote in message news:u8r2QZx4HHA.1992@TK2MSFTNGP03.phx.gbl... > Pegasus (MVP) wrote: > >> You need to apply appropriate NTFS permissions. > > What are the typical / default NTFS permissions for a logon script...? > > Is it read by system or by the user object? > > Jake I was thinking of the folder permissions, not the permissions for some script file. You're the best person to judge what permissions to give your users. Read? Read/Write? For everyone? For certain groups only? For certain individuals only?
Recommended Posts