Skip to content

Commit 9d9f47d

Browse files
committed
Small clarification on managed paths for host-named site collections
1 parent cf591d2 commit 9d9f47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Get-SPManagedPath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Get-SPManagedPath cmdlet returns the SharePoint managed path that matches th
3636
If an Identity parameter is not provided, all managed paths for the given scope are returned.
3737

3838
Host-named sites (no matter the Web application in which they are contained) share a single set of managed paths.
39-
Use the HostHeader parameter to return host-named scoped managed paths.
39+
Use the HostHeader parameter to return host-named site collections-scoped managed paths.
4040

4141
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).
4242

@@ -54,7 +54,7 @@ This example returns all managed paths for the specified Web application.
5454
C:\PS>Get-SPManagedPath -identity "Sites" -HostHeader
5555
```
5656

57-
This example gets the Sites managed path from the host-named scoped managed paths.
57+
This example gets the Sites managed path from the host-named site collections-scoped managed paths.
5858

5959
## PARAMETERS
6060

0 commit comments

Comments
 (0)