Version 3.1
When running the following command
get-ca |get-catemplate
I get the following errror:
```
New-Object : Exception calling ".ctor" with "1" argument(s): "There is no such object on the server.
"
At D:\scripts\Modules\pspki\Server\Get-CATemplate.ps1:14 char:4
+ New-Object PKI.CertificateServices.CATemplate -ArgumentList $CA
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [New-Object], MethodInvocationException
+ FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
```
The get-ca command returns my CA with no issues, so I am sure I am passing the right object to get-catemplate.
Comments: Hi Camelot! Thank you! I was about to answer that the CA is not standalone, but you bit me :-) This worries me though! I don't think we have certs on the CA that are not in AD anymore. That should not be happening in my opinion!
When running the following command
get-ca |get-catemplate
I get the following errror:
```
New-Object : Exception calling ".ctor" with "1" argument(s): "There is no such object on the server.
"
At D:\scripts\Modules\pspki\Server\Get-CATemplate.ps1:14 char:4
+ New-Object PKI.CertificateServices.CATemplate -ArgumentList $CA
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [New-Object], MethodInvocationException
+ FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
```
The get-ca command returns my CA with no issues, so I am sure I am passing the right object to get-catemplate.
Comments: Hi Camelot! Thank you! I was about to answer that the CA is not standalone, but you bit me :-) This worries me though! I don't think we have certs on the CA that are not in AD anymore. That should not be happening in my opinion!