Hi
I have a text file with the list of servers and it is called servers.txt and I want to run the below command on all the drives on all the servers in that text file.
icacls folder1 /T /Grant "domain\user1:F"
Can you please give me a sample Powershell script to do it
thanks