-
Notifications
You must be signed in to change notification settings - Fork 0
Get PpacAdminManagementApplication
Retrieves information about the Power Platform Admin Management Application(s)
Get-PpacAdminManagementApplication [-SkipGraphLookup] [-AsExcelOutput] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Retrieves information about the Power Platform Admin Management Application(s) from the Power Platform Admin API and Microsoft Graph API.
Get-PpacAdminManagementApplication
This will retrieve all Power Platform Admin Management Applications in the tenant. It will perform a lookup in Microsoft Graph API for the applications to retrieve the Service Principal Name.
Get-PpacAdminManagementApplication -SkipGraphLookup
This will retrieve all Power Platform Admin Management Applications in the tenant. It will skip the lookup in Microsoft Graph API.
Instructs the function to skip the lookup of the Service Principal in Microsoft Graph API. This will result in faster execution, but will not include details from Microsoft Graph API such as Service Principal Name.
Type: SwitchParameter
Parameter Sets: (All)
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) Based on: https://learn.microsoft.com/en-us/power-platform/admin/powerplatform-api-create-service-principal