Was cleaning out some old PS scripts recently and found this one in my toolkit. […]
Create empty Management Pack from SCOM via PowerShell
Found this one in my toolkit recently and thought I’d share. It’s a little old […]
Updating uri’s for HA WAP deployment via PowerShell
Another quick one, just to share…. 🙂 For a HA WAP deployment you will need […]
Applying updates (cab & msu) by batch file…
Another one from my toolkit.. Basically run this batch file from a folder with the […]
SCVMM DataSize Property
Quick Tip!! So I was asked to create a custom property that gives a quick […]
PowerShell Tools – Create an ISO
Brilliant little tool Hrisan Dzhankardashliyski at Powershell.com http://powershell.com/cs/media/p/49052.aspx Edit: updated the script block […]
Quick migrate multiple VM’s using PowerShell
As users of System Center Virtual Machine Manager would know, trying to quickly live migrate […]
Install Windows Features in Bulk with PowerShell
 Quick Tip: Install Windows Features with PowerShell in bulk Using my current favourite PowerShell […]
Set Agent Proxy Default setting – SCOM 2012 R2
Run this on any server that has the SCOM Console installed. add-pssnapin “Microsoft.EnterpriseManagement.OperationsManager.Client”; new-managementGroupConnection -ConnectionString:scomserver.domain.com; […]
Windows Azure Pack – change web sites default domain – Web Sites v2 update rollup 4
I recently had a POC WAP environment where the client wanted the web sites default […]