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)
June 2008 - Posts
0
Comments
Configuration Manager Branch Distribution Points - Hot Tips
by
gramsey
Branch Distribution Points use BITS to transfer DP content from its parent. Since you're using a BDP, you may be crossing low bandwidth WAN links to get that content. You can use BITS throttling to...
Filed under:
ConfigMgr
,
SCCM
0
Comments
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 brought me here: http://www.robvanderwoude.com...
Filed under:
General Windows
,
Scripting
0
Comments
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
0
Comments
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
0
Comments
Hotfix Watch: Operations Manager and Dell Management Pack 3.1
by
gramsey
If you've seen these errors: Health service host process has stopped working Health service Host process encountered a problem and need to close Take a look at MS KB 951526 : The Root Management Server...
Filed under:
Dell
,
OpsMgr
0
Comments
ConfigMgr HotFix Watch - Disjoint Namespace and AD Discovery
by
gramsey
Do you have a disjoint namespace ? If so, take a look at this article (KB 948303),and consider installing the hotfix: Active Directory System Discovery does not resolve the IP address of a computer that...
Filed under:
SCCM 2007
,
ConfigMgr
0
Comments
Where are my ConfigMgr PerfMon Counters?
by
gramsey
If you're running ConfigMgr on Windows Server x64, and you launch "perfmon" from the command line, you won't see ConfigMgr (SMS) PerfMon information. As mentioned here , on x64 you have...
Filed under:
SCCM 2007
,
ConfigMgr