Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.57 KB

File metadata and controls

55 lines (33 loc) · 1.57 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOAppPrioritizationPolicies
applicable SharePoint Online
title Get-SPOAppPrioritizationPolicies
schema 2.0.0
author killerewok2000
ms.author Sibourda
ms.reviewer

Get-SPOAppPrioritizationPolicies

SYNOPSIS

Gets all existing SPO app prioritization Policies of your tenancy

SYNTAX

Get-SPOAppPrioritizationPolicies

DESCRIPTION

This cmdlet adds a new SPO app prioritization Billing policies to your tenancy. You must be a SharePoint you must be a SharePoint Tenant Admin to run the commandlet. You need to make sure you’re not adding a new billing policy for an app that already has a billing policy to it.

EXAMPLES

Example 1

Get- SPOAppPrioritizationPolicies 

Example 1 returns a collection of all existing SPO app prioritization Policies. Each Policy will contain PolicyId, AppId, AzureSubscription, ResourceGroup, Account, Enabled (status of this policy i.e true or false) and QuotaMultiplier

PARAMETERS

RELATED LINKS

Getting started with SharePoint Online Management Shell

Add-SPOAppPrioritizationPolicy

Get-SPOAppPrioritizationPolicies

Set-SPOAppPrioritizationPolicy

Remove-SPOAppPrioritizationPolicy