-
Search
-
Categories
- Lab Infrastructure (80)
- Messaging (10)
- Scripting (155)
- Uncategorized (2)
- Virtualization (210)
-
Archives
Author Archives: brian.wuchner
SRM with vSphere Replication & the not so detailed exception
I have been working on an SRM lab for the Indianapolis VMUG Demo Day event — which is on Thursday July 26th. If you are going to be in the area you should check out this free event (please register … Continue reading
Posted in Virtualization
Leave a comment
VMware View 5.1 and Windows 7
I have been working on a VMware View lab environment for the Indianapolis VMUG Demo Day event. If you are going to be in the Indianapolis Indiana area on Thursday, July 26th 2012, you should stop by and check out … Continue reading
Posted in Virtualization
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
Improving SQL Update/Insert performance
I was recently reviewing a Powershell script that had slow performance. The script used Get-MailboxFolderStatistics to pull information from an Exchange Server environment and insert (or update) a record in a SQL database based off the email address. The code … Continue reading
Posted in Scripting
Leave a comment
Get Regular Expression matches
Recently I was given a task at work…someone pointed at a haystack and asked me to find a needle. Actually, the task involved reading the body of hundreds of email messages looking for telephone numbers. Regular expressions and powershell make … Continue reading