你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADTenantDetail
获取租户的详细信息。
语法
Get-AzureADTenantDetail
[-All <Boolean>]
[-Top <Int32>]
[<CommonParameters>]
说明
Get-AzureADTenantDetail cmdlet 获取 Azure Active Directory (AD) 中租户的详细信息。
示例
示例 1:获取租户的详细信息
PS C:\>Get-AzureADTenantDetail
ObjectId DisplayName VerifiedDomains
-------- ----------- ---------------
85b5ff1e-0402-400c-9e3c-0f9e965325d1 Coho Vineyard & Winery {class VerifiedDomain {...
参数
-All
如果为 true,则返回所有租户详细信息。 如果为 false,则返回由 Top 参数指定的对象数
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Top
指定要返回的最大记录数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
备注
请参阅 Get-AzureADTenantDetail 到 Microsoft Graph PowerShell 的迁移指南。