Skip to content

Commit b20d113

Browse files
added examples
1 parent 1e9b0f1 commit b20d113

6 files changed

Lines changed: 24 additions & 30 deletions

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOServicePrioritizationAppRegistration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Add-SPOServicePrioritizationAppRegistration
1414

1515
## SYNOPSIS
16-
{{ Fill in the Synopsis }}
16+
Adds a new app registration for service prioritization in SharePoint Online.
1717

1818
## SYNTAX
1919

@@ -23,16 +23,15 @@ Add-SPOServicePrioritizationAppRegistration -AppId <Guid> -PolicyId <Guid> -Quot
2323
```
2424

2525
## DESCRIPTION
26-
{{ Fill in the Description }}
26+
The `Add-SPOServicePrioritizationAppRegistration` cmdlet allows administrators to register a new app for service prioritization in SharePoint Online. This cmdlet is useful for configuring specific apps to receive prioritized service handling based on defined policies.
2727

2828
## EXAMPLES
2929

3030
### Example 1
3131
```powershell
32-
PS C:\> {{ Add example code here }}
32+
PS C:\> Add-SPOServicePrioritizationAppRegistration -AppId "12345678-1234-1234-1234-1234567890ab" -PolicyId "87654321-4321-4321-4321-0987654321ba" -QuotaMultiplier 2
3333
```
34-
35-
{{ Add example description here }}
34+
This example adds a new app registration with the specified AppId and PolicyId, and sets the quota multiplier to 2.
3635

3736
## PARAMETERS
3837

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOServicePrioritizationAppRegistrations.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Get-SPOServicePrioritizationAppRegistrations
1414

1515
## SYNOPSIS
16-
{{ Fill in the Synopsis }}
16+
Retrieves the list of app registrations configured for service prioritization in SharePoint Online.
1717

1818
## SYNTAX
1919

@@ -22,16 +22,15 @@ Get-SPOServicePrioritizationAppRegistrations [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
25-
{{ Fill in the Description }}
25+
The `Get-SPOServicePrioritizationAppRegistrations` cmdlet retrieves all app registrations that have been configured for service prioritization in SharePoint Online. This cmdlet is useful for administrators who need to review or audit the current app registrations and their associated policies.
2626

2727
## EXAMPLES
2828

2929
### Example 1
3030
```powershell
31-
PS C:\> {{ Add example code here }}
31+
PS C:\> Get-SPOServicePrioritizationAppRegistrations
3232
```
33-
34-
{{ Add example description here }}
33+
This example retrieves all app registrations configured for service prioritization in SharePoint Online.
3534

3635
## PARAMETERS
3736

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOServicePrioritizationBillingPolicies.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Get-SPOServicePrioritizationBillingPolicies
1414

1515
## SYNOPSIS
16-
{{ Fill in the Synopsis }}
16+
Retrieves the list of billing policies configured for service prioritization in SharePoint Online.
1717

1818
## SYNTAX
1919

@@ -22,16 +22,15 @@ Get-SPOServicePrioritizationBillingPolicies [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
25-
{{ Fill in the Description }}
25+
The `Get-SPOServicePrioritizationBillingPolicies` cmdlet retrieves all billing policies that have been configured for service prioritization in SharePoint Online. This cmdlet is useful for administrators who need to review or audit the current billing policies and their associated configurations.
2626

2727
## EXAMPLES
2828

2929
### Example 1
3030
```powershell
31-
PS C:\> {{ Add example code here }}
31+
PS C:\> Get-SPOServicePrioritizationBillingPolicies
3232
```
33-
34-
{{ Add example description here }}
33+
This example retrieves all billing policies configured for service prioritization in SharePoint Online.
3534

3635
## PARAMETERS
3736

sharepoint/sharepoint-ps/sharepoint-online/New-SPOServicePrioritizationBillingPolicy.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# New-SPOServicePrioritizationBillingPolicy
1414

1515
## SYNOPSIS
16-
{{ Fill in the Synopsis }}
16+
Creates a new billing policy for service prioritization in SharePoint Online.
1717

1818
## SYNTAX
1919

@@ -23,16 +23,15 @@ New-SPOServicePrioritizationBillingPolicy -AzureSubscriptionId <Guid> -ResourceG
2323
```
2424

2525
## DESCRIPTION
26-
{{ Fill in the Description }}
26+
The `New-SPOServicePrioritizationBillingPolicy` cmdlet allows administrators to create a new billing policy for service prioritization in SharePoint Online. This cmdlet is useful for defining custom billing rules and policies for specific Azure subscriptions and resource groups.
2727

2828
## EXAMPLES
2929

3030
### Example 1
3131
```powershell
32-
PS C:\> {{ Add example code here }}
32+
PS C:\> New-SPOServicePrioritizationBillingPolicy -AzureSubscriptionId "12345678-1234-1234-1234-1234567890ab" -ResourceGroup "MyResourceGroup" -AzureRegion "EastUS" -FriendlyName "MyBillingPolicy"
3333
```
34-
35-
{{ Add example description here }}
34+
This example creates a new billing policy for service prioritization with the specified Azure subscription, resource group, and region.
3635

3736
## PARAMETERS
3837

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOServicePrioritizationAppRegistration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Remove-SPOServicePrioritizationAppRegistration
1414

1515
## SYNOPSIS
16-
{{ Fill in the Synopsis }}
16+
Removes an app registration from service prioritization in SharePoint Online.
1717

1818
## SYNTAX
1919

@@ -22,16 +22,15 @@ Remove-SPOServicePrioritizationAppRegistration -AppId <Guid> [<CommonParameters>
2222
```
2323

2424
## DESCRIPTION
25-
{{ Fill in the Description }}
25+
The `Remove-SPOServicePrioritizationAppRegistration` cmdlet removes a specified app registration from the service prioritization configuration in SharePoint Online. This is useful for administrators who need to decommission or update app registrations.
2626

2727
## EXAMPLES
2828

2929
### Example 1
3030
```powershell
31-
PS C:\> {{ Add example code here }}
31+
PS C:\> Remove-SPOServicePrioritizationAppRegistration -AppId "12345678-1234-1234-1234-1234567890ab"
3232
```
33-
34-
{{ Add example description here }}
33+
This example removes the app registration with the specified AppId from service prioritization.
3534

3635
## PARAMETERS
3736

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOServicePrioritizationAppRegistration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Set-SPOServicePrioritizationAppRegistration
1414

1515
## SYNOPSIS
16-
{{ Fill in the Synopsis }}
16+
Updates an existing app registration for service prioritization in SharePoint Online.
1717

1818
## SYNTAX
1919

@@ -23,16 +23,15 @@ Set-SPOServicePrioritizationAppRegistration -AppId <Guid> [-Enabled <Boolean>] [
2323
```
2424

2525
## DESCRIPTION
26-
{{ Fill in the Description }}
26+
The `Set-SPOServicePrioritizationAppRegistration` cmdlet updates the configuration of an existing app registration for service prioritization in SharePoint Online. This cmdlet is useful for modifying properties such as enabling or disabling the app registration or adjusting the quota multiplier.
2727

2828
## EXAMPLES
2929

3030
### Example 1
3131
```powershell
32-
PS C:\> {{ Add example code here }}
32+
PS C:\> Set-SPOServicePrioritizationAppRegistration -AppId "12345678-1234-1234-1234-1234567890ab" -Enabled $true -QuotaMultiplier 3
3333
```
34-
35-
{{ Add example description here }}
34+
This example updates the app registration with the specified AppId, enabling it and setting the quota multiplier to 3.
3635

3736
## PARAMETERS
3837

0 commit comments

Comments
 (0)