你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-MsolCompanyAllowedDataLocation
从 Azure Active Directory 获取公司当前允许的数据位置。
语法
Get-MsolCompanyAllowedDataLocation
[-TenantId <Guid>]
[<CommonParameters>]
说明
Get-MsolCompanyAllowedDataLocation cmdlet 从 Azure Active Directory 获取公司当前允许的所有数据位置。 如果公司尚未选择加入跨国功能或没有允许的数据位置,则 cmdlet 将返回空列表。
示例
示例 1:获取当前允许的数据位置
PS C:\> Get-MsolCompanyAllowedDataLocation
此命令从 Azure Active Directory 返回公司当前允许的所有数据位置。
参数
-TenantId
指定要对其执行操作的租户的唯一 ID。 默认值为当前用户的租户。 此参数仅适用于合作伙伴用户。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
输出
Microsoft.Online.Administration.AllowedDataLocation
此 cmdlet 从 Azure Active Directory 返回公司当前允许的所有数据位置。 如果公司尚未选择加入跨国功能或没有允许的数据位置,则 cmdlet 将返回空列表。