It seems that one of our Servers has a certificate that has expired, unfortunately we cannot find it, in other words, it's not in the local machine store or any of the personal stores of any of the support staff or any of the domain accounts currently in use.
Is there a way to list all and mean all certificates of all stores in windows 2003.
Get-ChildItem -Recurse Cert:
Does not work as it only retrieves the user and the local machine.
There are umpteen service accounts and quite a few potential domain accounts, so using the management console is not really an option.
Any ideas?
TIA