We've had problems with our hardware changing unexpectedly in its virtual server environment which invalidates our master licence. To try to get an early warning in future, I've written a Powershell script which runs the hardware fingerprint utility and copies it to compare with the licenced fingerprint and send alerts if it has changed.
I've got this working, but I have to be logged on to the server for it to work, as the copying of the HWFP needs to be done in interactive mode. This defeats the object.
So far as I can tell, the HWFP utility doesn't have any command line functions that would negate the need to scrape or copy the HWFP from the utility dialog box.
Has anybody got any suggestions on how to resolve this?