$acl = Get-Acl "C:\Windows\Temp" $rule = New-Object System.Security.Accesscontrol.FileSystemAccessRule("IIS_IUSRS","Write","Allow") $acl.SetAccessRule($rule) Set-Acl "C:\Windows\Temp" $acl
-
Notifications
You must be signed in to change notification settings - Fork 0
cuongngoht/Test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published