Managing Workgroup Clients in SCCM
This details are from technet but always i had found it hard to find\search it out http://technet.microsoft.com/en-us/library/dd547071.aspxTo support workgroup clients, the following requirements...
View ArticleScript to Modfiy a registry Value Helpful for implementing...
When we are applying the hotfix http://support.microsoft.com/kb/970635 we would required to modify the registry value HKEY_LOCAL_MACHINE\Software\Microsoft\Sms\Mobile Client\Reboot...
View ArticleCreate a file as reponse to a Alert with the Alert Parameters
As a response to a alert we can run a script, what I tried here was how can I run and when I run how can I use the parameters of the alert if I need to do something and for that I just exported the...
View ArticleScript to check if a service is installed or not in a group of systems
This is a script to check if a service is installed or not in a group of systems. SCRIPT======='============================================================================================'Script...
View ArticleHow to create a collection of computers that has not been inventoried for...
We had a requirement to get a colletion computer that has not been inventoried for more than 30 days (Software or hardware). Here is the queryWQL query for Last Software Scan select...
View ArticleHow to get the related logs for troubleshooting operating system Deployment
General log for all operating system deployment and task sequence log events are SMSTS.log nad the steps below will help you to get these for the troubleshooting.Enable the Debug Shell on your boot...
View ArticleTroubleshooting SCCM ..Part I (Client Push Installation )
Client Installation Once you are through with the installation of the SCCM server and the configuration then the next major task is client or agent installation. There are various methods to accomplish...
View ArticleTroubleshooting SCCM ..Part II (Hardware Inventory)
Hardware InventoryHardware inventory is a feature in itself and functions independent to the other features of SCCM, but it closely depends on a successful deployment.SCCM Setup has to complete...
View ArticleScript to delete a WMI instance from WMI repository
This is a script to delete a WMI instance from the WMI repository. This was used when the deployment status were failing infroming there was another deployment in progress where as it was not there....
View ArticleHow to check if a certificate is going to Expire
How to check if a certificate is going to Expire and Create a Event in Event ViewerThis script will check for the certificates and then will create a event if the certificates is going to expire within...
View ArticleGrooming in SCOM
Operation Manger DatabaseHow Operations manager grooming works and how to check The grooming settings are stored inthe databasein the PartitionandGroomingSettings table. Each table uses a different...
View ArticleVB Script IP Online tester
This script will show which all IP address are in use for a range of IP and also check whihc all are online and whihc all are...
View ArticleScript to check the staus of a service for a group of machines
This script will help to check if the srevice is avilable or not in a group of system '============================================================================================'Script Written by...
View ArticlePowerShell script to rename the VHD file and attach it to the VM
I had few quries on how to re-name of the VHD same as VM name. This is a PowerShell script which you can ask as an alternative on getting this thing done. This power shell uses the Hyper-v Module....
View ArticleMove the site database in SCCM 2007 R2
Move the site database in SCCM 2007 R2 Usually the process of moving the site database is well documented in the link http://technet.microsoft.com/en-us/library/bb680707.aspxWhat it might be missing is...
View ArticleTroubleshooting SCCM Part III ...Software Updates
Software UpdatesProviding updates to software and maintaining managed resources is a reality of networked, distributed computing. An effective software update management process is necessary to...
View ArticleTroubleshooting SCCM Part IV............ Software Inventory
Software inventoryThe requirement of the software inventory to function is similar to that of the hardware inventory. The process is also almost similar.Client SideThe scheduler will send a message to...
View ArticleTroubleshooting SCCM Part V.........Heartbeat Discovery
Heartbeat Discovery This is important for the understanding of the health state of the agent, this can be scheduled in the SCCM server using the console and the settings are available under discovery...
View ArticleTroubleshooting SCCM Part VI ..........Software Distribution
Software Distribution The Microsoft System Center Configuration Manager 2007 software distribution feature provides a set of tools and resources that help you create and manage packages and...
View ArticleAudit Collector Filter GUI version (V1) of ADTADMIN.exe
Audit Collector in Operations Manager 2007 is one of the most frequently used. When I was supporting the SCOM and ACS, the challenge many of customers informed me was that applying filter query using...
View Article