![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Using Set-ACL to give "Everyone" Full control on folder Hi, How do you use Set-ACL to give the "Everyone" group full permissions to a certain folder. I see it is possible for a specific username, but i can't seem to do it for a group. thanks, Jason |
My System Specs![]() |
| | #2 (permalink) |
| | RE: Using Set-ACL to give "Everyone" Full control on folder Have you tried domain\everyone ? That may work not sure though .. Chris "greatbarrier86" wrote: Quote: > Hi, > > How do you use Set-ACL to give the "Everyone" group full permissions to a > certain folder. I see it is possible for a specific username, but i can't > seem to do it for a group. > > thanks, > Jason |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Using Set-ACL to give "Everyone" Full control on folder greatbarrier86 wrote: Quote: > Hi, > > How do you use Set-ACL to give the "Everyone" group full permissions to a > certain folder. I see it is possible for a specific username, but i can't > seem to do it for a group. > > thanks, > Jason and I'll try it tomorrow. I typically "cheat" with ACLs, and just copy them either from an existing file/folder, or use the GUI to create the required ACL, then copy the ACL from that. Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #4 (permalink) |
| | RE: Using Set-ACL to give "Everyone" Full control on folder i didnt think of that...although i'm not sure that would work because i'm not working on the domain level. this will be local. "Chris" wrote: Quote: > Have you tried > > domain\everyone ? > > That may work not sure though .. > > Chris > > > "greatbarrier86" wrote: > Quote: > > Hi, > > > > How do you use Set-ACL to give the "Everyone" group full permissions to a > > certain folder. I see it is possible for a specific username, but i can't > > seem to do it for a group. > > > > thanks, > > Jason |
My System Specs![]() |
| | #5 (permalink) |
| | RE: Using Set-ACL to give "Everyone" Full control on folder I'm not sure whether this goes against the Powershell philosophy or is at the heart of its philosophy. Bypass Set-ACL altogether. While you can do this by using the FileSystemAccessRule, DirectorySecurity and 20 lines of code. Its far easier to fall back on a NT tool thats been around forever cacls . /e /g everyone:r or cacls . /e /g bob:r cacls <folder> /e /g <domain>\user:r Will do what you want "one line at a time" ![]() "greatbarrier86" wrote: Quote: > Hi, > > How do you use Set-ACL to give the "Everyone" group full permissions to a > certain folder. I see it is possible for a specific username, but i can't > seem to do it for a group. > > thanks, > Jason |
My System Specs![]() |
| | #6 (permalink) |
| | RE: Using Set-ACL to give "Everyone" Full control on folder I am currently using cacls/icacls but i thought there was a more appropriate way of doing so. I might as well just stick with it. "Bob Landau" wrote: Quote: > I'm not sure whether this goes against the Powershell philosophy or is at the > heart of its philosophy. > > Bypass Set-ACL altogether. While you can do this by using the > FileSystemAccessRule, DirectorySecurity and 20 lines of code. Its far easier > to fall back on a NT tool thats been around forever > > cacls . /e /g everyone:r > > or > > cacls . /e /g bob:r > > cacls <folder> /e /g <domain>\user:r > > > > Will do what you want "one line at a time" ![]() > > > > "greatbarrier86" wrote: > Quote: > > Hi, > > > > How do you use Set-ACL to give the "Everyone" group full permissions to a > > certain folder. I see it is possible for a specific username, but i can't > > seem to do it for a group. > > > > thanks, > > Jason |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Gateway "Stereo Mix" in Windows Vista.!!! ( Give me Help pleases ) | Vista General | |||
| Can't change permission to "full control": Access is Denied. | Vista file management | |||
| Vista not wotking with "My Computer" or "Control Panel", "Screen Saver" | Vista General | |||
| Contact folder shows "ARTISt", "GENRE", ETC as in media player | Vista mail | |||
| How to give Full Control to new user | Vista security | |||