Handy powershell command for moving mailboxes from Exchange 2007 or below to Exchange 2010. Get-MoveRequest | Get-MoveRequestStatistics | fl MailboxIdentity, PercentComplete, TotalMailboxsize, BytesTransferred, BytesTransferredPerMinute, BadItemsEncountered, Message Get-MoveRequestStatistics -Identity “Luke Smith” | fl I would to
Continue ReadingMonth: February 2012
Exchange Powershell get all mailboxes with sizes
This is a handy powershell script which can be used to gather organisation mailbox settings, which can then be imported into excel for reporting. Get-Mailbox | get-mailboxstatistics |Ft displayname,itemcount, @{label=”total MB”;expression={$_.TOTALITEMSIZE.Value.ToMB()}} >c:mailbox.txt
Continue ReadingFrostywear clothing for the ski boarder or just for cold weather
I know this is an IT blog, but thought it would be worth sharing that www.frostywear.co.uk has a new lineup of clothing for skiing, boarding or just something to keep you warm. Come over and
Continue Reading