在尝试运行我的Powershell Profile子模块时,在创build自签名证书并将其安装到系统上后,我还是收到了不受信任的发布者?
Do you want to run software from this untrusted publisher? File \\someserver.somedomain.org\Redirected\xxxxxx\My Documents\WindowsPowerShell\dasIncludedModule.psm1 is published by CN=PowerShell User and is not trusted on your system. Only run scripts from trusted publishers. [V] Never run [D] Do not run [R] Run once [A] Always run [?] Help (default is "D"): R
使用Get-Help about_Signing (也在这里 )了解自签名脚本。 听起来像是你错过了将公钥导入本地PC证书库的步骤。