poniedziałek, 13 lipca 2015

Lists all the shared folder permissions or NTFS permissions (PowerShell)

https://gallery.technet.microsoft.com/scriptcenter/Lists-all-the-shared-5ebb395a

The Default Execution Policy is set to restricted, you can see it by typing:
Get-ExecutionPolicy
You should type the following to make it go to unrestricted mode:
Set-ExecutionPolicy unrestricted