Hi, I'm trying to work over PowerShell using the CERTENROLLLib and CERTCLIENTLib (COM objects).
$com = new-object -ComObject 'CERTCLIENTLib'
But i'm getting error: Cannot load COM type CERTCLIENTLib. I think it is an issue with the namespace, but i don't have any idea what to do?
Can anybody help? Thanks in advance!