NAP
https://blogs.technet.com/b/ryanan/archive/2008/04/01/struggling-to-configure-network-access-protection-with-sccm.aspx
https://blogs.technet.com/b/ryanan/archive/2008/04/01/struggling-to-configure-network-access-protection-with-sccm.aspx
:::::::::::::::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 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
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
SAM Table Column 1 Column 2 Column 3 Column 4 Column 5 Column 6 Column 7 Column 8 Column 9 Column 10 Column 11 Column 12 Column 13 Column 14 Column 15 Column 16 Column 17 Column 18 Column 19 Column 20 Column 21 Column 22 Column 23 Column 24 Column 25 Column 26 Column … Read more
https://www.joomla.org/ Joomla is the free / open source to create good websites….
If your Task sequence if keep on failing and getting some packages are missing even though you distributed them… Solution: Check for Network account is configured and the password you types is correct….
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
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