Greg Ramsey at myITforum.com
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ConfigMgr
ConfigMgr 2012
ConfigMgr R3
CTSMUG
Delete Client Cache
Dell
Dell Updates
Extensions
General Windows
Hardware
Hotfix
ITMU
MDT
mms
MUI
mvp
OMCI
Operating System Deployment
OpsMgr
PowerShell
SCCM
SCCM 2007
Scripting
SCUP
SCVMM
Security
SMS
Software Updates
SQL
VBScript
virtualization
Vista
WMI
WQL
Navigation
Site Home
Home
Bloggers List
Forums
Blogs
Photos
Downloads
Donate
Archives
May 2011 (1)
April 2011 (1)
March 2011 (2)
January 2011 (6)
October 2010 (1)
August 2010 (4)
July 2010 (4)
February 2010 (1)
December 2009 (4)
August 2009 (3)
July 2009 (2)
June 2009 (2)
May 2009 (1)
April 2009 (3)
March 2009 (2)
February 2009 (4)
January 2009 (7)
December 2008 (3)
August 2008 (2)
July 2008 (5)
June 2008 (7)
May 2008 (10)
April 2008 (4)
February 2008 (1)
September 2007 (1)
April 2007 (5)
March 2007 (1)
December 2006 (1)
November 2006 (1)
October 2006 (7)
August 2006 (1)
July 2006 (1)
June 2006 (1)
Browse by Tags
All Tags
»
PowerShell
(
RSS
)
ConfigMgr
Delete Client Cache
mms
SCCM
SCCM 2007
Scripting
VBScript
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:
ConfigMgr
,
PowerShell
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:
PowerShell
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:
ConfigMgr
,
PowerShell
Error "“CMPDBConnection::Init(): IDBInitialize::Initialize() failed with 0x80004005” on a ConfigMgr 2007 site
by
gramsey
So, we started out with a rough day yesterday…Our offloaded NLB management point was having trouble connecting to our offloaded SQL server for one of our...
Filed under:
ConfigMgr
,
PowerShell
How To: Properly Remove Items from ConfigMgr Client Cache
by
gramsey
Here is an example PowerShell script to demonstrate how to properly remove items (Packages, Software Updates, etc) from the ConfigMgr Client Cache...
Filed under:
ConfigMgr
,
PowerShell
,
VBScript
,
Delete Client Cache
How to: Enable the "Suppress Program Notifications" Checkbox using VBScript
by
gramsey
The Source Code download for the SMS 2003 Recipes book provided a few example scripts for modifying the ProgramFlags Property of the SMS_Program class...
Filed under:
ConfigMgr
,
PowerShell
,
VBScript
Removing Drivers From the Driver Store in ConfigMgr Using PowerShell
by
gramsey
A sample script for viewing Drivers in the driver store for site LAB, on server MyConfigMGRLABServer, that start with the path "C:\testdrivers\"...
Filed under:
SCCM 2007
,
ConfigMgr
,
PowerShell
Nice PowerShell Screencast Intro
by
gramsey
In this Screencast I go through the basics to get you started. I'll also post the sample files I've used at my blog which is http://blogs.technet...
Filed under:
PowerShell
How To: Remotely Show Machine Advertisement Information for a ConfigMgr Client using PowerShell
by
gramsey
Here's a quick example for how to query advertisements from a remote (or local) system. Just replace "myComputerName" with the computer name...
Filed under:
Scripting
,
ConfigMgr
,
PowerShell
,
SCCM
ConfigMgr and PowerShell - the RepairClient Method
by
gramsey
Here's an example of a handy function to initiate a client repair remotely using PowerShell: function repairclient([String] $strComputer) { $SMSCli...
Filed under:
ConfigMgr
,
PowerShell
How to Compare two ConfigMgr Distribution Points Using PowerShell
by
gramsey
One of the nice features for ConfigMgr is the Copy Packages Wizard . Using the wizard, you're able to select packages to copy to a distribution point...
Filed under:
ConfigMgr
,
PowerShell
How to Trigger ConfigMgr Hardware Inventory using PowerShell
by
gramsey
Here's a brief "How To" for initiating hardware inventory on a remote system using Windows PowerShell. Here it is in simple form: $SMSCli...
Filed under:
Scripting
,
ConfigMgr
,
PowerShell
SCCM and PowerShell - for starters...
by
gramsey
This is the start of several examples for leveraging PowerShell with Systems Center Configuration Manager (ConfigMgr). We'll start slow, and work our...
Filed under:
ConfigMgr
,
PowerShell
MMS 2008 - Friday
by
gramsey
All kinds of great things happen on the Friday after the closing party . If you're a Friday skipper, or a late sleeper, or an early flyer, definitely...
Filed under:
mms
,
PowerShell