Skip to content

Commit 959f637

Browse files
authored
Merge pull request #701 from BrennyChao/patch-1
Update Set-SPOTenant.md
2 parents 2f207da + 7c0428a commit 959f637

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,9 @@ This example enables users to share with all external collaborators except for t
319319
```powershell
320320
Set-SPOTenant -EnableVersionExpirationSetting $true
321321
```
322+
The `EnableVersionExpirationSetting` parameter is no longer active, this feature is now automatically enabled for each tenant. Setting `EnableVersionExpirationSetting` to false would not disable the feature.
323+
[Learn more about Version History Settings](/sharepoint/document-library-version-history-limits)
322324

323-
This example opts your tenant into public preview of Improved Version History controls feature. This feature is being tracked on the Microsoft 365 Public Roadmap under ID [145802](https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=145802).
324-
325-
Visit [http://aka.ms/versioning-overview](http://aka.ms/versioning-overview) to learn more about Admin configurations available to manage versions.
326-
327-
By opting in, you are accepting the terms of service for version history limits. [Read the terms of service](https://aka.ms/versioning-termsofservice).
328325

329326
### EXAMPLE 17
330327

@@ -2859,15 +2856,8 @@ Accept wildcard characters: False
28592856
```
28602857

28612858
### -EnableVersionExpirationSetting
2862-
2863-
Use the `EnableVersionExpirationSetting` parameter to opt your tenant into public preview of Improved Version History controls feature Microsoft 365 Public Roadmap under ID [145802](https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=145802).
2864-
2865-
The valid values are:
2866-
2867-
- True - When set to true and feature roll out to your tenant has completed, admin version history controls at organization, site and library levels will be available.
2868-
- False (default) - When set to false, the feature will be disabled for your tenant.
2869-
2870-
Note: Disabling the feature after previously enabling it, does not revert changes made when the feature was enabled.
2859+
The `EnableVersionExpirationSetting` parameter is no longer active, this feature is now automatically enabled for each tenant.
2860+
[Learn more about Version History Settings](/sharepoint/document-library-version-history-limits)
28712861

28722862
```yaml
28732863
Type: Boolean

0 commit comments

Comments
 (0)