-
Notifications
You must be signed in to change notification settings - Fork 0
Get PpacDeployLocation
Get the available deployment locations for Power Platform environments.
Get-PpacDeployLocation [[-Name] <String>] [-AsExcelOutput] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Retrieves the list of available deployment locations where Power Platform environments can be provisioned.
Includes details such as location name and azure regions.
Get-PpacDeployLocation
This will retrieve all available deployment locations for Power Platform environments.
Get-PpacDeployLocation -Name "Europe"
This will retrieve the deployment location "Europe".
Get-PpacDeployLocation -AsExcelOutput
This will retrieve all available deployment locations and export the output to an Excel file.
Filter the deployment locations by name or ID.
Supports wildcard characters (*).
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the cmdlet to export the output to an Excel file.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Mötz Jensen (@Splaxi)