License 15A – General License Reconciliation Report by Machine

Most of the time people will get tried to import the third party license file however due to some Characters limitation or some other we will get errors while importing the .csv file. The easy solution i can see it a free utility called CT-AILW.exe.read here more ….https://blog.coretech.dk/kea/asset-intelligence-3rd-party-software-utility/ Configuring the utility Once you have downloaded … Read more

How to Setup complete Asset Intelligent :SAM

Your first step would be Enable AI Role Make sure you have enabled H/W & S/w Agent & Software metering Agent. https://technet.microsoft.com/en-us/library/cc161880.aspx For CAL Tracking Make Sure you Enable Audit logon Success. https://technet.microsoft.com/en-us/library/cc431373.aspx    And Client Access License (CAL) data collection must be enabled in the Configuration.mof the file can be found in SCCM installed … Read more

Asset Intelligence Sync Public Certificate Expired

You may see in AIUpdateSvc.log has entries of “WebException trying to enroll: Status = ProtocolError” and  “Exception attempting sync – The request failed with HTTP status 403: Forbidden.” this could because of your SCCM Public certificate expired. yes by default Microsoft will install a public certificate that will expires on 3 years i.e., 4/25/2011.   … Read more

All the Third-Party Solutions for SCCM & SMS

Web Sites: MyITForum is the premier online destination for IT professionals responsible for managing their corporations’ Microsoft Windows systems; it is especially useful for IT professionals working with Microsoft Systems Management Server. (https://www.myitforum.com) FAQshop endeavors to provide a “one-stop-shop” for systems management questions, answers, and utilities. (https://www.faqshop.com) SMS Alliance is a consortium of companies that … Read more

All the Third-Party Solutions for SCCM & SMS

Web Sites: MyITForum is the premier online destination for IT professionals responsible for managing their corporations’ Microsoft Windows systems; it is especially useful for IT professionals working with Microsoft Systems Management Server. (https://www.myitforum.com) FAQshop endeavors to provide a “one-stop-shop” for systems management questions, answers, and utilities. (https://www.faqshop.com) SMS Alliance is a consortium of companies that … Read more

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

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

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 It's Ports ; SCCM using Ports

  Configurable Ports Configuration Manager 2007 allows you to configure the ports for the following types of communication: Client to site system Client to Internet (as proxy server settings) Software update point to Internet (as proxy server settings) Software update point to WSUS server Client to reporting point By default, the HTTP port used for … Read more