Skip to content

Commit e315505

Browse files
authored
Merge pull request #7285 from tseward/patch-2
Update Set-SPOTenant.md
2 parents 18fbc5c + 3555112 commit e315505

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

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

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
8383
[-SyncPrivacyProfileProperties <Boolean>]
8484
[-UseFindPeopleInPeoplePicker <Boolean>]
8585
[-UserVoiceForFeedbackEnabled <Boolean>]
86-
[-ContentTypeSyncSiteTemplatesList MySites [-ExcludeSiteTemplate]]
86+
[-ContentTypeSyncSiteTemplatesList [String[]]]
87+
[-ExcludeSiteTemplate]
8788
[-CustomizedExternalSharingServiceUrl <String>]
8889
[-ConditionalAccessPolicy <SPOConditionalAccessPolicyType>]
8990
[-ConditionalAccessPolicyErrorHelpLink <String>]
@@ -1493,7 +1494,7 @@ Accept pipeline input: False
14931494
Accept wildcard characters: False
14941495
```
14951496
1496-
### -ContentTypeSyncSiteTemplatesList MySites [-ExcludeSiteTemplate]
1497+
### -ContentTypeSyncSiteTemplatesList [String[]] [-ExcludeSiteTemplate]
14971498
14981499
By default Content Type Hub will no longer push content types to OneDrive for Business sites (formerly known as MySites).
14991500
@@ -1503,6 +1504,32 @@ When the feature is enabled, the Content Type Hub will push content types to One
15031504

15041505
Once you have enabled Content Type publishing to OneDrive for Business sites, you can disable it later using: `Set-SPOTenant -ContentTypeSyncSiteTemplatesList MySites -ExcludeSiteTemplate`.
15051506

1507+
```yaml
1508+
Type: String[]
1509+
Parameter Sets: ParameterSetContentTypeSyncSiteTemplatesList
1510+
Aliases:
1511+
Required: True
1512+
Position: Named
1513+
Default value: None
1514+
Accept pipeline input: False
1515+
Accept wildcard characters: False
1516+
```
1517+
1518+
### -ExcludeSiteTemplate
1519+
Excludes the specified template from Content Type hub content type synchronization. Must be used with `-ContentTypeSyncSiteTemplatesList [String[]]`.
1520+
1521+
1522+
```yaml
1523+
Type: SwitchParameter
1524+
Parameter Sets: ParameterSetContentTypeSyncSiteTemplatesList
1525+
Aliases:
1526+
Required: False
1527+
Position: Named
1528+
Default value: None
1529+
Accept pipeline input: False
1530+
Accept wildcard characters: False
1531+
```
1532+
15061533
### -ConditionalAccessPolicy
15071534

15081535
Please read [Control access from unmanaged devices](https://docs.microsoft.com/sharepoint/control-access-from-unmanaged-devices ) documentation here to understand Conditional Access Policy usage in SharePoint Online.
@@ -1633,8 +1660,7 @@ Accept wildcard characters: False
16331660

16341661
Specifies whether to enable the external user expiration policy, where external users will be expired and removed from the site collection in a given number of days.
16351662

1636-
> [!NOTE]
1637-
> Once the policy is enabled, expiration values will be set on external users as they join a site collection (via sharing links or via direct access). When the policy is disabled, it will no longer set expiration values on users, but it will not automatically clear expiration values set on existing users. The users can then have their expiration value cleared by a site collection administrator if required.
1663+
Note: Once the policy is enabled, expiration values will be set on external users as they join a site collection (via sharing links or via direct access). When the policy is disabled, it will no longer set expiration values on users, but it will not automatically clear expiration values set on existing users. The users can then have their expiration value cleared by a site collection administrator if required.
16381664

16391665
The valid values are:
16401666
True - Enables the Policy.

0 commit comments

Comments
 (0)