How to trust a certificate in Windows Powershell

后端 未结 2 1389
孤街浪徒
孤街浪徒 2020-12-18 04:26

I am using Windows 7, and want to run signed scripts from Powershell, the security-settings of Powershell are set to \"all-signe

2条回答
  •  一生所求
    2020-12-18 05:13

    Sounds like you need to verify that the script is signed properly and that you have the correct certificate installed in the correct certificate store.

    Use the Get-AuthenticodeSignature cmdlet to get information about the signed script.

    Also review Scott's guide for signing certificates.

提交回复
热议问题