Created
May 16, 2016 18:02
-
-
Save jacobhackl/05c3c201aa80a909de4da4af33736077 to your computer and use it in GitHub Desktop.
Windows Server ownership and read rights.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TAKEOWN /F "<foldername>" /R /D N /A | |
Remove folder read-only attribute | |
ATTRIB -R /D /S "<Foldername>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment