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

Created Unassigned: Add-CertificateTemplateAcl returned error when called from PowerShell remoting [48]

$
0
0
The following works locally
Get-CertificateTemplate -Name $template | Get-CertificateTemplateAcl | Add-CertificateTemplateAcl -User $user -AccessType Allow -AccessMask $fullControl | Set-CertificateTemplateAcl

But if I ran it from a PowerShell remote session, I got error:
Specified method is not supported.
+ CategoryInfo : OperationStopped: (:) [], NotSupportedException
+ FullyQualifiedErrorId : Specified method is not supported.

Any idea what could be wrong? Is there a workaround?

Viewing all articles
Browse latest Browse all 729

Trending Articles