SQL 2005 Server Pre-Requisite Installation on 2008 server

SQL 2005 Server Pre-Requisite Installation This document will outline the steps involved to prepare a SQL server for installation of SQL 2005 server. After these steps are done SQL 2005 Server with reporting services can then be installed. References How to install and how to configure SQL Server 2005 Reporting Services on a computer that … Read more

IMP reports by me

Report Name: Clients that have not reported recently (Collection) Category: SMS Site – Discovery and Inventory Information Comment: This show report shows a list of clients that have not reported discovery data, hardware inventory, or software inventory in a specified number of days. An empty column indicates that a client has not reported any data … Read more

Example Scenarios for Configuration Manager 2007 used

Kim enables Active Directory Security Group Discovery. Every day, Configuration Manager 2007 queries Active Directory for all computers that are members of the Accounting security group. Kim creates a query in the Configuration Manager 2007 console to find all members of the Accounting security group. Kim creates a collection based on the query to find … Read more

P women

Here is the Some of the good food :–Red carrot,beetroot,Prune's,pomegranate,spinach,Apple,Peanut Butter,Barley,Dried apricots,Dried blueberries,Prune Juice,Dried Apricots, by this you can avoid Hemoglobin issues:– chicken liver,strawberries,grapefruit juice,broccoli,Dried fruits like apricots,prunes and raisins,lima beans,Black strap,molasses,pomegranate IMP ons Wallnuts and barly and soya milk——————-Thanks,

if you get the polcy agent log error…similar to below…

  if you get the policy agent log error…similar to below… Download of policy CCM_Policy_Policy4.PolicyID="{ddd31ca3-235d-4d47-b9b0-522ab79a4f18}",PolicySource="SMS:P04",PolicyVersion="1.00" failed (DTS Job ID: {2A03490A-B034-400B-87C4-08AC8AF07145}) PolicyAgent_PolicyDownload 3/2/2010 10:20:54 PM 3276 (0x0CCC) Policy state for CCM_Policy_Policy4.PolicyID="{ddd31ca3-235d-4d47-b9b0-522ab79a4f18}",PolicySource="SMS:P04",PolicyVersion="1.00" was successfully reset. Policy download will be retried at next evaluation cycle. PolicyAgent_PolicyDownload 3/2/2010 10:20:54 PM 3276 (0x0CCC) Download of policy CCM_Policy_Policy4.PolicyID="{E161A5A4-0DB4-40FD-8311-4BB2D50D03F5}",PolicySource="SMS:P04",PolicyVersion="14.00" failed (DTS Job ID: {BCB59159-EC2C-43B2-8BC7-2EE5BF5A4B72}) PolicyAgent_PolicyDownload 3/2/2010 10:20:54 PM 5684 (0x1634) Policy … Read more

If you want to exclude some systems from CLIENT PUSH

If you want to exclude some servers from CLIENT PUSH  You can exclude the server from push installations by adding the server name to the registrykey ExcludeServers under HKEY_LOCAL_MACHINE/Software/Microsoft/SMS/Components/SMS_DISCOVERY_DATA_MANAGER on you site server. You find more information about this here: https://technet.microsoft.com/en-us/library/bb693996.aspx  

wmi Rebuild from BLOG

// 1. Open a CMD prompt on the server and change directory to %windir%System32WBEM (SysWOW64WBEM on x64) 2. Execute the following: FOR /f %s in ('dir /b /s *.dll') do regsvr32 /s %s Net stop /y winmgmt FOR /f %s in ('dir /b *.mof *.mfl') do mofcomp %s Net start winmgmt Note: Don't attempt to … Read more