gpt4 book ai didi

security - 忽略 'Security Warning' 从命令行运行脚本

转载 作者:行者123 更新时间:2023-12-03 05:34:39 25 4
gpt4 key购买 nike

我正在尝试从我信任的共享文件夹执行脚本:

PowerShell -file "\\server\scripts\my.ps1"

但我收到安全警告,必须按“R”才能继续

Security Warning Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your computer. Do you want to run \server\scripts\my.ps1? [D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): d

我可以忽略这个警告吗?我想要的伪代码是:

PowerShell -IGNORE_SECURITY_WARNING -file "\\server\scripts\my.ps1"

最佳答案

这在"PowerShell Execution Policies in Standard Images" on Lee Holmes' Blog中有所涉及。和 "PowerShell’s Security Guiding Principles" on the Windows Power Shell Blog .

摘要有些机器将 UNC 路径视为严重的互联网,因此 PowerShell 将它们视为远程文件。您可以在这些服务器上禁用此功能 (UncAsIntranet = 0,),或者将远程计算机添加到您的可信主机。

如果您不想执行任何操作,PowerShell v2 支持 -ExecutionPolicy 参数,它可以完全满足您的伪代码的需要。 PowerShell -ExecutionPolicy 绕过 -File (...)

关于security - 忽略 'Security Warning' 从命令行运行脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/728143/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com