This is for editing the Windows Azure Pack URL’s and Ports. Works as of WAP for Server 2012 R2 UR5. Modify your variables accordingly. I have each […]
Month: March 2015
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; set-location “OperationsManagerMonitoring::”; Set-DefaultSetting -Name HealthServiceProxyingEnabled -Value True Totally stole this from the SCOM aficionado – […]
Actual Installed Application Reporting from SCCM
Having worked on SCCM for many years now I have lost count of how many times I have been asked, “Since you guys have an agent on all of the […]
WMI and PowerShell v4 a match made in heaven
Natively Windows has a tool to access and view the WMI Namespaces, called WBEMtest.exe. In my opinion it can be quite clunky to use, especially when you are starting to […]
Hyper-V – Create VM powershell script
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 […]