Greg Ramsey
Sign in
|
Join
|
Help
Home
About
RSS
Atom
Comments RSS
Search
Tags
ConfigMgr
CTSMUG
Dell
Extensions
General Windows
Hardware
Hotfix
ITMU
mms
MUI
mvp
OpsMgr
PowerShell
SCCM
SCCM 2007
Scripting
Security
SMS
virtualization
Vista
WQL
Navigation
Site Home
Home
Bloggers List
Blogs
Photos
Downloads
Archives
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
mms
SCCM
Scripting
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.com/jeffa36 Enjoy! jeffa Screencast: Windows PowerShell...
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 to query. Provided you have proper rights to that...
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 = [wmiclass] "\\$strComputer\root\ccm:sms_client"...
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 based on packages at an existing 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 = [wmiclass] "\\myComputerName\root\ccm:SMS_Client"...
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 way up to more complex tasks. A few important notes...
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 work things out for next year so you don't...
Filed under:
mms
,
PowerShell