Active Directory Scripts

Active Directory Scriptinghttps://www.microsoft.com/technet/scriptcenter/guide/sas_ads_overview.mspx?mfr=true ——————————————————————————————– rem this code creates a user account with the common name MyerKen: Set objOU = GetObject("LDAP://ou=Management,dc=NA,dc=fabrikam,dc=com")Set objUser = objOU.Create("User", "cn=MyerKen") objUser.Put "sAMAccountName", "myerken"objUser.SetInfo Attribute Default Setting pwdLastSet User must change password at next logon userAccountControl Password Not Required userAccountControl Account Disabled ———————————————————————Setting a User Account Password Set objUser = GetObject _("LDAP://cn=MyerKen,ou=Management,dc=NA,dc=fabrikam,dc=com") … 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

Simple Troubleshooting Management Points

  Just below point when ever you stuck with MP issues 1) Run https://<MP name>/sms_mp/.sms_aut?mplist This returns a blank screen. 2) Run https://<MP name>/sms_mp/.sms_aut?mpcert This returns a long list of numbers and letters. 3) Verify that the DTS Service is enabled. 4) Verify that the Task Scheduler is enabled. 5) Verify that the Windows Management … 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

SCCM Patch Management Enterprise Compliancy Report

SCCM Patch Management Enterprise Compliancy Report —originally available in https://myitforum.com/cs2/blogs/cstauffer/archive/2008/10/17/sccm-patch-management-enterprise-compliancy-report.aspx As most of you know if you have read any of the reports that I have posted in the past, here at the Commonwealth we use collections to track agencies. This report will show you an overall status and then a breakdown of each agency. … Read more

Step by Step guide for Installing and Configuring SCCM 20007 and Applying SP1 Build

ConfigMgr (SP1) Setup Guide   Step by Step guide for Installing and Configuring SCCM 20007 and Applying SP1 Build Extend the Active Directory Schema – There is no reason not to! Four actions need to be taken in order to successfully enable Configuration Manager clients to query Active Directory Domain Services to locate site resources: … Read more