Powershell script to pull users from an ad group and create folder with permissions

groupspermissionspowershellscriptingusers

I saw a question that was similar however the answer they got was in vbscript.
(PowerShell/Command Prompt – Create folders from AD group members)

I need to create a series of folders based on the mambership of an AD group.

I would like a powershell script so that I can get the users out of an ad group then create the folders on the Fileserver. I will then like to put permissions on those folders (I believe this is using get-acl and set-acl).

If anyone has any good book titles for learning powershell could you let me know also please?

Best Answer

Books for ref materials:

Free Books:

Paid Books -

Hope this helps! And there are lots of others too. Ed Wilson has some do amazon search and read reviews and ask, it's a great community.