SCCM Client Discovery Data Cycle intiate on remote systems

To intiate Discovery Data Cycle run this Script:— ==================================================================================================================================================================   On Error Resume NextDim oCPAppletMgrSet oCPAppletMgr = CreateObject("CPApplet.CPAppletMgr")Dim oClientActionsSet oClientActions = oCPAppletMgr.GetClientActions()Dim oClientActionFor Each oClientAction In oClientActions If oClientAction.Name = "Discovery Data Collection Cycle" ThenoClientAction.PerformActionEnd IfIf oClientAction.Name = "Request & Evaluate Machine Policy" Then oClientAction.PerformAction End IfNext================================================================================================================================================     The above script will run on … Read more

SCCM Client SUP registry Value Check Script

To find SCCM Client have the SUP server Registry key value status   This script will check Weather the Client system is scanning properly with SUP server or not ============================================================================================================================================================================================================================================================ On Error Resume NextConst HKEY_LOCAL_MACHINE = &H80000002 Set Fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("MachineList.Txt") Do While Not (InputFile.atEndOfStream) strComputer = InputFile.ReadLine Set objRegistry = … Read more

Some of the components that are used in the client deployment process

Some of the components that are used in the client deployment process include the following: • CCMSetup.exe: Used to Install, uninstall and upgrade the SCCM 2007 client using client push installation or manual installation. It is low bandwidth aware and is the single way to launch client deployment. You also do not need to use … Read more

Microsoft System Center Configuration Manager 2007 Exam Code 70-401

  Skills measured This exam measures your ability to accomplish the technical tasks listed in the following table. The percentages indicate the relative weight of each major topic area on the exam.     Skills measured by Exam 70-401   Deploying a System Center Configuration Manager 2007 (SCCM) Server (9 percent) Set up and configure … Read more

DCM How to Remediate Non-Compliant Computers Using Software Distribution

How to Remediate Non-Compliant Computers Using Software Distribution You can use the compliance results from a Configuration Manager 2007 configuration item or configuration baseline to dynamically populate a collection with computers that report a specific compliance state or a specific non-compliance severity level. You can then use Configuration Manager 2007 software distribution to assign a … Read more

SCCM 2007 Help full topics from Technet

1. Configuration Manager Single Site Planning and Deploymentü Configuration Manager Supported Configurationsü Prerequisites for Installing Configuration Managerü Configuration Manager Site Namingü SMS Provider Overviewü Configuration Manager Site Database Overviewü Planning Configuration Manager Boundariesü Configuration Manager in Multiple Active Directory Forestsü Extending the Active Directory Schema for Configuration Managerü Configuration Manager and Name Resolutionü Configuration Manager … Read more

SMS Support Webcasts Archive

SMS Support Webcasts Archive     2004 Webcasts • TechNet Webcast: Managing a Microsoft Windows Server 2003 Network – (Part 3 of 4) December 15, 2004: This webcast is the third in a four-part series that examines key aspects of proactive Windows Server 2003 network management. In the third part we will focus on using … Read more

SCCM 2007 Software Updates Standard Reports

Microsoft provides 34 standard reports, grouped in five categories.Note that the collection specified does not have to be one used in a corresponding deployment unless note otherwise below. Appropriate information will be reported for whatever computers are in the specified collection. This allows reporting on coarser or finer levels of computers as desired. <secondary> in … Read more