January 2011 - Posts

0
Comments

How To: Inject Drivers from USB During a ConfigMgr Operating System Task Sequence by gramsey

ConfigMgr OSD does a great job of injecting drivers 'on the fly' into your OS Deployment process. For example, you can create task sequence steps...
0
Comments

Win32_Product Is Evil. by gramsey

I'm a bit of a fan of Windows Management Instrumentation ( WMI ), but today's post is a bit of a 'buyer beware'.  I'll sum it...
Filed under: ,
0
Comments

New Web Report–Show Update Compliance Status for all Systems in a Collection, Based on Update List by gramsey

We had an internal request to "Show me software update compliance state for each system in a collection, based on an Update List". There are...
Filed under: ,
0
Comments

How To: List all servers used by your ConfigMgr Infrastructure by gramsey

Here's a quick PowerShell script to show all servers used in your ConfigMgr Hierarchy: 1: $myServers = get-wmiobject SMS_SystemResourceList ` 2: -namespace...
Filed under: ,
0
Comments

Get-PingStatusList.ps1–Ping Hundreds of Systems Quickly Using the Start-Job Command in PowerShell by gramsey

Here is a good example of the power of PowerShell 2.0. Say you have list of several systems, and you simply want to see if they respond to a ping. This...
Filed under:
0
Comments

How to: Expire a Custom Update in WSUS Using PowerShell by gramsey

The Queen of SCUP and I had some Orphans in WSUS that needed to be cleaned up. Not just one or two, but for fun let’s say “More than 10”.  First,...
Filed under: ,
Powered by Community Server (Commercial Edition), by Telligent Systems