Skip to content

Commit 1e9b0f1

Browse files
First add and remove of commands
1 parent 17cb888 commit 1e9b0f1

11 files changed

Lines changed: 562 additions & 406 deletions

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

Lines changed: 0 additions & 140 deletions
This file was deleted.
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
---
2+
external help file: sharepointonline.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Add-SPOServicePrioritizationAppRegistration
5+
applicable: SharePoint Online
6+
title: Add-SPOServicePrioritizationAppRegistration
7+
schema: 2.0.0
8+
author: killerewok2000
9+
ms.author: Sibourda
10+
ms.reviewer:
11+
---
12+
13+
# Add-SPOServicePrioritizationAppRegistration
14+
15+
## SYNOPSIS
16+
{{ Fill in the Synopsis }}
17+
18+
## SYNTAX
19+
20+
```
21+
Add-SPOServicePrioritizationAppRegistration -AppId <Guid> -PolicyId <Guid> -QuotaMultiplier <Int32>
22+
[<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
{{ Fill in the Description }}
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> {{ Add example code here }}
33+
```
34+
35+
{{ Add example description here }}
36+
37+
## PARAMETERS
38+
39+
### -AppId
40+
{{ Fill AppId Description }}
41+
42+
```yaml
43+
Type: Guid
44+
Parameter Sets: (All)
45+
Aliases:
46+
47+
Required: True
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -PolicyId
55+
{{ Fill PolicyId Description }}
56+
57+
```yaml
58+
Type: Guid
59+
Parameter Sets: (All)
60+
Aliases:
61+
62+
Required: True
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -QuotaMultiplier
70+
{{ Fill QuotaMultiplier Description }}
71+
72+
```yaml
73+
Type: Int32
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: True
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### CommonParameters
85+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
86+
87+
## INPUTS
88+
89+
### None
90+
91+
## OUTPUTS
92+
93+
### System.Object
94+
## NOTES
95+
96+
## RELATED LINKS
97+
98+
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
99+
100+
[Get-SPOServicePrioritizationAppRegistrations](./Get-SPOServicePrioritizationAppRegistrations.md)
101+
102+
[Remove-SPOServicePrioritizationAppRegistration](./Remove-SPOServicePrioritizationAppRegistration.md)
103+
104+
[New-SPOServicePrioritizationBillingPolicy](./New-SPOServicePrioritizationBillingPolicy.md)
105+
106+
[Get-SPOServicePrioritizationBillingPolicies](./Get-SPOServicePrioritizationBillingPolicies.md)
107+
108+
[Set-SPOServicePrioritizationAppRegistration](./Set-SPOServicePrioritizationAppRegistration.md)

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

Lines changed: 0 additions & 57 deletions
This file was deleted.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
external help file: sharepointonline.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOServicePrioritizationAppRegistrations
5+
applicable: SharePoint Online
6+
title: Get-SPOServicePrioritizationAppRegistrations
7+
schema: 2.0.0
8+
author: killerewok2000
9+
ms.author: Sibourda
10+
ms.reviewer:
11+
---
12+
13+
# Get-SPOServicePrioritizationAppRegistrations
14+
15+
## SYNOPSIS
16+
{{ Fill in the Synopsis }}
17+
18+
## SYNTAX
19+
20+
```
21+
Get-SPOServicePrioritizationAppRegistrations [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
{{ Fill in the Description }}
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
```powershell
31+
PS C:\> {{ Add example code here }}
32+
```
33+
34+
{{ Add example description here }}
35+
36+
## PARAMETERS
37+
38+
### CommonParameters
39+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
40+
41+
## INPUTS
42+
43+
### None
44+
45+
## OUTPUTS
46+
47+
### System.Object
48+
## NOTES
49+
50+
## RELATED LINKS
51+
52+
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
53+
54+
[Add-SPOServicePrioritizationAppRegistration](./Add-SPOServicePrioritizationAppRegistration.md)
55+
56+
57+
[Remove-SPOServicePrioritizationAppRegistration](./Remove-SPOServicePrioritizationAppRegistration.md)
58+
59+
[New-SPOServicePrioritizationBillingPolicy](./New-SPOServicePrioritizationBillingPolicy.md)
60+
61+
[Get-SPOServicePrioritizationBillingPolicies](./Get-SPOServicePrioritizationBillingPolicies.md)
62+
63+
[Set-SPOServicePrioritizationAppRegistration](./Set-SPOServicePrioritizationAppRegistration.md)

0 commit comments

Comments
 (0)