Skip to content

Commit b19d912

Browse files
Merge pull request SharePoint#6467 from gabrielnovoa/patch-3
Updated LogoUrl parameter value
2 parents 82742e6 + 5e4a4ed commit b19d912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/hub-site/create-hub-site-with-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create SharePoint hub sites using PowerShell
33
description: Example code for creating a SharePoint hub site by using PowerShell.
4-
ms.date: 06/23/2020
4+
ms.date: 11/18/2020
55
localization_priority: Priority
66
---
77

@@ -65,7 +65,7 @@ The hub site doesn't have a logo or description yet. We also want to constrain i
6565
```powershell
6666
Set-PnPHubSite
6767
-Identity https://contoso.sharepoint.com/sites/marketing
68-
-LogoUrl https://contoso.sharepoint.com/marketing/SiteAssets/mylogo.jpg
68+
-LogoUrl https://contoso.sharepoint.com/sites/marketing/SiteAssets/mylogo.jpg
6969
-Description "Main hub site for collaboration on marketing activities across Contoso"
7070
```
7171

0 commit comments

Comments
 (0)