Skip to content

Commit b510660

Browse files
Techwriter40VesaJuvonen
authored andcommitted
update title (SharePoint#3521)
adding "by" in the title to make it consistent with the body of the article.
1 parent b3c3f40 commit b510660

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Create SharePoint hub sites using PowerShell
3-
description: Example code for creating a SharePoint hub site using PowerShell.
3+
description: Example code for creating a SharePoint hub site by using PowerShell.
44
ms.date: 4/20/2018
55
localization_priority: Priority
66
---
77

8-
# Create SharePoint hub sites using PowerShell
8+
# Create SharePoint hub sites by using PowerShell
99

1010
> [!IMPORTANT]
1111
> The hub sites feature is currently in preview and is subject to change. It is not currently supported for use in production environments.
1212
13-
If you're a global or SharePoint admin in Office 365, you can convert any existing site to a hub site by using Windows PowerShell. In this example, you'll learn how to create a SharePoint hub site and to associate another site with it. In this scenario, you are setting up sites for the Contoso marketing department:
13+
If you're a global or SharePoint admin in Office 365, you can convert any existing site to a hub site by using Microsoft PowerShell. In this example, you'll learn how to create a SharePoint hub site and to associate another site with it. In this scenario, you are setting up sites for the Contoso marketing department:
1414
- You will create a hub site that all other marketing sites will be associated with.
1515
- You will then specify settings and permissions for the hub site.
1616
- Finally, you will create a second site and associate it with the hub site.
@@ -20,7 +20,7 @@ If you're a global or SharePoint admin in Office 365, you can convert any existi
2020
2121
## Connect to SPO
2222

23-
First, you need to connect to SharePoint Online by using Windows PowerShell. The commands use both the [SharePoint Online Management Shell](https://www.microsoft.com/en-us/download/details.aspx?id=35588) (-SPO) and the [SharePoint PnP PowerShell Online module](https://www.powershellgallery.com/packages/SharePointPnPPowerShellOnline) (-PnP).
23+
First, you need to connect to SharePoint Online by using PowerShell. The commands use both the [SharePoint Online Management Shell](https://www.microsoft.com/en-us/download/details.aspx?id=35588) (-SPO) and the [SharePoint PnP PowerShell Online module](https://www.powershellgallery.com/packages/SharePointPnPPowerShellOnline) (-PnP).
2424

2525
1. Start Windows PowerShell.
2626

0 commit comments

Comments
 (0)