Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 2.27 KB

File metadata and controls

90 lines (71 loc) · 2.27 KB

DSC Resource 'SharePointManagedPaths'

SharePointManagedPaths configures SharePoint managed paths (explicit and wildcard inclusions) for web applications.

When to use 'SharePointManagedPaths'

Use this resource when you need to define the URL paths available for site collections within SharePoint web applications. Managed paths control where site collections can be created (e.g., /sites/, /teams/) and are required before creating site collections at those paths.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'SharePointManagedPaths'
Parameter Attribute DataType Description Allowed Values

ManagedPaths

Hashtable[]

set of managed paths

Table 2. Attributes of category 'SharePointManagedPaths/ManagedPaths'
Parameter Attribute DataType Description Allowed Values
Example
SharePointManagedPaths:
  ManagedPaths:
    - WebAppUrl: t1 #https://content.contoso.com
      RelativeUrl: mp1
      Explicit: false
      HostHeader: false
    - WebAppUrl: t2 #https://content.contoso.com
      RelativeUrl: mp2
      Explicit: false
      HostHeader: false
    - WebAppUrl: t3 #https://my.contoso.com
      RelativeUrl: personal
      Explicit: false
      HostHeader: false