Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 GPO 中运行的 powershell 脚本。它需要打开一个文本文件,也在该 GPO 内。我无法获取文本文件的路径信息,因为脚本不在脚本所在的同一目录中执行。
我需要以某种方式打开文本文件。我该怎么做?
我无法完全理解您要做什么,但是如果我猜对了,那么您想要脚本在执行时的路径吗?如果是这种情况,请使用此变量:
$MyInvocation.MyCommand.Path