0

i want to use the powershell pspki module cmdlets without installing the module components on my CA.

is this possible?

Envy
  • 23
  • 1
  • 5

1 Answers1

0

You cannot run PSPKI commands directly on CA server without installing the module there.

On the other hand, you always can install PSPKI module on a separate computer (maybe, CA admin's workstation) and invoke server commands against CA server remotely. This won't expose any security risks associates with 3rd party module on CA server.

Crypt32
  • 6,639
  • 1
  • 15
  • 33