posh-kentico.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <!-- Cmdlet: Initialize-CMSApplication -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Initialize-CMSApplication</command:name>
      <command:verb>Initialize</command:verb>
      <command:noun>CMSApplication</command:noun>
      <maml:description>
        <maml:para>Initializes a connection to the Kentico CMS Server.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Initialize-CMSApplication cmdlet initializes a connection to the Kentico CMS server.</maml:para>
      <maml:para></maml:para>
      <maml:para>If this cmdlet is run without parameters, then it requires administrator permissions to find the Kentico site.</maml:para>
      <maml:para>It does so by performing the following steps:</maml:para>
      <maml:para>1. Get a list of all the sites from IIS</maml:para>
      <maml:para>2. Get a list of all applications from the sites</maml:para>
      <maml:para>3. Get a list of all the virtual directories from the applications</maml:para>
      <maml:para>4. Continue processing virtual directory if a web.config file exits</maml:para>
      <maml:para>5. Parse the document and find an "add" node with name="CMSConnectionString"</maml:para>
      <maml:para>6. If the connection string is valid, then stop processing</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: None -->
      <command:syntaxItem>
        <maml:name>Initialize-CMSApplication</maml:name>
        <!-- Parameter: Cached -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="UseCached">
          <maml:name>Cached</maml:name>
          <maml:description>
            <maml:para>Use the previous successful site and connection string information found.</maml:para>
            <maml:para>If none, then this is the same as supplying no parameters.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ConnectionString -->
      <command:syntaxItem>
        <maml:name>Initialize-CMSApplication</maml:name>
        <!-- Parameter: ConnectionString -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ConnectionString</maml:name>
          <maml:description>
            <maml:para>The connection string for the database connection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: WebRoot -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1" aliases="KenticoRoot">
          <maml:name>WebRoot</maml:name>
          <maml:description>
            <maml:para>The root directory for the Kentico site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ServerAndDatabase -->
      <command:syntaxItem>
        <maml:name>Initialize-CMSApplication</maml:name>
        <!-- Parameter: DatabaseServer -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="SQLServer">
          <maml:name>DatabaseServer</maml:name>
          <maml:description>
            <maml:para>The database server to use for generating the connection string.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Database -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>Database</maml:name>
          <maml:description>
            <maml:para>The database to use for generating the connection string.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: WebRoot -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="2" aliases="KenticoRoot">
          <maml:name>WebRoot</maml:name>
          <maml:description>
            <maml:para>The root directory for the Kentico site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Timeout -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Timeout</maml:name>
          <maml:description>
            <maml:para>The timeout to use for generating the connection string.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>60</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Cached -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="UseCached">
        <maml:name>Cached</maml:name>
        <maml:description>
          <maml:para>Use the previous successful site and connection string information found.</maml:para>
          <maml:para>If none, then this is the same as supplying no parameters.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="UseCached">
        <maml:name>UseCached</maml:name>
        <maml:description>
          <maml:para>Use the previous successful site and connection string information found.</maml:para>
          <maml:para>If none, then this is the same as supplying no parameters.</maml:para>
          <maml:para>This is an alias of the Cached parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ConnectionString -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ConnectionString</maml:name>
        <maml:description>
          <maml:para>The connection string for the database connection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: DatabaseServer -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="SQLServer">
        <maml:name>DatabaseServer</maml:name>
        <maml:description>
          <maml:para>The database server to use for generating the connection string.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0" aliases="SQLServer">
        <maml:name>SQLServer</maml:name>
        <maml:description>
          <maml:para>The database server to use for generating the connection string.</maml:para>
          <maml:para>This is an alias of the DatabaseServer parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Database -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>Database</maml:name>
        <maml:description>
          <maml:para>The database to use for generating the connection string.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Timeout -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Timeout</maml:name>
        <maml:description>
          <maml:para>The timeout to use for generating the connection string.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>60</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: WebRoot -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="2" aliases="KenticoRoot">
        <maml:name>WebRoot</maml:name>
        <maml:description>
          <maml:para>The root directory for the Kentico site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="false" position="2" aliases="KenticoRoot">
        <maml:name>KenticoRoot</maml:name>
        <maml:description>
          <maml:para>The root directory for the Kentico site.</maml:para>
          <maml:para>This is an alias of the WebRoot parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Initialize the Kentico CMS Application by searching for the Kentico site.</maml:para>
          <maml:para>This option requires administrator rights.</maml:para>
        </maml:introduction>
        <dev:code>Initialize-CMSApplication</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Initialize the Kentico CMS Application by using the specified connection string.</maml:para>
          <maml:para>This option does not require administrator rights.</maml:para>
        </maml:introduction>
        <dev:code>Initialize-CMSApplication -DatabaseServer KenticoServer -Database Kentico -WebRoot C:\kentico</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-CMSSite -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-CMSSite</command:name>
      <command:verb>Get</command:verb>
      <command:noun>CMSSite</command:noun>
      <maml:description>
        <maml:para>Gets the sites selected by the provided input.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets the sites selected by the provided input. This command automatically initializes the connection to Kentico if not already initialized.</maml:para>
      <maml:para></maml:para>
      <maml:para>Without parameters, this command returns all sites.</maml:para>
      <maml:para>With parameters, this command returns the sites that match the criteria.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Dislpay Name -->
      <command:syntaxItem>
        <maml:name>Get-CMSSite</maml:name>
        <!-- Parameter: DisplayName -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="SiteName,DomainName">
          <maml:name>DisplayName</maml:name>
          <maml:description>
            <maml:para>The display name of the site to retrive.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for display name and category name and starts with for path.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Get-CMSSite</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the site to retrieve.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: DisplayName -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="SiteName,DomainName">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>The display name of the site to retrive.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="SiteName,DomainName">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The display name of the site to retrive.</maml:para>
          <maml:para>This is an alias of the DisplayName parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="SiteName,DomainName">
        <maml:name>DomainName</maml:name>
        <maml:description>
          <maml:para>The display name of the site to retrive.</maml:para>
          <maml:para>This is an alias of the DisplayName parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for display name and category name and starts with for path.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the site to retrieve.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The display name of the site to retrive.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: SiteInfo -->
      <command:returnValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Get all the sites.</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSSite</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Get all sites with a display name "*bas*", site name "*bas*", or a domain name "bas*".</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSSite bas</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Get all sites with a display name "basic", site name "basic", or domain name "basic"</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSSite basic -Exact</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Get all the sites with the specified IDs.</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSSite -ID 5,304,5</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: New-CMSSite -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-CMSSite</command:name>
      <command:verb>New</command:verb>
      <command:noun>CMSSite</command:noun>
      <maml:description>
        <maml:para>Creates a new site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new site based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the newly created site when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: PassThru -->
      <command:syntaxItem>
        <maml:name>New-CMSSite</maml:name>
        <!-- Parameter: DisplayName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>DisplayName</maml:name>
          <maml:description>
            <maml:para>The display name for the newly created site.</maml:para>
            <maml:para>Site display name cannot be blank.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SiteName -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the newly created site.</maml:para>
            <maml:para>If null, then the display name is used for the site name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Status -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
          <maml:name>Status</maml:name>
          <maml:description>
            <maml:para>The status for the newly created site.</maml:para>
            <maml:para>Possible values: Running, Stopped</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteStatusEnum</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteStatusEnum</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>Running</dev:defaultValue>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">Running</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Stopped</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
        <!-- Parameter: DomainName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="3">
          <maml:name>DomainName</maml:name>
          <maml:description>
            <maml:para>The domain name for the newly created site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: PassThru -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>PassThru</maml:name>
          <maml:description>
            <maml:para>Tell the cmdlet to return the newly created site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: DisplayName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>The display name for the newly created site.</maml:para>
          <maml:para>Site display name cannot be blank.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteName -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the newly created site.</maml:para>
          <maml:para>If null, then the display name is used for the site name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Status -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="2">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>The status for the newly created site.</maml:para>
          <maml:para>Possible values: Running, Stopped</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteStatusEnum</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteStatusEnum</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>Running</dev:defaultValue>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">Running</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Stopped</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
      <!-- Parameter: DomainName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="3">
        <maml:name>DomainName</maml:name>
        <maml:description>
          <maml:para>The domain name for the newly created site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: PassThru -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Tell the cmdlet to return the newly created site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <!-- OutputType: SiteInfo -->
      <command:returnValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Create a new site specifying the display name and domain name.</maml:para>
        </maml:introduction>
        <dev:code>New-CMSSite -DisplayName "My Test Name" -DomainName "My Domain Name"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Create a new site specifying the display name, site name, status, and domain name.</maml:para>
        </maml:introduction>
        <dev:code>New-CMSSite -DisplayName "My Test Name" -SiteName "My Site Name" -Status "Running or Stopped" -DomainName "My Domain Name"</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Remove-CMSSite -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-CMSSite</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>CMSSite</command:noun>
      <maml:description>
        <maml:para>Deletes a site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Deletes a site.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSite</maml:name>
        <!-- Parameter: SiteToRemove -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToRemove</maml:name>
          <maml:description>
            <maml:para>A reference to the site to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSite</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site to remove.</maml:para>
            <maml:para>Site name cannot be blank.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for site name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSite</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the web part category to delete.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteToRemove -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToRemove</maml:name>
        <maml:description>
          <maml:para>A reference to the site to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site to remove.</maml:para>
          <maml:para>This is an alias of the SiteToRemove parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site to remove.</maml:para>
          <maml:para>Site name cannot be blank.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for site name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the web part category to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site to remove.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The site name for the site to remove.</maml:para>
          <maml:para>Site name cannot be blank.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Deletes all sites contains a site name "*bas*", display name "*bas*", or a domain name "*bas*".</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSite -SiteName "bas"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Deletes all sites with a site name "basic", display name "basic", or a domain name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSite -SiteName "basic" -Exact</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Deletes a site.</maml:para>
        </maml:introduction>
        <dev:code>$site | Remove-CMSSite</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Delete all the sites with the specified IDs.</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSite -ID 1,2,3</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Set-CMSSite -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Set-CMSSite</command:name>
      <command:verb>Set</command:verb>
      <command:noun>CMSSite</command:noun>
      <maml:description>
        <maml:para>Sets a site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets a new site based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the site to update when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Set-CMSSite</maml:name>
        <!-- Parameter: SiteToSet -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToSet</maml:name>
          <maml:description>
            <maml:para>A reference to the site to update.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Set-CMSSite</maml:name>
        <!-- Parameter: DisplayName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>DisplayName</maml:name>
          <maml:description>
            <maml:para>The display name for the site to update.</maml:para>
            <maml:para>Site display name cannot be blank.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site to update.</maml:para>
            <maml:para>Site name cannot be blank.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Status -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="2">
          <maml:name>Status</maml:name>
          <maml:description>
            <maml:para>The status for the site to update.</maml:para>
            <maml:para>Possible values: Running, Stopped</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteStatusEnum</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteStatusEnum</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>Running</dev:defaultValue>
          <command:parameterValueGroup>
            <command:parameterValue required="false" variableLength="false">Running</command:parameterValue>
            <command:parameterValue required="false" variableLength="false">Stopped</command:parameterValue>
          </command:parameterValueGroup>
        </command:parameter>
        <!-- Parameter: DomainName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="3">
          <maml:name>DomainName</maml:name>
          <maml:description>
            <maml:para>The domain name for the site to update.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: PassThru -->
      <command:syntaxItem>
        <maml:name>Set-CMSSite</maml:name>
        <!-- Parameter: PassThru -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>PassThru</maml:name>
          <maml:description>
            <maml:para>Tell the cmdlet to return the site to update.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteToSet -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToSet</maml:name>
        <maml:description>
          <maml:para>A reference to the site to update.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site to update.</maml:para>
          <maml:para>This is an alias of the SiteToSet parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: DisplayName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>The display name for the site to update.</maml:para>
          <maml:para>Site display name cannot be blank.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site to update.</maml:para>
          <maml:para>Site name cannot be blank.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Status -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="2">
        <maml:name>Status</maml:name>
        <maml:description>
          <maml:para>The status for the site to update.</maml:para>
          <maml:para>Possible values: Running, Stopped</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteStatusEnum</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteStatusEnum</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>Running</dev:defaultValue>
        <command:parameterValueGroup>
          <command:parameterValue required="false" variableLength="false">Running</command:parameterValue>
          <command:parameterValue required="false" variableLength="false">Stopped</command:parameterValue>
        </command:parameterValueGroup>
      </command:parameter>
      <!-- Parameter: DomainName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="3">
        <maml:name>DomainName</maml:name>
        <maml:description>
          <maml:para>The domain name for the site to update.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: PassThru -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Tell the cmdlet to return the site to update.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site to update.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: SiteInfo -->
      <command:returnValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Set site specifying an existing site.</maml:para>
        </maml:introduction>
        <dev:code>Set-CMSSite -Site "My Desired Site"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Set site specifying an existing site.</maml:para>
        </maml:introduction>
        <dev:code>$site | Set-CMSSite</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Set site specifying the display name, site name, status, and domain name.</maml:para>
        </maml:introduction>
        <dev:code>Set-CMSSite -DisplayName "My Test Name" -SiteName "My Site Name" -Status "Running or Stopped" -DomainName "My Domain Name"</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Start-CMSSite -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Start-CMSSite</command:name>
      <command:verb>Start</command:verb>
      <command:noun>CMSSite</command:noun>
      <maml:description>
        <maml:para>Starts a site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Starts a site.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Start-CMSSite</maml:name>
        <!-- Parameter: SiteToStart -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToStart</maml:name>
          <maml:description>
            <maml:para>A reference to the site to start.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Start-CMSSite</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site to start.</maml:para>
            <maml:para>Site name cannot be blank.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for site name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Start-CMSSite</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the web part category to start.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteToStart -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToStart</maml:name>
        <maml:description>
          <maml:para>A reference to the site to start.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site to start.</maml:para>
          <maml:para>This is an alias of the SiteToStart parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site to start.</maml:para>
          <maml:para>Site name cannot be blank.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for site name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the web part category to start.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site to start.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Starts a site contains a site name "*bas*", display name "*bas*", or a domain name "bas*".</maml:para>
        </maml:introduction>
        <dev:code>Start-CMSSite -SiteName "bas"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Starts a site with a site name "basic", display name "basic", or a domain name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Start-CMSSite -Site "basic" -EXACT</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Starts a site.</maml:para>
        </maml:introduction>
        <dev:code>$site| Start-CMSSite</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Starts all the sites with the specified IDs.</maml:para>
        </maml:introduction>
        <dev:code>Start-CMSSite -ID 1,2,3</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Stop-CMSSite -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Stop-CMSSite</command:name>
      <command:verb>Stop</command:verb>
      <command:noun>CMSSite</command:noun>
      <maml:description>
        <maml:para>Stops a site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Stops a site.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Stop-CMSSite</maml:name>
        <!-- Parameter: SiteToStart -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToStart</maml:name>
          <maml:description>
            <maml:para>A reference to the site to stop.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Stop-CMSSite</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site to stop.</maml:para>
            <maml:para>Site name cannot be blank.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for site name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Stop-CMSSite</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the web part category to stop.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteToStart -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToStart</maml:name>
        <maml:description>
          <maml:para>A reference to the site to stop.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site to stop.</maml:para>
          <maml:para>This is an alias of the SiteToStart parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site to stop.</maml:para>
          <maml:para>Site name cannot be blank.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for site name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the web part category to stop.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site to stop.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Stops a site contains a site name "*bas*", display name "*bas*", or a domain name "bas*".</maml:para>
        </maml:introduction>
        <dev:code>Stop-CMSSite -SiteName "bas"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Stops a site with a site name "basic", display name "basic", or a domain name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Stop-CMSSite -Site "basic" -EXACT</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Stops a site.</maml:para>
        </maml:introduction>
        <dev:code>$site| Stop-CMSSite</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Stops all the sites with the specified IDs.</maml:para>
        </maml:introduction>
        <dev:code>Stop-CMSSite -ID 1,2,3</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Add-CMSSiteCulture -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Add-CMSSiteCulture</command:name>
      <command:verb>Add</command:verb>
      <command:noun>CMSSiteCulture</command:noun>
      <maml:description>
        <maml:para>Adds a culture to a specified site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Adds a culture to a specified site based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the newly modified site when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Add-CMSSiteCulture</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SiteToAdd -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToAdd</maml:name>
          <maml:description>
            <maml:para>A reference to the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: CultureCode -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>CultureCode</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Add-CMSSiteCulture</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: CultureCode -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>CultureCode</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for site name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Add-CMSSiteCulture</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: CultureCode -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>CultureCode</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteToAdd -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToAdd</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
          <maml:para>This is an alias of the SiteToAdd parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for site name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: CultureCode -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>CultureCode</maml:name>
        <maml:description>
          <maml:para>The IDs of the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Add a culture with culture code "cul" to a specified site specifying the site name "*bas*", display name "*bas*", or a domain name "*bas*".</maml:para>
        </maml:introduction>
        <dev:code>Add-CMSSiteCulture -SiteName "*bas*" -CultureCode "cul"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Add a culture with culture code "cul" to a specified site specifying the site name "basic", display name "basic", or a domain name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Add-CMSSiteCulture -SiteName "basic" -EXACT -CultureCode "cul"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Add a culture with culture code "cul" to a site.</maml:para>
        </maml:introduction>
        <dev:code>$site | Add-CMSSiteCulture -CultureCode "cul"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Add a culture with culture code "cul" with the specified site IDs.</maml:para>
        </maml:introduction>
        <dev:code>Add-CMSSiteCulture -ID 1,2,3 -CultureCode "cul"</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-CMSSiteCulture -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-CMSSiteCulture</command:name>
      <command:verb>Get</command:verb>
      <command:noun>CMSSiteCulture</command:noun>
      <maml:description>
        <maml:para>Gets the cultures of the specified site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets the cultures of the specified site based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the list of cultures when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Get-CMSSiteCulture</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Get-CMSSiteCulture</maml:name>
        <!-- Parameter: SiteToWork -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToWork</maml:name>
          <maml:description>
            <maml:para>A reference to the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteToWork -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToWork</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
          <maml:para>This is an alias of the SiteToWork parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Gets the cultures of a site specifying the site name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSSiteCulture -SiteName "basic" </dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Gets the cultures of a site passing the site to the cmdlet.</maml:para>
        </maml:introduction>
        <dev:code>$site | Get-CMSSiteCulture</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Remove-CMSSiteCulture -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-CMSSiteCulture</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>CMSSiteCulture</command:noun>
      <maml:description>
        <maml:para>Removes a culture to a specified site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a culture to a specified site based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the newly modified site when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSiteCulture</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SiteToRemove -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToRemove</maml:name>
          <maml:description>
            <maml:para>A reference to the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: CultureCode -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>CultureCode</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSiteCulture</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: CultureCode -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>CultureCode</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for site name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSiteCulture</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: CultureCode -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>CultureCode</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteToRemove -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToRemove</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
          <maml:para>This is an alias of the SiteToRemove parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for site name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: CultureCode -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>CultureCode</maml:name>
        <maml:description>
          <maml:para>The IDs of the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Remove a culture with culture code "cul" from a specified site specifying the site name "*bas*", display name "*bas*", or a domain name "*bas*".</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSiteCulture -SiteName "*bas*" -CultureCode "cul"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Remove a culture with culture code "cul" from a specified site specifying the site name "basic", display name "basic", or a domain name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSiteCulture -SiteName "basic" -EXACT -CultureCode "cul"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Remove a culture with culture code "cul" from a site.</maml:para>
        </maml:introduction>
        <dev:code>$site | Remove-CMSSiteCulture</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Remove a culture with culture code "cul" with the specified IDs.</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSiteCulture -ID 1,2,3</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Add-CMSSiteDomainAlias -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Add-CMSSiteDomainAlias</command:name>
      <command:verb>Add</command:verb>
      <command:noun>CMSSiteDomainAlias</command:noun>
      <maml:description>
        <maml:para>Adds a domain alias to a specified site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Adds a domain alias to a specified site based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the newly modified site when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Add-CMSSiteDomainAlias</maml:name>
        <!-- Parameter: SiteToAdd -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToAdd</maml:name>
          <maml:description>
            <maml:para>A reference to the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: AliasName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>AliasName</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Add-CMSSiteDomainAlias</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: AliasName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>AliasName</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for site name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Add-CMSSiteDomainAlias</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: AliasName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>AliasName</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteToAdd -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToAdd</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
          <maml:para>This is an alias of the SiteToAdd parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for site name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: AliasName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>AliasName</maml:name>
        <maml:description>
          <maml:para>The IDs of the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Add a domain alias with alias name "alias" to a specified site specifying the site name "*bas*", display name "*bas*", or a domain name "*bas*".</maml:para>
        </maml:introduction>
        <dev:code>Add-CMSSiteDomainAlias -SiteName "*bas*" -AliasName "alias"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Add a domain alias with alias name "alias" to a specified site specifying the site name "basic", display name "basic", or a domain name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Add-CMSSiteDomainAlias -SiteName "basic" -EXACT -AliasName "alias"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Add a domain alias with alias name "alias" to a site.</maml:para>
        </maml:introduction>
        <dev:code>$site | Add-CMSSiteDomainAlias -AliasName "alias"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Add a domain alias with alias name "alias" with the specified site IDs.</maml:para>
        </maml:introduction>
        <dev:code>Add-CMSSiteDomainAlias -ID 1,2,3 -AliasName "alias"</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-CMSSiteDomainAlias -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-CMSSiteDomainAlias</command:name>
      <command:verb>Get</command:verb>
      <command:noun>CMSSiteDomainAlias</command:noun>
      <maml:description>
        <maml:para>Gets the domain aliases of the specified site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets the domain aliases of the specified site based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the list of domain aliases when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Get-CMSSiteDomainAlias</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Get-CMSSiteDomainAlias</maml:name>
        <!-- Parameter: SiteToWork -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToWork</maml:name>
          <maml:description>
            <maml:para>A reference to the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteToWork -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToWork</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
          <maml:para>This is an alias of the SiteToWork parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Gets the domain aliases of a site specifying the site name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSSiteDomainAlias -SiteName "basic" </dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Gets the domain aliases of a site passing the site to the cmdlet.</maml:para>
        </maml:introduction>
        <dev:code>$site | Get-CMSSiteDomainAlias</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Remove-CMSSiteDomainAlias -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-CMSSiteDomainAlias</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>CMSSiteDomainAlias</command:noun>
      <maml:description>
        <maml:para>Removes a domain alias to a specified site.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a domain alias to a specified site based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the newly modified site when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Object -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSiteDomainAlias</maml:name>
        <!-- Parameter: SiteToRemove -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
          <maml:name>SiteToRemove</maml:name>
          <maml:description>
            <maml:para>A reference to the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SiteInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: AliasName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>AliasName</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Property -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSiteDomainAlias</maml:name>
        <!-- Parameter: SiteName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>SiteName</maml:name>
          <maml:description>
            <maml:para>The site name for the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: AliasName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>AliasName</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for site name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Remove-CMSSiteDomainAlias</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: AliasName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
          <maml:name>AliasName</maml:name>
          <maml:description>
            <maml:para>The IDs of the site.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SiteToRemove -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>SiteToRemove</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Site">
        <maml:name>Site</maml:name>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
          <maml:para>This is an alias of the SiteToRemove parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SiteInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SiteName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>SiteName</maml:name>
        <maml:description>
          <maml:para>The site name for the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for site name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: AliasName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="1">
        <maml:name>AliasName</maml:name>
        <maml:description>
          <maml:para>The IDs of the site.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.SiteProvider.SiteInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the site.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Remove a domain alias with alias name "alias" to a specified site specifying the site name "*bas*", display name "*bas*", or a domain name "*bas*".</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSiteDomainAlias -SiteName "*bas*" -AliasName "alias"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Remove a domain alias with alias name "alias" to a specified site specifying the site name "basic", display name "basic", or a domain name "basic".</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSiteDomainAlias -SiteName "basic" -EXACT -AliasName "alias"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Remove a domain alias with alias name "alias" to a site.</maml:para>
        </maml:introduction>
        <dev:code>$site | Remove-CMSSiteDomainAlias -AliasName "alias"</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Remove a domain alias with alias name "alias" with the specified site IDs.</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSSiteDomainAlias -ID 1,2,3 -AliasName "alias"</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-CMSWebPartCategory -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-CMSWebPartCategory</command:name>
      <command:verb>Get</command:verb>
      <command:noun>CMSWebPartCategory</command:noun>
      <maml:description>
        <maml:para>Gets the web part categories selected by the provided input.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets the web part categories selected by the provided input. This command automatically initializes the connection to Kentico if not already initialized.</maml:para>
      <maml:para></maml:para>
      <maml:para>Without parameters, this command returns all webpart categories.</maml:para>
      <maml:para>With parameters, this command returns the webpart categories that match the criteria.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Category Name -->
      <command:syntaxItem>
        <maml:name>Get-CMSWebPartCategory</maml:name>
        <!-- Parameter: CategoryName -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
          <maml:name>CategoryName</maml:name>
          <maml:description>
            <maml:para>The category name, display name, or path of the webpart category.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for display name and category name and starts with for path.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Get-CMSWebPartCategory</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the web part category to retrieve.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: CategoryName -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
        <maml:name>CategoryName</maml:name>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
          <maml:para>This is an alias of the CategoryName parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
          <maml:para>This is an alias of the CategoryName parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
          <maml:para>This is an alias of the CategoryName parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for display name and category name and starts with for path.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the web part category to retrieve.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: WebPartCategoryInfo -->
      <command:returnValue>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Get all the webpart categories.</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSWebPartCategory</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Get all webparts with a category name "*bas*", display name "*bas*", or a path "bas*".</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSWebPartCategory bas</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Get all webparts with a category name "basic", display name "basic", or path "basic"</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSWebPartCategory basic -Exact</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Get all the webparts with the specified IDs.</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSWebPartCategory -ID 5,304,5</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: New-CMSWebPartCategory -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-CMSWebPartCategory</command:name>
      <command:verb>New</command:verb>
      <command:noun>CMSWebPartCategory</command:noun>
      <maml:description>
        <maml:para>Creates a new web part category.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new web part category based off of the provided input.</maml:para>
      <maml:para>This cmdlet returns the newly created web part category when the -PassThru switch is used.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: PassThru -->
      <command:syntaxItem>
        <maml:name>New-CMSWebPartCategory</maml:name>
        <!-- Parameter: Path -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>Path</maml:name>
          <maml:description>
            <maml:para>The path to create the new web part category at.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: DisplayName -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
          <maml:name>DisplayName</maml:name>
          <maml:description>
            <maml:para>The display name for the newly created web part category.</maml:para>
            <maml:para>If null, then the name portion of the path is used for the display name.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ImagePath -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="IconPath">
          <maml:name>ImagePath</maml:name>
          <maml:description>
            <maml:para>The path for the icon for the newly created web part category.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: PassThru -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>PassThru</maml:name>
          <maml:description>
            <maml:para>Tell the cmdlet to return the newly created web part category.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: DisplayName -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="1">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>The display name for the newly created web part category.</maml:para>
          <maml:para>If null, then the name portion of the path is used for the display name.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Path -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The path to create the new web part category at.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ImagePath -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="IconPath">
        <maml:name>ImagePath</maml:name>
        <maml:description>
          <maml:para>The path for the icon for the newly created web part category.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="IconPath">
        <maml:name>IconPath</maml:name>
        <maml:description>
          <maml:para>The path for the icon for the newly created web part category.</maml:para>
          <maml:para>This is an alias of the ImagePath parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: PassThru -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Tell the cmdlet to return the newly created web part category.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues>
      <!-- OutputType: WebPartCategoryInfo -->
      <command:returnValue>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Create a new web part category implying the display name.</maml:para>
        </maml:introduction>
        <dev:code>New-CMSWebPartCategory -Path /Test/Test1</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Create a new web part category specifying the display name.</maml:para>
        </maml:introduction>
        <dev:code>New-CMSWebPartCategory -Path /Test/Test1 -DisplayName "My Test Category"</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Remove-CMSWebPartCategory -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-CMSWebPartCategory</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>CMSWebPartCategory</command:noun>
      <maml:description>
        <maml:para>Deletes the web part categories selected by the provided input.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Deletes the web part categories selected by the provided input. This command automatically initializes the connection to Kentico if not already initialized.</maml:para>
      <maml:para></maml:para>
      <maml:para>This command deletes the webpart categories that match the criteria.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Category Name -->
      <command:syntaxItem>
        <maml:name>Remove-CMSWebPartCategory</maml:name>
        <!-- Parameter: CategoryName -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
          <maml:name>CategoryName</maml:name>
          <maml:description>
            <maml:para>The category name, display name, or path of the webpart category.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Exact -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Exact</maml:name>
          <maml:description>
            <maml:para>If set, the match is exact,</maml:para>
            <maml:para>else the match performs a contains for display name and category name and starts with for path.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ID -->
      <command:syntaxItem>
        <maml:name>Remove-CMSWebPartCategory</maml:name>
        <!-- Parameter: ID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
          <maml:name>ID</maml:name>
          <maml:description>
            <maml:para>The IDs of the web part category to delete.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Web Part Category -->
      <command:syntaxItem>
        <maml:name>Remove-CMSWebPartCategory</maml:name>
        <!-- Parameter: WebPartCategory -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Category">
          <maml:name>WebPartCategory</maml:name>
          <maml:description>
            <maml:para>A reference to the WebPart category to delete.</maml:para>
          </maml:description>
          <command:parameterValue required="true">WebPartCategoryInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: CategoryName -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
        <maml:name>CategoryName</maml:name>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
        <maml:name>DisplayName</maml:name>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
          <maml:para>This is an alias of the CategoryName parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
        <maml:name>Name</maml:name>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
          <maml:para>This is an alias of the CategoryName parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="DisplayName,Name,Path">
        <maml:name>Path</maml:name>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
          <maml:para>This is an alias of the CategoryName parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Exact -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Exact</maml:name>
        <maml:description>
          <maml:para>If set, the match is exact,</maml:para>
          <maml:para>else the match performs a contains for display name and category name and starts with for path.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="0">
        <maml:name>ID</maml:name>
        <maml:description>
          <maml:para>The IDs of the web part category to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: WebPartCategory -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Category">
        <maml:name>WebPartCategory</maml:name>
        <maml:description>
          <maml:para>A reference to the WebPart category to delete.</maml:para>
        </maml:description>
        <command:parameterValue required="true">WebPartCategoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Category">
        <maml:name>Category</maml:name>
        <maml:description>
          <maml:para>A reference to the WebPart category to delete.</maml:para>
          <maml:para>This is an alias of the WebPartCategory parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">WebPartCategoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The category name, display name, or path of the webpart category.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the WebPart category to delete.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Delete all the webpart categories.</maml:para>
        </maml:introduction>
        <dev:code>Get-CMSWebPartCategory | Remove-CMSWebPartCategory</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Delete all webparts with a category name "*bas*", display name "*bas*", or a path "bas*".</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSWebPartCategory bas</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <maml:introduction>
          <maml:para>Delete all webparts with a category name "basic", display name "basic", or path "basic"</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSWebPartCategory basic -Exact</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <maml:introduction>
          <maml:para>Delete all the webparts with the specified IDs.</maml:para>
        </maml:introduction>
        <dev:code>Remove-CMSWebPartCategory -ID 5,304,5</dev:code>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Set-CMSWebPartCategory -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Set-CMSWebPartCategory</command:name>
      <command:verb>Set</command:verb>
      <command:noun>CMSWebPartCategory</command:noun>
      <maml:description>
        <maml:para>Sets a web part category.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets a web part category.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: PassThru -->
      <command:syntaxItem>
        <maml:name>Set-CMSWebPartCategory</maml:name>
        <!-- Parameter: WebPartCategory -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Category">
          <maml:name>WebPartCategory</maml:name>
          <maml:description>
            <maml:para>A reference to the WebPart category to update.</maml:para>
          </maml:description>
          <command:parameterValue required="true">WebPartCategoryInfo</command:parameterValue>
          <dev:type>
            <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: PassThru -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>PassThru</maml:name>
          <maml:description>
            <maml:para>Tell the cmdlet to return the newly created web part category.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: WebPartCategory -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Category">
        <maml:name>WebPartCategory</maml:name>
        <maml:description>
          <maml:para>A reference to the WebPart category to update.</maml:para>
        </maml:description>
        <command:parameterValue required="true">WebPartCategoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="0" aliases="Category">
        <maml:name>Category</maml:name>
        <maml:description>
          <maml:para>A reference to the WebPart category to update.</maml:para>
          <maml:para>This is an alias of the WebPartCategory parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">WebPartCategoryInfo</command:parameterValue>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: PassThru -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>PassThru</maml:name>
        <maml:description>
          <maml:para>Tell the cmdlet to return the newly created web part category.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A reference to the WebPart category to update.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <!-- OutputType: WebPartCategoryInfo -->
      <command:returnValue>
        <dev:type>
          <maml:name>CMS.PortalEngine.WebPartCategoryInfo</maml:name>
          <maml:uri />
        </dev:type>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <maml:introduction>
          <maml:para>Sets a web part category.</maml:para>
        </maml:introduction>
        <dev:code>$webPartCategory | Set-CMSWebPartCategory</dev:code>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <maml:introduction>
          <maml:para>Sets a web part category and returns the result.</maml:para>
        </maml:introduction>
        <dev:code>$webPartCategory | Set-CMSWebPartCategory -Passthru</dev:code>
      </command:example>
    </command:examples>
  </command:command>
</helpItems>