Windows Powershell
Adding aliases to Distribution Groups using Powershell
On several occasions at work I have been asked to add email aliases to distribution groups for testing purposes. Depending on how many you have to add, in my case 30 or more, doing this through the exchange systems manager just won’t do. I mean, what self respecting systems engineer is going to copy and [...]
Turning off prompts for Exchange 2007 powershell commands
Just pass the -confirm:$false parameter to the command you are running and the annoying confirmation prompts go away. Beware that you must make sure you know what the command is doing before passing this parameter….the confirmation prompts are there for a reason. It does make changing permissions on ,say, 1000 public folders much less annoying [...]