Get-MsolCompanyAllowedDataLocation
從 Azure Active Directory 取得公司目前允許的數據位置。
語法
Get-MsolCompanyAllowedDataLocation
[-TenantId <Guid>]
[<CommonParameters>]
Description
Get-MsolCompanyAllowedDataLocation Cmdlet 會從 Azure Active Directory 取得公司目前允許的所有數據位置。 如果公司未加入加入多國功能或沒有允許的數據位置,Cmdlet 會傳回空白清單。
範例
範例 1:取得目前允許的數據位置
PS C:\> Get-MsolCompanyAllowedDataLocation
此命令會從 Azure Active Directory 傳回公司目前允許的所有數據位置。
參數
-TenantId
指定要執行作業之租使用者的唯一標識符。 預設值是目前使用者的租使用者。 此參數僅適用於合作夥伴使用者。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
Microsoft.Online.Administration.AllowedDataLocation
此 Cmdlet 會從 Azure Active Directory 傳回公司目前允許的所有數據位置。 如果公司未加入加入多國功能或沒有允許的數據位置,則 Cmdlet 會傳回空白清單。