NAP

https://blogs.technet.com/b/ryanan/archive/2008/04/01/struggling-to-configure-network-access-protection-with-sccm.aspx

AutoCAD Mof File for all versions

:::::::::::::::SMS_def.mof file::::::::::::::: #pragma namespace (“\.rootcimv2sms”) [ SMS_Report (TRUE),SMS_Group_Name (“AutoCAD 14”),SMS_Class_ID (“CUSTOM|AUTOCAD_14|1.0”) ]class Win32Reg_AutoCAD_14 : SMS_Class_Template{    [SMS_Report (TRUE), Key ] string KeyName;    [SMS_Report (TRUE)] string ProductName;    [SMS_Report (TRUE)] string Release;    [SMS_Report (TRUE)] string SerialNumber;    [SMS_Report (TRUE)] string StandaloneNetworkType;}; [ SMS_Report (TRUE),SMS_Group_Name (“AutoCAD 2000”),SMS_Class_ID (“CUSTOM|AUTOCAD_2000|1.0”) ]class Win32Reg_AutoCAD_2000 : SMS_Class_Template{    [SMS_Report (TRUE), Key ] string KeyName;    [SMS_Report (TRUE)] … Read more

ConfigMgr/ SCCM Pro / Cons

ConfigMgr 2007 Limitations     What is DISTRIBUTION POINT (DP): A site system that has the role of storing package source files. Clients contact distribution points to obtain source files when they run advertised programs, advertised task sequences, or deployed software updates.Types of Distribution Points: Some distribution point types are not compatible with other distribution … Read more

Confimgr / SCCM Pro / Cons

ConfigMgr 2007 Limitations     What is DISTRIBUTION POINT (DP): A site system that has the role of storing package source files. Clients contact distribution points to obtain source files when they run advertised programs, advertised task sequences, or deployed software updates.Types of Distribution Points: Some distribution point types are not compatible with other distribution … Read more

IBM Lenovo drivers Bad Drivers Handling in OSD

To install any IBM Lenovo drivers for Bad Drivers and softDrivers    We need to download the Lenovo ThinInstaller and add the required model and download the Drivers. and set in the configuration all the drivers should set to active otherwise it gets failed Now create a package in SCCM for Think Installer and include a … Read more

Task Sequence Install Multiple APPS

To install the multiple software’s(Packages) based on the AD group Name. We need to have A VB script and one Database .DAT file Create a package with the Vbscript & APP.Dat files. and the Program command line is “wscript AppAutomationv0.1.2.7.vbs” Below is the VBScript: save as AppAutomationv0.1.2.7.vbs ‘Application Automation Version 1.0.1‘AppSetup will be the base … Read more