Skip to content

Commit b263868

Browse files
authored
Example 5
Added example for setting MajorVersionLimit in Set-SPOApplication.
1 parent cbfb081 commit b263868

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOApplication.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ Set-SPOApplication -OwningApplicationId 423poi45 -CopilotEmbeddedChatHosts "http
7070
```
7171
This example sets the host URLs for the application with Id 423poi45.
7272

73+
### Example 5
74+
75+
```powershell
76+
Set-SPOApplication -OwningApplicationId 423poi45 -MajorVersionLimit 1000
77+
```
78+
This example sets the MajorVersionLimit to 1000
79+
7380
## PARAMETERS
7481

7582
### -CopilotEmbeddedChatHosts

0 commit comments

Comments
 (0)