Mof File for LowDisk Space Event ID based on NT Event during hardware inventory

      //——————————- LowDisk Space Event ID ———————————— #pragma namespace("\.rootcimv2")[Union, ViewSources{"Select * FROM Win32_NTLogEvent WHERE LogFile = 'System' AND EventCode = 2013"},ViewSpaces{"\.rootcimv2"}, dynamic,provider("MS_VIEW_INSTANCE_PROVIDER")] Class NTLogEvent{     [PropertySources("LogFile"), Key] string LogFile;     [PropertySources("RecordNumber"), Key] UINT32 Recordnumber;      [PropertySources("Message")] String Message;     [PropertySources("TimeGenerated")] DateTime TimeGenerated;}; //————————– Reporting Class———————————–#pragma namespace("\.rootCIMV2SMS") [SMS_Report(TRUE), SMS_Group_Name("Installed Updates"), SMS_Class_ID("MICROSOFT|Win32_NTLogEvent|1.0") ] Class NTLogEvent: SMS_Class_Template{     [SMS_Report(TRUE), Key] String … Read more

SMS_Def.Mof : Mcafee ePO Dat Version Hardware Inventory Mof File modify

Below is the SMS_Def.Mof : Mcafee ePO Dat Version Hardware InventoryMof File modify:- // // // Mcafee ePO Plugins Enumeration // // // ///////////////////////////////////// #pragma namespace ("\.rootcimv2sms") #pragma deleteclass("Win32Reg_Mcafee_ePO_Plugins", NOFAIL) [ SMS_Report (TRUE), SMS_Group_Name ("Mcafee ePO Plugins"), SMS_Class_ID ("McAfee|ePO_Plugins|1.0") ] class Win32Reg_Mcafee_ePO_Plugins : SMS_Class_Template { [SMS_Report (TRUE), key ] string SoftwareID; [SMS_Report (TRUE) ] string … Read more

Once SMS 2003 Upgraded you must delete these accounts ; SMS 2003 accounts delete

Always Delete The following accounts should always be deleted because they are never used for Configuration Manager 2007. SMS Service account CCM Boot Loader (DC) (SMS#_dc) CCM Boot Loader (Non-DC)( SMSCCMBootAcct&) Client Services (DC) (SMS&_dc) Client Services (Non-DC) (SMSCliSvcAcct&) Client User Token (DC) (SMSCliToknAcct&) Client User Token (Non-DC) (SMSCliToknLocalAcct&) Client Connection (SMSClient_sitecode) Legacy Client Software … Read more

Windows Ports and protocols

    Ports and protocols The following table summarizes the information from the "System services ports" section. This table is sorted by port number instead of by the service name. Port Protocol Application protocol System service name n/a GRE GRE (IP protocol 47) Routing and Remote Access n/a ESP IPsec ESP (IP protocol 50) Routing … 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

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

All SCCM 2007 logs at one Place

Client Log Files The Configuration Manager 2007 client logs are located in one of the following locations: ·         On computers that serve as management points, the client logs are located in the SMS_CCMLogs folder. ·         On all other computers, the client log files are located in the %Windir%System32CCMLogs folder or the %Windir%SysWOW64CCMLogs.The following table lists … Read more

What's New in Configuration Manager 2007

Some aspects of Configuration Manager 2007 have changed very little since SMS 2003, while some have changed a lot. Also, several new features have been added and some features have been removed. The following features are new to Configuration Manager 2007: Desired configuration management Network Access Protection for Configuration Manager Wake On LAN The following features … Read more

What’s New in Configuration Manager 2007

Some aspects of Configuration Manager 2007 have changed very little since SMS 2003, while some have changed a lot. Also, several new features have been added and some features have been removed. The following features are new to Configuration Manager 2007: Desired configuration management Network Access Protection for Configuration Manager Wake On LAN The following features … Read more