Skip to content

Commit 7400c64

Browse files
authored
Merge pull request MicrosoftDocs#8099 from brianvan2/patch-1
Add StopNew2013Workflows param to Set-SPOTenant
2 parents 1652a4e + ade58dc commit 7400c64

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

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

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
101101
[-IncludeAtAGlanceInShareEmails]
102102
[-SyncAadB2BManagementPolicy <Boolean>]
103103
[-StopNew2010Workflows <Boolean>]
104+
[-StopNew2013Workflows <Boolean>]
104105
[-BlockSendLabelMismatchEmail <Boolean>]
105106
[-DisableOutlookPSTVersionTrimming <Boolean>]
106107
[<CommonParameters>]
@@ -115,7 +116,7 @@ You must be a SharePoint Online administrator or Global Administrator to run the
115116

116117
## EXAMPLES
117118

118-
### -----------------------EXAMPLE 1-----------------------------
119+
### EXAMPLE 1
119120

120121
```powershell
121122
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/team1 -LockState NoAccess
@@ -124,71 +125,71 @@ Set-SPOTenant -NoAccessRedirectUrl 'https://www.contoso.com'
124125

125126
This example blocks access to <https://contoso.sharepoint.com/sites/team1> and redirects traffic to <https://www.contoso.com.>
126127

127-
### -----------------------EXAMPLE 2-----------------------------
128+
### EXAMPLE 2
128129

129130
```powershell
130131
Set-SPOTenant -ShowEveryoneExceptExternalUsersClaim $false
131132
```
132133

133134
This example hides the "Everyone Except External Users" claim in People Picker.
134135

135-
### -----------------------EXAMPLE 3-----------------------------
136+
### EXAMPLE 3
136137

137138
```powershell
138139
Set-SPOTenant -ShowAllUsersClaim $false
139140
```
140141

141142
This example hides the "All Users" claim group in People Picker.
142143

143-
### -----------------------EXAMPLE 4-----------------------------
144+
### EXAMPLE 4
144145

145146
```powershell
146147
Set-SPOTenant -UsePersistentCookiesForExplorerView $true
147148
```
148149

149150
This example enables the use of special persisted cookie for Open with Explorer.
150151

151-
### -----------------------EXAMPLE 5-----------------------------
152+
### EXAMPLE 5
152153

153154
```powershell
154155
Set-SPOTenant -LegacyAuthProtocolsEnabled $True
155156
```
156157

157158
This example enables legacy authentication protocols on the tenant. This can help to enable login in situations where the admin users get an error like "Cannot contact web site '<https://contoso-admin.sharepoint.com/'> or the web site does not support SharePoint Online credentials. The response status code is 'Unauthorized'.", and the underlying error is "Access denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically."
158159

159-
### -----------------------EXAMPLE 6------------------------------
160+
### EXAMPLE 6
160161

161162
```powershell
162163
Set-SPOTenant -ContentTypeSyncSiteTemplatesList MySites
163164
```
164165

165166
This example enables Content Type Hub to push content types to all OneDrive for Business sites. There is no change in Content Type Publishing behavior for other sites.
166167

167-
### -----------------------EXAMPLE 7-------------------------------
168+
### EXAMPLE 7
168169

169170
```powershell
170171
Set-SPOTenant -ContentTypeSyncSiteTemplatesList MySites -ExcludeSiteTemplate
171172
```
172173

173174
This example stops publishing content types to OneDrive for Business sites.
174175

175-
### -----------------------EXAMPLE 8-------------------------------
176+
### EXAMPLE 8
176177

177178
```powershell
178179
Set-SPOTenant -SearchResolveExactEmailOrUPN $true
179180
```
180181

181182
This example disables starts with for all users/partial name search functionality for all SharePoint users, except SharePoint Admins.
182183

183-
### -----------------------EXAMPLE 9-------------------------------
184+
### EXAMPLE 9
184185

185186
```powershell
186187
Set-SPOTenant -UseFindPeopleInPeoplePicker $true
187188
```
188189

189190
This example enables tenant admins to enable ODB and SPO to respect Exchange supports Address Book Policy (ABP) policies in the people picker.
190191

191-
### -----------------------EXAMPLE 10-------------------------------
192+
### EXAMPLE 10
192193

193194
```powershell
194195
Set-SPOTenant -ShowPeoplePickerSuggestionsForGuestUsers $true
@@ -1812,6 +1813,21 @@ Accept pipeline input: False
18121813
Accept wildcard characters: False
18131814
```
18141815

1816+
### -StopNew2013Workflows
1817+
Prevents creation of new SharePoint 2013 classic workflows.
1818+
1819+
```yaml
1820+
Type: Boolean
1821+
Parameter Sets: (All)
1822+
Aliases:
1823+
1824+
Required: False
1825+
Position: Named
1826+
Default value: None
1827+
Accept pipeline input: False
1828+
Accept wildcard characters: False
1829+
```
1830+
18151831
### -BlockSendLabelMismatchEmail
18161832

18171833
When a sensitivity label mismatch occurs between the label on the document uploaded and the label on the site, SharePoint Online captures an audit record, and sends an Incompatible sensitivity label detected email notification to the person who uploaded the document and the site owner. The notification contains details of the document which caused the problem and the label assigned to the document and to the site. The comparison happens between the priority of these two labels.

0 commit comments

Comments
 (0)