-
By Colin Smith I was just asked to take a look at writing a script for our new Exchange environment. Now I do not have a lot of experiance scripting for Exchange but I love a Powershell challenge. The problem was that all of our distribution groups ... Read More
-
$MailboxSvr = Get-MailboxServer | select name foreach($svr in $mailboxsvr) { $db = Get-MailboxDatabase -Server $svr.Name foreach($database in $db) { $Server = $database.Server.Name $Db = $database.Identity $edbfilepath = $database.EdbFilePath $path = “`\`\” + $Server + “`\” +...
-
The Exchange 2007 Community Wiki site has a growing PowerShell script library. The current scripts can be viewed at the following link: http://e12.editme.com/PSSCategories
-
Nicolas Blank shows a brief example of using WMI and PowerShell to manage Exchange 2000/2003. Here is the link: http://www.digwin.com/view/how-to-managing-exchange-20002003-using-powershell-part-i
-
Jonathan Medd has written a blog post about finding free space in Exchange 2003 databases using PowerShell which is a regular task for Exchange Admins. Read More
-
By John I have this script set as a scheduled task and runs daily on my companies Exchange 2007 servers. It helps to see not only the current sizes but to see if any. Read More
-
Lynn Lunik has posted several useful links to articles that use the Exchange Command Shell (PowerShell). Read more
-
Jonathan Medd offers a solution for testing out a disaster recovery scenario for Exchange 2003 that involves a dia-tome method. Read More
-
A code snippet used to set up users on BES (Blackberry Enterprise Server) environment with Exchange 2007. Read more
Posted to
Exchange
(Forum)
by
ps2
on
01-23-2009
Filed under: Exchange, Blackberry Enterprise Server
-
Ying Li has written a PowerShell script to create Multiple Exchange mailboxes from an Excel file. Read More