Skip to content

Commit 5b2b66f

Browse files
attemp to address feedback about mandatory param for set spoappprioritizationpolicy
1 parent d50dc45 commit 5b2b66f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This cmdlet lets you enable or disable an existing policy and/or change the Qu
3131
### Example 1
3232

3333
```powershell
34-
Set-SPOAppPrioritizationPolicies -PolicyId 48abxxa9 -Enabled $false -QuotaMultiplier 4
34+
Set-SPOAppPrioritizationPolicies -PolicyId 48abxxa9 -Enabled $false
3535
```
3636

3737
Example 1 disables the policy bearing the policyId 48abxxa9
@@ -44,6 +44,13 @@ Set-SPOAppPrioritizationPolicies -PolicyId 48abxxa9 -Enabled $true -QuotaMultipl
4444

4545
Example 2 enables the policy bearing the policyId 48abxxa9 and also sets the QuotaMultiplier to 7.
4646

47+
### Example 3
48+
49+
```powershell
50+
Set-SPOAppPrioritizationPolicies -PolicyId 48abxxa9 -QuotaMultiplier 8
51+
```
52+
53+
Example 3 set the QuotaMultiplier to 7 of the policy bearing the policyId 48abxxa9.
4754

4855
## PARAMETERS
4956

@@ -97,6 +104,7 @@ Default value: None
97104
Accept pipeline input: False
98105
Accept wildcard characters: False
99106
```
107+
100108
### CommonParameters
101109
102110
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).

0 commit comments

Comments
 (0)