gpt4 book ai didi

azure - 使用 Get-AzureADUser 获取特定列

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

我需要类似命令Get-AzureADUser,但只获取DisplayName列,而不是其他列(ObjectIDUserPrincipalName 用户类型)。

有办法吗?

最佳答案

如果您只想在运行 PowerShell 命令时查看一个或一组特定的列,请使用“Select-Object”命令来选择列,例如

Get-AzureADUser | select DisplayName

仅选择一列,或

Get-AzureADUser | select DisplayName,ObjectId

显示多个

关于azure - 使用 Get-AzureADUser 获取特定列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49173011/

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