-
Search
-
Categories
- Lab Infrastructure (82)
- Messaging (10)
- Scripting (156)
- Uncategorized (2)
- Virtualization (212)
-
Archives
Author Archives: brian.wuchner
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
Find upper range of AD attributes
The other day I was working on a powershell script to copy specific Active Directory attributes to a SQL database. I wanted to see if the destination SQL fields (which were varchar 100) would be able to contain the attributes, … Continue reading
Posted in Scripting
Leave a comment
Cisco UCS and Default Authentication Domains
I’ve recently been working with Cisco UCS — and more specifically the UCS Powertool (the powershell management component). Initially, my scripts were using a local account in UCSM for authentication. However, after changing the “Default Authentication Realm” from Local to … Continue reading
Posted in Virtualization
5 Comments
Finding VMs that will boot into the BIOS screen
A few months ago, after a round of Windows OS patching on development servers, a server admin notified me that their server did not come back online after the patch initiated reboot. Looking at the VM console he noted that … Continue reading
Posted in Scripting, Virtualization
Leave a comment