| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Get-SPOServicePrioritizationAppRegistrations |
| applicable | SharePoint Online |
| title | Get-SPOServicePrioritizationAppRegistrations |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer | speedta |
Returns app registrations enrolled in SharePoint Online Service Prioritization.
Get-SPOServicePrioritizationAppRegistrations [<CommonParameters>]Get-SPOServicePrioritizationAppRegistrations -PolicyId <Guid> [<CommonParameters>]This cmdlet retrieves all app registrations enrolled in SharePoint Online Service Prioritization for the tenant.
When -PolicyId is specified, only registrations linked to that billing policy are returned.
Get-SPOServicePrioritizationAppRegistrationsExample 1 returns all app registrations enrolled in SharePoint Online Service Prioritization for the tenant.
Get-SPOServicePrioritizationAppRegistrations -PolicyId 11111111-1111-1111-1111-111111111111Example 2 returns only app registrations linked to the specified billing policy.
The unique identifier of the SPO Service Prioritization billing policy to filter by. When specified, only app registrations linked to this policy are returned. When omitted, all app registrations for the tenant are returned.
Type: Guid
Parameter Sets: ByPolicy
Aliases:
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.
Add-SPOServicePrioritizationAppRegistration
Remove-SPOServicePrioritizationAppRegistration