-
Search
-
Categories
- Lab Infrastructure (81)
- Messaging (10)
- Scripting (156)
- Uncategorized (2)
- Virtualization (211)
-
Archives
Category Archives: Scripting
A missing folder, a missing day
I recently moved some scheduled tasks from a Windows 2008R2 server to a Windows 2012R2 server. This should be the easy type of work: copy some files, enter some credentials, move on to another project. But as luck would have … Continue reading
Posted in Scripting
Leave a comment
Moving to XtremIO (or any other array)
I was recently asked to help move VMs from one datastore backed by traditional spinning disk to an EMC XtremIO datastore. I was really excited as I wanted to see the power of an all flash array. As a best … Continue reading
Posted in Scripting, Virtualization
Leave a comment
Lack of posts
I realized today that I hadn’t posted anything new since December. That’s four full months without a post… normally I would have averaged a dozen posts in this period of time. A few things have contributed to to this lack … Continue reading
Posted in Scripting
Leave a comment
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
PowerCLI: Getting LUN paths when using EMC PowerPath/VE
A few weeks back I wanted to verify some path counts per LUN. This is typically pretty easy and something that can be written as a one liner using standard PowerCLI cmdlets as such: Get-VMHost | Get-ScsiLun | Get-ScsiLunPath However, … Continue reading
Posted in Scripting, Virtualization
1 Comment