Skip to content

Commit 176743d

Browse files
000-564: minor formatting
1 parent 37d52b3 commit 176743d

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

articles/en/SharePointOnline/Customize your site header using PnP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Accepted values are: None, Standard, Compact, Minimal, Extended
3131

3232
| Name | Preview |
3333
|-----------|-----------------------------------------------------------------------------------------------------------------------------------------|
34-
| None | <br/><img src="/articles/images/header5.png" width="400"><br/> |
35-
| Compact | <br/><img src="/articles/images/header6.PNG" width="400"><br/> |
36-
| Extended | <br/><img src="/articles/images/header7.PNG" width="400"><br/> |
37-
| Minimal | <br/><img src="/articles/images/header8.PNG" width="400"><br/> |
34+
| None | <br/><img src="/articles/images/header5.png" width="600"><br/> |
35+
| Compact | <br/><img src="/articles/images/header6.PNG" width="600"><br/> |
36+
| Extended | <br/><img src="/articles/images/header7.PNG" width="600"><br/> |
37+
| Minimal | <br/><img src="/articles/images/header8.PNG" width="600"><br/> |
3838

3939
<br/>
4040

articles/en/spo/comparetenants.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Quickly highlights SharePoint settings that may have been inadvertently changed
4949
If a new policy or feature is enabled in one tenant, comparing with a baseline tenant helps evaluate its impact or appropriateness.
5050

5151

52-
52+
<br/><br/>
5353

5454
# Compare SharePoint tenant settings using SPO Management Shell
5555

@@ -121,6 +121,10 @@ Write-Host "Differences exported to TenantComparison_Differences.csv" -Foregroun
121121
122122
```
123123

124+
125+
<br/><br/>
126+
127+
124128
# Compare SharePoint tenant settings using PnP Powershell
125129

126130
You need to connect to both tenants using the `Connect-PnPOnline` cmdlet and get the properties using the `Get-PnPTenant` cmdlet. Then compare all the properties. Two files will be genrated:
@@ -189,6 +193,10 @@ Write-Host "Full comparison exported to FullTenantComparison.csv" -ForegroundCol
189193
190194
```
191195

196+
197+
<br/><br/>
198+
199+
192200
# Compare SharePoint tenant settings using CSOM
193201

194202

@@ -292,6 +300,8 @@ Write-Host "Full comparison exported to FullTenantComparison.csv" -ForegroundCol
292300
293301
```
294302

303+
<br/><br/>
304+
295305

296306
# See Also
297307

0 commit comments

Comments
 (0)