Random header image... Refresh for more!

Posts Tagged ‘ACL’

Set Folder Permissions using a PowerShell script

Icon Written by Niklas Goude on February 13, 2009 – 2:15 pm

A common Admin task is Setting permissions on folders for new Users or Groups. doing this manually can be pretty boring and timeconsuming. This script automates these steps through PowerShell.

The parameters that I’ve added to the script are:

-Path Folder to Create (Required)
-User User who should have access (Required)
-Permission Specify Permission for User, Default set to [...]

Tags: ,