Depending on the information stored for the users in the AD, there is two ways this can be accomplished: 1.Set email field and default email […]
Category: Powershell
Powershell Commands
Close all opened sessions Get-PSSession | Remove-PSSession Remove all variables from session Get-Variable -Exclude PWD,*Preference | Remove-Variable -EA 0