I have a UCCE environment where there are 8 Windows servers and 4 CUCM servers(Linux) installed on it. I need to export all the certificates from all the 8 Windows servers and 4 CUCM servers.
Code:
dir cert:\localmachine\my | Where-Object { $_.hasPri...