Enterprise Operating Systems
Troubleshooting and Guides for: Microsoft Server, Linux, and VMware
Dell Hardware/Software Guides
Dell Servers – PowerEdge, Blades, and Cloud
integrated Dell Remote Access Controller (iDrac)
OpenMange Server Administrator (OMSA)
How to Apply Permissions to Public Folder and All Sub Folders in Exchange 2007/2010 Using Exchange Management Shell
If you have a public folder that your working on, and you need to apply permissions to it using the Exchange Management Shell, its pretty easy. The command is: Add-PublicFolderClientPermission …
Restart a Service Remotely Using PowerShell on Multiple Servers
I threw a quick PowerShell function together that would allow me to restart one service on 1 or more servers in one command. I hadn’t found an easy way to …
How to reset the local admin password of a Hyper-V VM
Do you ever get that sinking feeling, when you’ve forgotten the root password to your test lab? Again? I hate it too! So I decided to figure out a way …
Moving your VM Storage
Use the fantastic tools built-in to Hyper-V 2012 to make it easy to migrate your VMs onto new storage or over to a new host. Never mess with copying .vhdx …
Cloning VMs in Hyper-V
It’s a common enough scenario: build one template machine and then mirror that to make a testlab, so you’d think this would be a built-in feature of Hyper-V, but its …