Hi, Powershell script to create a VM after prompting the user for various settings. The script then attaches an ISO which is a boot media for an MDT server that is built tp push a particular task sequence resulting in a failry automated VM deployment. I normally do this type
Read moreCategory: Powershell
SCVMM 2012 R2 – Refresh Host Cluster – Error (2912)
* Fast publish post – be nice.. In my Cloud OS demonstration environment recently I had a host in the cluster reporting “Needs Attention” status and refreshing the host cluster failed with “error 2912”. The Hyper-V Host was in “Needs Attention” status and performing any functions from VMM were failing.
Read moreSCOM 2012 R2 – Moving the operationsmanager DB from SQL server to new SQL Cluster
MovingĀ SCOM 2012 R2 operationsdatabaseĀ to SQL Cluster. Process derived from this TechNet article http://technet.microsoft.com/en-au/library/hh278848.aspx Quick overview of the environment Versioning of my environment: System Center Operations Manger 2012 R2 w/ Update Rollup 4 SQL Server 2012 SP1 CU8 Windows Server 2012 R2 Existing servers and role: OM01 – Management Server OM02
Read moreWindows 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 domain changed. Ordinarily you can’t do this through the web ui nor is it recommended.. But that does not mean it’s not possible.. As the title suggests, this change applies to Windows Azure Pack Web
Read moreSCOM 2012 R2 – Enable Agent Proxy
Just a quick note on how to enable agent proxy via PowerShell AssumptionsĀ in this scenario: SCOM 2012 R2 – UR3 Using Operations Manager Shell You want all Agents with proxy enabled Some basics: Get-SCOMAgent Let’s limit our scope.. Get-SCOMAgent | where {$_.ProxyingEnabled -match $False} Let’s enable the proxy for all
Read morePowershell script to set speaker volume
On a recent MDT project the client requested to finish all builds with volume set at 30%. Being committed to doing everything in Powershell, I jumped on the book of knowledge looking for some inspiration. As luck would have it, I found this response from knuckle-dragger that performed the
Read more