Exchange Powershell Exchange and Powershell Helps, Tips, and Tricks

Archive for November, 2009

Delete all messages after date from mailbox

11.24.2009 · Posted in Exchange, Powershell

I was asked to delete everything from a mailbox called familydomains that was older than 2009. Here is the Exchange Powershell command that I used to delete everything earlier than 12/31/2008 to a PST file located in my C:\temp directory. export-mailbox familydomains -PSTFolderPath C:\temp\ -DeleteContent -endDate 12/31/2008 The advantage to doing it this way is ...

Project Professional 2007 – Error

11.23.2009 · Posted in Server

I got a call from a user that was trying to use the web interface on a Project Server install, and was getting this error message when she was trying to edit a project that she created several days before: Project Professional 2007 is currently running under a profile that does not match your current ...

Command to list all messages to a specific domain for the day

11.20.2009 · Posted in Exchange, Powershell

If you want to list all of the messages sent to a recipient with a specific domain, you can run this command. It will export a list of all message from 8:00AM – 5:00PM on 10/17/2009 that were to someone on the domainname.com domain. The list will be saved to c:\send.xls get-transportserver | Get-MessageTrackingLog -ResultSize ...

IBM X3550 7978-AC1

11.13.2009 · Posted in General, Hardware, Server

We were having some issues with one of our X3550 servers from IBM.  The server kept doing a blue screen and hard stop.  The errors we were seeing indicated that it was probably the RAID controller, the system board raid controller.   To start trouble shooting the process, I ran UpdateXpress version 4.07 to update the ...