We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82742e6 + 5e4a4ed commit b19d912Copy full SHA for b19d912
docs/features/hub-site/create-hub-site-with-powershell.md
@@ -1,7 +1,7 @@
1
---
2
title: Create SharePoint hub sites using PowerShell
3
description: Example code for creating a SharePoint hub site by using PowerShell.
4
-ms.date: 06/23/2020
+ms.date: 11/18/2020
5
localization_priority: Priority
6
7
@@ -65,7 +65,7 @@ The hub site doesn't have a logo or description yet. We also want to constrain i
65
```powershell
66
Set-PnPHubSite
67
-Identity https://contoso.sharepoint.com/sites/marketing
68
- -LogoUrl https://contoso.sharepoint.com/marketing/SiteAssets/mylogo.jpg
+ -LogoUrl https://contoso.sharepoint.com/sites/marketing/SiteAssets/mylogo.jpg
69
-Description "Main hub site for collaboration on marketing activities across Contoso"
70
```
71
0 commit comments