Ping SCCM collection members with PowerShell (sample script for ConfigMgr 2007 and 2012) developed by Pete Zerger

By reading the name of the article you can easily understand what this script does.

You can grab the scrip from here.

Thank you Pete fro sharing this script with the community.

VMM SQL Extravaganza Scripts

Here 21 SQL queries that you can run against VMM Database and get useful information. The scripts are kindly provided by Murat Demirkiran a Senior Virtualization Expert at Denizbank in Infrastructure & System Management Group.

Add/Remove a Management group from a SCOM 2012 agent with script

Two very useful scripts if you multi-home SCOM agents provided by Bob Cornelissen:

Let’s Build a Cloud… With PowerShell! – Part 1: Deployment and Configuration

Yigal Edery shows a glimpse of the new model on how to manage the Cloud. No need to explain further because “a must read” article. Read it here.

“Splatting” PowerShell script activities in Orchestrator

Robert_Hearn: “Splatting allows you to bundle a set of parameters into a hashtable and then simply using it as single parameter to a PowerShell function or cmdlet.”. To see how this technique can help you in Orchestrator read the full article here.