-
Search
-
Categories
- Lab Infrastructure (78)
- Messaging (10)
- Scripting (153)
- Uncategorized (2)
- Virtualization (208)
-
Archives
Category Archives: Messaging
Migration to Office 365/Exchange Online
I recently had a chance to help a small business move their 70 mailboxes to the Exchange Online service. This company was running Windows 2008 with Exchange 2007 on premises installation and we helped them migrate to Office 365/Exchange Online … Continue reading
Posted in Messaging, Scripting
3 Comments
Using ADSI to clear an attribute
I have many scripts that write information into Active Directory. Sometimes I need to do the opposite — remove or blank out an attribute. All of the following examples will require a distinguishedName value in AD, so I will set … Continue reading
Posted in Messaging, Scripting
2 Comments
Compare two CSV files to trend mailbox growth
I had an interesting request the other day. A co-worker had two CSV files containing mailbox information from the same Exchange server, but from different parts of the day. He wanted to know if there was any way to find … Continue reading
Posted in Messaging, Scripting
Leave a comment
Improving performance with Get-MailboxFolderStatistics
In a previous post I mentioned some performance improvements I made in an Exchange script that used Get-MailboxFolderStatistics. A portion of this script selected the size (in megabytes) of the top 5 folders in each users mailbox. I made a … Continue reading
Posted in Messaging, Scripting
Leave a comment
Working with the lastLogon attribute in PowerShell
I have been spending a lot of time working on Powershell scripts. Specifically, I have been re-writing many VB scripts and processes into more efficient powershell versions. In my last post I mentioned that I planed to share how I … Continue reading
Posted in Messaging, Scripting
2 Comments