Quantcast
Channel: Public Key Infrastructure PowerShell module
Viewing all articles
Browse latest Browse all 729

Closed Issue: InputObject parameter in all commands do not work as expected [34]

$
0
0
InputObject parameter in all commands do not work as expected when input array is passed as a parameter (not via pipeline) argument. For example:
$CA = Get-CA
Get-CATemplate -InputObject $CA
in this case, the command will fail, because an array in InputObject paramter is not unrolled.

Viewing all articles
Browse latest Browse all 729

Trending Articles