Vadims Podans
Vadims Podans
Are you running these commands on domain-joined machines?
Can you confirm if your LDAP URL is resolved properly? I mean, it looks like this: ``` LDAP://CN=Certificate Templates, CN=Public Key Services, CN=Services, CN=Configuration, {ForestNamingContext} ``` that `{ForestNamingContext}` is a...
This is not supported. There is a little value in running PSPKIAudit module on non-domain joined machines. For example, you cannot access certificate templates from workgroups for analysis and certificate...
I need to check this. > What I notice is that the Path parameter is not filled. Could that be the problem? that's expected. Path is used for applicable PS...
I've tried to repro the issue and the function seems to work as expected. However, there is one thing that can be missing: once you open Certificate Templates MMC snap-in,...
I'm sorry, seems like I tested against wrong version. Wouldn't you mind to replace `SysadminsLV.PKI.dll` file in PSPKI installtion `Library` folder from this attachment: https://github.com/PKISolutions/PSPKI/issues/129#issuecomment-722561086?
Can you show all properties from CA object? E.g. `Connect-CertificationAuthority -ComputerName {FQDN} | format-list *`. And confirm what version of PSPKI you are using.
 excerpt from respective conversation.
I don't recall why I commented out that section, but I will check.
I reviewed the script and fixed multiple issues, including this one. Now Start-PsFCIV is more reliable and stable.