-
Hello, I am trying to find a way to modify this script so that it will accept a list of usernames and then delete the home folders for the users. The home folders exist on numerous file servers and I can put the user names in a text or csv file. Can anyone help me out and thanks in advance! $psSession...
-
I am trying to find a way to delete home folders for a list of users that I can put into a csv file or text file. I found a script that deletes the home folders for a single user, but how can I get this to do this for users specified in a file, and can I add something to have the script delete the user...
-
Hi I need to obtain the size of a group of users home directories. So far I've got the path to each user but now I need some kind of loop for each of the homefolders. Script so far: Get-QADGroupMember 'domain\OU' | select Homedirectory, Name That gives me a list with path to homedirectory...