-
PowerShell Script – SCCM 2007 Health Check
Update! SCCM 2012 PowerShell Health Check Script is now available with optimized code! Check out the following post!
System Center Configuration Manager 2007 is an extremely powerful tool that, when configured correctly, will provide deployment and reporting capabilities for your organization. As explored in a previous article (located here), there are situations where a health check is helpful to ensure stability of the SCCM 2007 servers. Read More… -
PowerShell queryService – Wait for a Dependency Starting Service
There have been several occasions while scripting in PowerShell that the script is dependent on a specific service in the running state. A good example is the need to wait for the WMI Service to startup prior to making a WMI call, or SQL Server where when you restart the services, you have to wait for the services to be in a running state before you can execute commands.
The following function solves this issue. Read More…