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
»
Scripting
(
RSS
)
ConfigMgr
General Windows
PowerShell
SCCM
SMS
Kickin' it Old School - RunDll and RunDll32
by
gramsey
Ran into a situation today where I needed to "lock workstation" over Remote Desktop. . . couldn't remember the command - a quick live search...
Filed under:
General Windows
,
Scripting
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
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
more handy than a shirt pocket
by
gramsey
Anyone reading this live near Evansville, Indiana ? If so, and you happen to run into the owners of www.cruto.com , do me a favor and shake their hands...
Filed under:
Scripting
How To: Force an SMS Advanced Client to Re-Discover its Site
by
gramsey
Here's a sample VBscript to remotely initiate a client re-discovery (just like clicking the "Discover" button on an SMS advanced client)...
Filed under:
SMS
,
Scripting
How to: Identify the Advertisement that is Currently Running on a Client
by
gramsey
Here's an example of how to identify the AdvertisementID of an advertisement that is currently running on your client. strComputer = "."...
Filed under:
SMS
,
Scripting
Displaying the Current Management Point and Proxy Management Point Using VBScript
by
gramsey
Here's an example of displaying the current management point for an SMS Advanced Client: strComputerName = "2kPro" '2kPro is the name...
Filed under:
SMS
,
Scripting