Powershell

powershell 和遠端簽名

  • January 18, 2012

我創建了一個在啟動時執行的 power shell 腳本,但它不起作用。我從來沒有通過組策略執行腳本,所以我不知道限制/最佳實踐是什麼。我被告知我需要簽署劇本。經過一番閱讀,我認為我需要:

  1. 如何創建證書
  2. 如何向我們 Windows 域上的每個客戶端頒發證書
  3. 簽署證書

我找到了有關創建程式碼簽名的說明(下面的連結)但地址“ https://server/certsrv ”不起作用,有什麼想法嗎?我正在查看具有證書頒發機構的 Windows 2008 SBS 域控制器。

http://www.mikepfeiffer.net/2010/02/obtaining-a-code-signing-certificate-and-signing-powershell-scripts/

在此處查看 Scott 的 PowerShell 腳本簽名方法:

http://www.hanselman.com/blog/SigningPowerShellScripts.aspx

引用自:https://serverfault.com/questions/350993