SharePoint / SharePoint/sp-dev-docs

The term 'Get-SPOServicePrioritizationAppRegistrations' is not recognized as the name of a cmdlet, function, script file, or operable program

Open
#10,251 9 comments 0 reactions 1 assignee View on GitHub

@Ashlesha-MSFT is already working on this.

Since May 13, 2025.

area:csom/rest/api sharepoint-developer-support type:bug-confirmed type:bug-suspected
Dominant language
PowerShell
Stars
1.4k
Forks
1.1k
Avg merge
4d 12h
Merged PRs (30d)
12

Description

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

SharePoint REST API

Developer environment

Windows

What browser(s) / client(s) have you tested
  • 💥 Internet Explorer
  • 💥 Microsoft Edge
  • 💥 Google Chrome
  • 💥 FireFox
  • 💥 Safari
  • mobile (iOS/iPadOS)
  • mobile (Android)
  • not applicable
  • other (enter in the "Additional environment details" area below)
Additional environment details

PowerShell 5.1.26100.3624
Microsoft.Online.SharePoint.PowerShell 16.0.26017.12000

Describe the bug / error

Hi, I want to use the new feature Service Prioritization in SharePoint feature.

See also this video: Introduction to SharePoint service prioritization

Steps to reproduce
  1. I've installed the PowerShell module Microsoft.Online.SharePoint.PowerShell 16.0.26017.12000.
  2. Run command Get-SPOServicePrioritizationAppRegistrations.

I get the following error:

PS C:\WINDOWS\system32> Get-SPOServicePrioritizationAppRegistrations
Get-SPOServicePrioritizationAppRegistrations : The term 'Get-SPOServicePrioritizationAppRegistrations' is not
recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if
a path was included, verify that the path is correct and try again.
At line:1 char:1

  • Get-SPOServicePrioritizationAppRegistrations
  •   + CategoryInfo          : ObjectNotFound: (Get-SPOServiceP...ppRegistrations:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

Other commands like Get-SPOSite do work correctly.

Expected behavior

List of prio apps

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.