We use cookies to improve your experience. By your continued use of this site you accept such use.
For more details please see our privacy policy and
cookies policy.
I agree
The script notifies a recipient about a new member added to an AD group, including information on the manager of the new member in the notification email.
The built-in 'Move Home Directory' action can fail on large directories if the operation takes more than 10 minutes to complete. This PowerShell code works around this issue by creating a separate process to move a home folder.
The script moves a user's home folder to another location. Unlike the built-in Move home folder action, it does not stop when unable to move a folder or file, and copies it instead. All locked items are listed in the Execution Log.