Skip to content

Commit ade58dc

Browse files
authored
Removed hyphens from "Example" headings
These don't look so good on docs.microsoft.com, especially if the browser window isn't wide enough to avoid wrapping the text.
1 parent 632470d commit ade58dc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You must be a SharePoint Online administrator or Global Administrator to run the
116116

117117
## EXAMPLES
118118

119-
### -----------------------EXAMPLE 1-----------------------------
119+
### EXAMPLE 1
120120

121121
```powershell
122122
Set-SPOSite -Identity https://contoso.sharepoint.com/sites/team1 -LockState NoAccess
@@ -125,71 +125,71 @@ Set-SPOTenant -NoAccessRedirectUrl 'https://www.contoso.com'
125125

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

128-
### -----------------------EXAMPLE 2-----------------------------
128+
### EXAMPLE 2
129129

130130
```powershell
131131
Set-SPOTenant -ShowEveryoneExceptExternalUsersClaim $false
132132
```
133133

134134
This example hides the "Everyone Except External Users" claim in People Picker.
135135

136-
### -----------------------EXAMPLE 3-----------------------------
136+
### EXAMPLE 3
137137

138138
```powershell
139139
Set-SPOTenant -ShowAllUsersClaim $false
140140
```
141141

142142
This example hides the "All Users" claim group in People Picker.
143143

144-
### -----------------------EXAMPLE 4-----------------------------
144+
### EXAMPLE 4
145145

146146
```powershell
147147
Set-SPOTenant -UsePersistentCookiesForExplorerView $true
148148
```
149149

150150
This example enables the use of special persisted cookie for Open with Explorer.
151151

152-
### -----------------------EXAMPLE 5-----------------------------
152+
### EXAMPLE 5
153153

154154
```powershell
155155
Set-SPOTenant -LegacyAuthProtocolsEnabled $True
156156
```
157157

158158
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."
159159

160-
### -----------------------EXAMPLE 6------------------------------
160+
### EXAMPLE 6
161161

162162
```powershell
163163
Set-SPOTenant -ContentTypeSyncSiteTemplatesList MySites
164164
```
165165

166166
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.
167167

168-
### -----------------------EXAMPLE 7-------------------------------
168+
### EXAMPLE 7
169169

170170
```powershell
171171
Set-SPOTenant -ContentTypeSyncSiteTemplatesList MySites -ExcludeSiteTemplate
172172
```
173173

174174
This example stops publishing content types to OneDrive for Business sites.
175175

176-
### -----------------------EXAMPLE 8-------------------------------
176+
### EXAMPLE 8
177177

178178
```powershell
179179
Set-SPOTenant -SearchResolveExactEmailOrUPN $true
180180
```
181181

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

184-
### -----------------------EXAMPLE 9-------------------------------
184+
### EXAMPLE 9
185185

186186
```powershell
187187
Set-SPOTenant -UseFindPeopleInPeoplePicker $true
188188
```
189189

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

192-
### -----------------------EXAMPLE 10-------------------------------
192+
### EXAMPLE 10
193193

194194
```powershell
195195
Set-SPOTenant -ShowPeoplePickerSuggestionsForGuestUsers $true

0 commit comments

Comments
 (0)