gpt4 book ai didi

windows - 如何只打印 Get-ExecutionPolicy 中的 Scope 和 Policy 项?

转载 作者:可可西里 更新时间:2023-11-01 10:57:37 25 4
gpt4 key购买 nike

这对于 Windows 大师来说应该是微不足道的,但对于 *nix 历史学家来说似乎相当令人生畏。

我想打印表中的ScopeExecutionPolicy值,通过以下方式获得:

# Actual output:
(Get-ExecutionPolicy -List)

Scope ExecutionPolicy
----- ---------------
MachinePolicy Undefined
UserPolicy Undefined
Process Undefined
CurrentUser Undefined
LocalMachine Bypass


# Expected output:
MachinePolicy Undefined
UserPolicy Undefined
Process Undefined
CurrentUser Undefined
LocalMachine Bypass

这在 Bash 中非常简单,只需通过管道传输到 tail +4。根据其他帖子,等效于 PS 的应该是 | Select-Object -Last 5,但这不起作用。

如何在纯 PowerShell 中执行此操作?

我可以通过以下方式分别获得:

(Get-ExecutionPolicy -List).Scope
(Get-ExecutionPolicy -List).ExecutionPolicy

但是当它们再次组合在一起时,这看起来很难看。

最佳答案

Get-ExecutionPolicy -List | Format-Table -hideTableHeader

关于windows - 如何只打印 Get-ExecutionPolicy 中的 Scope 和 Policy 项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53678056/

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