Looking for some help new to powershell.
I am trying to use powershell to turn a current list of folders on a drive into hidden shares with the folder names, and give everyone full permissions to the share. This script would be run locally on the server.
example
folder name test would be shared as $test with everyone full permissions.
Thanks for any help.