-
Notifications
You must be signed in to change notification settings - Fork 0
Get PpacEnvironmentGroup
Retrieves Power Platform environment groups.
Get-PpacEnvironmentGroup [[-EnvironmentGroup] <String>] [-AsExcelOutput] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Retrieves environment groups from the Power Platform API.
Get-PpacEnvironmentGroup
Retrieves all environment groups available to the current tenant.
Get-PpacEnvironmentGroup -EnvironmentGroup "*Production*"
Retrieves environment groups whose ID, display name, or description contains "Production".
Get-PpacEnvironmentGroup -AsExcelOutput
Retrieves all environment groups and exports them to an Excel file.
Filters environment groups by ID, display name, or description.
Supports wildcard characters.
Type: String
Parameter Sets: (All)
Aliases: GroupId, GroupName, GroupDescription
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: Florian Hopfner (@FH-Inway)