-
Notifications
You must be signed in to change notification settings - Fork 0
Get UnifiedEnvironment
Get Unified Environment in Power Platform Admin Center (PPAC).
Get-UnifiedEnvironment [-EnvironmentId <String>] [-AsExcelOutput] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get-UnifiedEnvironment [-EnvironmentId <String>] [-SkipVersionDetails] [-AsExcelOutput]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-UnifiedEnvironment [-EnvironmentId <String>] [-UdeOnly] [-AsExcelOutput]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-UnifiedEnvironment [-EnvironmentId <String>] [-UseOnly] [-AsExcelOutput]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Retrieves information about Unified Environments in Power Platform Admin Center (PPAC).
Support D365 Finance and Operations, either Developer Edition (UDE) or Unified Sandbox Environment (USE).
Get-UnifiedEnvironment
This will retrieve all available UDE/USE/UPE environments.
Get-UnifiedEnvironment -EnvironmentId "env-123"
This will retrieve the UDE/USE/UPE environment with the specified environment ID.
Get-UnifiedEnvironment -SkipVersionDetails
This will retrieve all available UDE/USE/UPE environments without version details.
Get-UnifiedEnvironment -UdeOnly
This will retrieve only UDE environments.
Get-UnifiedEnvironment -UseOnly
This will retrieve only USE environments.
Get-UnifiedEnvironment -AsExcelOutput
This will export the retrieved UDE/USE/UPE environments to an Excel file.
The ID of the environment to retrieve.
Supports wildcard patterns.
Can be either the environment name, the environment GUID (PPAC) or the LCS environment ID.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: *
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the function to skip retrieving version details.
Will result in faster execution, but will not include version information and tell you if the environment is UDE or USE.
Type: SwitchParameter
Parameter Sets: SkipVersion
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the function to only return UDE environments.
Type: SwitchParameter
Parameter Sets: UdeOnly
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the function to only return USE environments.
Type: SwitchParameter
Parameter Sets: UseOnly
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the function to export the results 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)