Had a request today where a tenant was trying to delete a virtual network but […]
Adding existing VM’s to WAP Subscription using PowerShell
Edit: added Cloud parameter to the script. Deploying WAP for clients, they start creating new […]
Migrate multiple VM’s from one Hyper-V cluster to another Hyper-V cluster with different Logical Switch using PowerShell.
Another fast publish! (I really should get back and clean these up…) Recently upgraded one […]
Change default PHP settings in Windows Azure Pack (IIS WebFarm)
Had a user try to upload a theme to a WordPress site they had published […]
Import subscribers into SCOM via PowerShell
Quick post A client had an existing monitoring system and exported the subscriber address list […]
VM Template network settings for WAP
Quick scribble: add images and detail 3 steps 1) Template > […]
SCVMM 2012 R2 – Refresh Host Cluster – Error (25122)
Fast publish (this is becoming a common phrase) so be kind… When refreshing host […]
Live Migrating VM’s with Powershell from VMM to VMM with different Logical Switch
Another quick & dirty fast publish: When live migrating a VM from […]
Windows Azure Pack – URLs & Ports
This is for editing the Windows Azure Pack URL’s and Ports. Works as […]
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; […]