Powershell – looking up HP warranty information – part 2

Earlier I published a post about retrieving warranty information for HP hardware. However, the end date that is returned by the script might not always be correct! Let me explain… What the script does is executing a SOAP request to a website. The outcome of that request is XML data…

Powershell – looking up HP warranty information

Today I wanted to get an overview of the warranty information of our ESX hosts. All the hosts are added to a HP Insight Remote Support server so the warranty information is available. However, using this information from powershell is a bit more challenging. Fortunately I found a powershell module…

Restoring Task Sequences the easy way

A while ago I was asked if it was possible to restore a Task Sequence. My first reaction was “of course”. But digging into the problem I quickly realized I would need to restore the entire ConfigMgr database. And because it was a primary site under a CAS I was…