|
| 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) |
0 commit comments