Disable services on list of servers

Below script will be useful for disabling the services ‘create a file called list.Txt Set Fso = CreateObject(“Scripting.FileSystemObject”)Set InputFile = fso.OpenTextFile(“list.Txt”)Do While Not (InputFile.atEndOfStream)sComputer = InputFile.ReadLineaTargetSvcs= Array(“WDSServer”)‘For list of services use below…‘arrTargetSvcs = Array(“service1”, “service2”, “service3”) Set oWMIService = GetObject(“winmgmts:” & “{impersonationlevel=impersonate}!” _ & sComputer & “rootcimv2”)Set cServices = oWMIService.ExecQuery(“SELECT * FROM Win32_Service”) For Each oService In … Read more

Use Full SQL Tables / Views

UseFull SQL Tables/ Views Description / Use v_Add_Remove_Programs   v_Advertisement   v_AdvertisementInfo   v_ClientCollectionMembers   v_Collection   v_Collection   v_ConfigurationItems   v_DistributionPoint   v_DistributionPointGroup   v_GS_ADD_REMOVE_PROGRAMS   v_GS_ADD_REMOVE_PROGRAMS_64   v_GS_COMPUTER_SYSTEM   v_GS_DISK   v_GS_Memory_Details0   v_GS_OPERATING_SYSTEM   v_GS_PATCHSTATE   v_GS_SERVICE   v_GS_SoftwareProduct   v_GS_SYSTEM   v_GS_WORKSTATION_STATUS   v_GS_X86_PC_MEMORY   v_OS_Details   v_Package   v_PackageStatus   … Read more

Discovery Mystery

Discovery Methods Six methods of discovery are available in Configuration Manager 2007: Network Discovery Heartbeat Discovery—————————————————-this must enabled in all sites Active Directory System Group Discovery Active Directory Security Group Discovery Active Directory System Discovery Active Directory User Discovery   As Configuration Manager 2007 discovers resources, it creates records in the Configuration Manager database. This … Read more

Site Status Components checks :- Regular checks

Site Status components are at least 51 or more than that are available. And here below of some mentioned may need to come as read / warning in your day to day operations SMS_LAN_SENDER SMS_EXECUTIVE SMS_HIERARCHY_MANAGER SMS_DISTRIBUTION_MANAGER SMS_DESPOOLER SMS_DISCOVERY_DATA_MANAGER SMS_INBOX_MANAGER SMS_MP_CONTROL_MANAGER SMS_MP_FILE_DISPATCH_MANAGER SMS_INVENTORY_PROCESSOR SMS_INBOX_MONITOR SMS_INVENTORY_DATA_LOADER SMS_DATABASE_NOTIFICATION_MONITOR SMS_AD_SYSTEM_GROUP_DISCOVERY_AGENT SMS_AI_KB_MANAGER SMS_AMT_PROXY_COMPONENT SMS_SITE_SQL_BACKUP_AUPERPSPSS01 SMS_AD_SECURITY_GROUP_DISCOVERY_AGENT SMS_AD_SYSTEM_DISCOVERY_AGENT SMS_COMPONENT_MONITOR SMS_COMPONENT_STATUS_SUMMARIZER SMS_CLIENT_CONFIG_MANAGER … Read more

What and Where you can control the Network Bandwidth

Ok.. Now you want to know here are all the bandwidth can be controlled in SCCM   Package Movement Bandwidth Control Uses Binary Differential Replication? From package source directory to site server None. No From site server to standard distribution point None. Yes From parent site server to child site server Bandwidth controlled by Address … Read more

SCCM Senders End to End

Senders can be configured on only Primary and Secondary sites, the use of senders are instead, senders use existing network connectivity to manage the connection, ensure the integrity of transferred data, recover from errors, and close the connection when it is no longer needed. Types of Senders : 6 types 1) Standard Sender The standard … Read more