Last active
April 21, 2017 21:18
-
-
Save PixelRobots/57ff8a731cedc9bfb3c0a1e44d7ab5f6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Enter-PSSession -ComputerName PIXEL-NANO10 | |
Install-NanoServerPackage Microsoft-NanoServer-Storage-Package -Culture en-us | |
shutdown /r /t 10 | |
Exit-PSSession | |
Enter-PSSession -ComputerName PIXEL-NANO10 | |
New-Item -Name Share -Path c:\ -Type directory | |
New-SmbShare -Name share -Path c:\Share | |
Get-SMBShareAccess share | |
Grant-SmbShareAccess -Name share -AccountName ad.testpixels.co.uk\richard.hooper -AccessRight change | |
revoke-SmbShareAccess -Name share -AccountName everyone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment