external help file | online version | schema | ms.assetid | ms.reviewer | ms.custom |
---|---|---|---|---|---|
Microsoft.Online.Administration.Automation.PSModule.dll-Help.xml |
2.0.0 |
85832284-6D5C-4003-BE79-DA7D985B9056 |
stevemutungi |
iamfeature=PowerShell |
Get the current allowed data locations of a company from Azure Active Directory.
Get-MsolCompanyAllowedDataLocation [-TenantId <Guid>] [<CommonParameters>]
The Get-MsolCompanyAllowedDataLocation cmdlet gets all the current allowed data locations of a company from Azure Active Directory. If a company has not opted in the multinational feature or has no allowed data locations, the cmdlet returns an empty list.
PS C:\> Get-MsolCompanyAllowedDataLocation
This command returns all the current allowed data locations of a company from Azure Active Directory.
Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.
Type: Guid
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet returns all the current allowed data locations of a company from Azure Active Directory. If a company has not opted in the multinational feature or has no allowed data locations, then the cmdlet will return an empty list.