Windows-Server-2008
為什麼組策略腳本對話框中沒有“powershell”選項卡?
我想在啟動時執行一個 powershell 腳本,但對話框上沒有“powershell”選項卡。
我正在執行 Windows Server 2008 64 位。
謝謝!
使用更新版本的組策略管理控制台。理想情況下,在您的 Windows 7 或更高版本的工作站上安裝 RSAT 並遠端管理它。
您也許可以執行一個批處理文件,其中包含類似於以下內容的內容
powershell c:\path\to\powershellscript.ps1
或者
powershell \\servername\share\powershellscript.ps1
(您可能必須先在工作站上啟用 powershell。)