en-US/PowerShellProTools.UniversalDashboard.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-Dashboard</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Dashboard</command:noun>
      <maml:description>
        <maml:para>Returns dashboards started with Start-Dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns dashboards started with Start-Dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-Dashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; Get-Dashboard</dev:code>
        <dev:remarks>
          <maml:para>Returns all dashboards stared with Start-Dashboard.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 2</maml:title>
        <dev:code>PS C:\&gt; Get-Dashboard -Name "MyDashboard"</dev:code>
        <dev:remarks>
          <maml:para>Returns a dashboard named "MyDashboard" started with Start-Dashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UDLicense</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDLicense</command:noun>
      <maml:description>
        <maml:para>Gets the installed license</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets the installed license</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDLicense</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; Get-License</dev:code>
        <dev:remarks>
          <maml:para>Gets the installed license</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Chart</command:name>
      <command:verb>New</command:verb>
      <command:noun>Chart</command:noun>
      <maml:description>
        <maml:para>Creates a new chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new chart on the dashboard. Chart data is provided via a PowerShell endpoint. This cmdlet is paired with Out-ChartData and New-ChartDataset to provide the data for display to the chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Chart</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that is called on the server to get data for the chart. Use Out-ChartData and optionally, New-ChartDataset to format data to return correctly from the endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the chart. This ID is set on the HTML markup and is also used to identify the endpoint.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Labels</maml:name>
          <maml:Description>
            <maml:para>Specifies labels to be used for the chart data. This is used instead of the LabelProperty of New-ChartData.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Options</maml:name>
          <maml:Description>
            <maml:para>ChartJS options to pass. This is a hashtable of options and should match the format of ChartJS options. See http://www.chartjs.org/docs/latest/ for more information.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title of the section containing the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of chart to display.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Bar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Line</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Area</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Doughnut</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ChartType</command:parameterValue>
          <dev:type>
            <maml:name>ChartType</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enables auto refresh for this component.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between auto refreshes. This defauts to 5 seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the chart control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color of the chart control.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that is called on the server to get data for the chart. Use Out-ChartData and optionally, New-ChartDataset to format data to return correctly from the endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the chart. This ID is set on the HTML markup and is also used to identify the endpoint.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Labels</maml:name>
        <maml:Description>
          <maml:para>Specifies labels to be used for the chart data. This is used instead of the LabelProperty of New-ChartData.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Options</maml:name>
        <maml:Description>
          <maml:para>ChartJS options to pass. This is a hashtable of options and should match the format of ChartJS options. See http://www.chartjs.org/docs/latest/ for more information.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title of the section containing the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of chart to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ChartType</command:parameterValue>
        <dev:type>
          <maml:name>ChartType</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enables auto refresh for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between auto refreshes. This defauts to 5 seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the chart control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color of the chart control.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Chart -Type Bar -Memory "CPU" -Endpoint {
    Get-Process -Name chrome | Out-ChartData -LabelProperty "Id" -DataProperty "CPU"
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a simple bar chart with information about the CPU usage of all the chrome processes running on the current machine.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 2</maml:title>
        <dev:code>PS C:\&gt; New-Chart -Type Bar -Memory "CPU" -Endpoint {
            Get-Process -Name chrome | Out-ChartData -LabelProperty "Id" -Dataset @(
                New-ChartDataset -DataProperty "WorkingSet" -Label "Working Set" -BackgroundColor "rgb(63,123,3)"
                New-ChartDataset -DataProperty "PeakWorkingSet" -Label "Peak Working Set" -BackgroundColor "rgb(134,342,122)"
                New-ChartDataset -DataProperty "VirtualMemorySize" -Label "Virtual Memory Size" -BackgroundColor "rgb(234,33,43)"
            )
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a bar chart with multiple data sets displaying different types of memory usage. Each data set is colored and labeled differently.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Column</command:name>
      <command:verb>New</command:verb>
      <command:noun>Column</command:noun>
      <maml:description>
        <maml:para>Creates a new column in the dashboard. This should be called within a New-Row.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new column in the dashboard. This should be called within a New-Row. Columns can be size 1-12. Size 12 would span the entire width of the page. If you had 12 size 1 columns, each would take up 1/12 of the page and they would be equally spaced along the row.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Column</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>The size of the column. This is a value between 1-12.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the column. This can be one or more controls. It can also be other another row of columns.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the column. This is the ID set in the HTML markup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the column. This can be one or more controls. It can also be other another row of columns.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the column. This is the ID set in the HTML markup.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>The size of the column. This is a value between 1-12.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Row -Columns {
    New-Column -Size 12 -Content {
        New-Chart ...
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creats a new row with a column that spans the entire page.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 2</maml:title>
        <dev:code>PS C:\&gt; New-Row -Columns {
    New-Column -Size 4 -Content {
        New-Chart ...
    }
    New-Column -Size 4 -Content {
        New-Chart ...
    }
    New-Column -Size 4 -Content {
        New-Chart ...
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new row with 3 columns that take up 1/3 of the page width each.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Counter</command:name>
      <command:verb>New</command:verb>
      <command:noun>Counter</command:noun>
      <maml:description>
        <maml:para>Creates a simple counter.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a simple counter. The counter number can be formatted using Numeral formats. An icon can also be displayed with the Icon property.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Counter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enables auto refresh for this component.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the panel.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that is called on the server to get data for the counter. The data should be piped to ConvertTo-Json before returning from this cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Format</maml:name>
          <maml:Description>
            <maml:para>The Numeral.js format for the counter. See http://numeraljs.com/ for more information.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to show in the background of the counter. See http://fontawesome.io/icons/ for more information.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Id of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes. AutoRefresh should be specified when using RefreshInterval.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title text to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enables auto refresh for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the panel.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that is called on the server to get data for the counter. The data should be piped to ConvertTo-Json before returning from this cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Format</maml:name>
        <maml:Description>
          <maml:para>The Numeral.js format for the counter. See http://numeraljs.com/ for more information.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon to show in the background of the counter. See http://fontawesome.io/icons/ for more information.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Id of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes. AutoRefresh should be specified when using RefreshInterval.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title text to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Counter -Title "Total Bytes Downloaded" -AutoRefresh -RefreshInterval 3 -Format '0.00b' -Icon cloud_download -Endpoint {
            Get-Random -Minimum 0 -Maximum 100000000 | ConvertTo-Json
        }</dev:code>
        <dev:remarks>
          <maml:para>Outputs a random number as a counter. Formats the number into KB, MB or TB depending on the size of the number returned. Puts the cloud_download icon in the background.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Dashboard</command:name>
      <command:verb>New</command:verb>
      <command:noun>Dashboard</command:noun>
      <maml:description>
        <maml:para>Creates a new dashboard. The result of this cmdlet should be passed to Start-Dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new dashboard. The result of this cmdlet should be passed to Start-Dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Dashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>Title for the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Color">
          <maml:name>NavBarColor</maml:name>
          <maml:Description>
            <maml:para>Navigation bar and footer color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NavBarFontColor</maml:name>
          <maml:Description>
            <maml:para>Navigation bar and footer font color.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NavbarLinks</maml:name>
          <maml:Description>
            <maml:para>Links to present on the dashboard. Use New-Link to create links.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Scripts</maml:name>
          <maml:Description>
            <maml:para>Additional scripts to include with the dashboard. These scripts are not copied but just referenced in the output HTML.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Stylesheets</maml:name>
          <maml:Description>
            <maml:para>Additional stylesheets to include with the dashboard. These stylesheets are not copied but just referenced in the output HTML.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content of the dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>Title for the dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Color">
        <maml:name>NavBarColor</maml:name>
        <maml:Description>
          <maml:para>Navigation bar and footer color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NavBarFontColor</maml:name>
        <maml:Description>
          <maml:para>Navigation bar and footer font color.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NavbarLinks</maml:name>
        <maml:Description>
          <maml:para>Links to present on the dashboard. Use New-Link to create links.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Scripts</maml:name>
        <maml:Description>
          <maml:para>Additional scripts to include with the dashboard. These scripts are not copied but just referenced in the output HTML.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Stylesheets</maml:name>
        <maml:Description>
          <maml:para>Additional stylesheets to include with the dashboard. These stylesheets are not copied but just referenced in the output HTML.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; $Dashboard = New-Dashboard -Color "blue" -Content {
    New-Chart ...
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new dashboard with a blue color that contains a chart.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 2</maml:title>
        <dev:code>PS C:\&gt; Start-Dashboard -Dashboard {
    New-Dashboard -Color "blue" -Content {
        New-Chart ...
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new dashboard with a blue color that contains a chart and starts it.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Grid</command:name>
      <command:verb>New</command:verb>
      <command:noun>Grid</command:noun>
      <maml:description>
        <maml:para>Creates a grid in the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a grid in the dashboard with data supplied by a PowerShell endpoint. The grid is produced using jQuery DataTables.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Grid</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that returns the grid data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Headers</maml:name>
          <maml:Description>
            <maml:para>The headers to use for the grid columns. The count of headers should match the count of properties.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The id of the grid. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Properties</maml:name>
          <maml:Description>
            <maml:para>The properties to select from objects for data in the row. The number of properties should match the number of headers.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title of the section for this grid.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enables auto refresh for this control.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DefaultSortColumn</maml:name>
          <maml:Description>
            <maml:para>Specifies the column index of the default sort column. This index begins with zero.
</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DefaultSortDescending</maml:name>
          <maml:Description>
            <maml:para>Specifies whether to sort descending or ascending by default.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisableSort</maml:name>
          <maml:Description>
            <maml:para>Disables sorting on the client grid.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the grid.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the grid.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that returns the grid data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Headers</maml:name>
        <maml:Description>
          <maml:para>The headers to use for the grid columns. The count of headers should match the count of properties.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The id of the grid. This is the HTML markup ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Properties</maml:name>
        <maml:Description>
          <maml:para>The properties to select from objects for data in the row. The number of properties should match the number of headers.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title of the section for this grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enables auto refresh for this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DefaultSortColumn</maml:name>
        <maml:Description>
          <maml:para>Specifies the column index of the default sort column. This index begins with zero.
</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DefaultSortDescending</maml:name>
        <maml:Description>
          <maml:para>Specifies whether to sort descending or ascending by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisableSort</maml:name>
        <maml:Description>
          <maml:para>Disables sorting on the client grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the grid.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Grid -Title "Process Information" -Headers @("Name", "Process Id", "Start Time", "Responding") -Properties @("Name", "Id", "StartTime", "Responding") -Endpoint {
            Get-Process -Name Chrome | Out-GridData
        }</dev:code>
        <dev:remarks>
          <maml:para>Creates a grid in the dashboard that displays the process information for Chrome running on the machine.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 2</maml:title>
        <dev:code>PS C:\&gt; New-Grid -Title "Service Information" -Headers @("Status", "Name", "Display Name") -Properties @("Status", "Name", "DisplayName") -Endpoint {
            Get-Service | Out-GridData
        }</dev:code>
        <dev:remarks>
          <maml:para>Creates a grid in the dashboard that displays the service information on the machine.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Html</command:name>
      <command:verb>New</command:verb>
      <command:noun>Html</command:noun>
      <maml:description>
        <maml:para>Creates a section of HTML.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a section of HTML.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Html</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Markup</maml:name>
          <maml:Description>
            <maml:para>The HTML markup to create.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Markup</maml:name>
        <maml:Description>
          <maml:para>The HTML markup to create.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Html -Markup '&lt;h3&gt;Hi! I'm HTML&lt;/h3&gt;'</dev:code>
        <dev:remarks>
          <maml:para>Creates header text in the dashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Link</command:name>
      <command:verb>New</command:verb>
      <command:noun>Link</command:noun>
      <maml:description>
        <maml:para>Creates an HTML link.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates an HTML link.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Link</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text for the link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>Url for the link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Text for the link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>Url for the link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Link -Text "PowerShell Pro Tools" -Url "https://www.poshtools.com"</dev:code>
        <dev:remarks>
          <maml:para>Creates an HTML link to PoshTools.com</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Monitor</command:name>
      <command:verb>New</command:verb>
      <command:noun>Monitor</command:noun>
      <maml:description>
        <maml:para>Creates a live updating chart that shows a single type of data on a running time scale.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a live updating chart that shows a single type of data. This is paired with Out-MonitorData to output data on a running time scale.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Monitor</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether to auto refresh this component. This is on by default for this control.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the component containing the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The border width for the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DataPointHistory</maml:name>
          <maml:Description>
            <maml:para>The number of data points to keep in the history.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint definition for this chart. The endpoint should return a single data value via the Out-MonitorData cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The HTML ID and endpoint ID for this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Options</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The refresh interval for this control. This defaults to 5 seconds.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The title of this chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of chart to use.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Bar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Line</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Area</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Doughnut</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ChartType</command:parameterValue>
          <dev:type>
            <maml:name>ChartType</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ChartBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background fill color of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ChartBorderColor</maml:name>
          <maml:Description>
            <maml:para>Order color of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Whether to auto refresh this component. This is on by default for this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the component containing the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The border width for the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DataPointHistory</maml:name>
        <maml:Description>
          <maml:para>The number of data points to keep in the history.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint definition for this chart. The endpoint should return a single data value via the Out-MonitorData cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The HTML ID and endpoint ID for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Options</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The refresh interval for this control. This defaults to 5 seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The title of this chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of chart to use.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ChartType</command:parameterValue>
        <dev:type>
          <maml:name>ChartType</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ChartBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background fill color of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ChartBorderColor</maml:name>
        <maml:Description>
          <maml:para>Order color of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Monitor -Type Line -Title "CPU" -RefreshInterval 1 -DataPointHistory 100 -Endpoint {
    Get-Counter '\Memory\Available MBytes' | Select-Object -ExpandProperty CounterSamples | Select -ExpandProperty CookedValue | Out-MonitorData
}</dev:code>
        <dev:remarks>
          <maml:para>Displays available memory in megabytes for the machine.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Row</command:name>
      <command:verb>New</command:verb>
      <command:noun>Row</command:noun>
      <maml:description>
        <maml:para>Creates a new row on the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new row on the dashboard. Columns are defined with New-Column.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Row</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Columns</maml:name>
          <maml:Description>
            <maml:para>The columns to define for the row. These columns should be defined using New-Column.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the row. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Columns</maml:name>
        <maml:Description>
          <maml:para>The columns to define for the row. These columns should be defined using New-Column.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the row. This is the HTML markup ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Row {
    New-Column -Size 6 {
     
    }
    New-Column -Size 6 {
     
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Defines a row with two columns are equal size.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 2</maml:title>
        <dev:code>PS C:\&gt; New-Row {
    New-Column -Size 6 {
        New-Row {
            New-Column -Size 6 {
             
            }
            New-Column -Size 6 {
             
            }
        }
    }
    New-Column -Size 6 {
     
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Defines a row with two columns are equal size. Inside the first column is another row with two columns.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-Table</command:name>
      <command:verb>New</command:verb>
      <command:noun>Table</command:noun>
      <maml:description>
        <maml:para>Creates a new table of data within the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new table of data within the dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-Table</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint to call to retrieve data for the table. The endpoint should return data using the Out-TableData cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Headers</maml:name>
          <maml:Description>
            <maml:para>Headers for columns in the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the table. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>Title for the section containing the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enabled auto refresh for this control.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint to call to retrieve data for the table. The endpoint should return data using the Out-TableData cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Headers</maml:name>
        <maml:Description>
          <maml:para>Headers for columns in the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the table. This is the HTML markup ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>Title for the section containing the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enabled auto refresh for this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; New-Table -Title "Process Ids" -Header @("Name", "Process Id") -Endpoint {
    Get-Process -Name Chrome | Out-TableData -Property @("name", "id")
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new table with the process IDs of chrome running on the system.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UDLicense</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDLicense</command:noun>
      <maml:description>
        <maml:para>Installs a PowerShell Pro Tools license</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Installs a PowerShell Pro Tools license</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDLicense</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>License</maml:name>
          <maml:Description>
            <maml:para>The contents of a license.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>License</maml:name>
        <maml:Description>
          <maml:para>The contents of a license.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; Set-UDLicense -License "&lt;License&gt;sdfadfasdf&lt;/License&gt;"</dev:code>
        <dev:remarks>
          <maml:para>Installs a PowerShell Pro Tools license</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Start-Dashboard</command:name>
      <command:verb>Start</command:verb>
      <command:noun>Dashboard</command:noun>
      <maml:description>
        <maml:para>Starts a dashboard defined by New-Dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Starts a dashboard defined by New-Dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Start-Dashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Dashboard</maml:name>
          <maml:Description>
            <maml:para>The dashboard to start. This dashboard is created with New-Dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Dashboard</command:parameterValue>
          <dev:type>
            <maml:name>Dashboard</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>The port to use for the dashboard. Defaults to 80.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Wait</maml:name>
          <maml:Description>
            <maml:para>Blocks execution and waits for the web server to run.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Start-Dashboard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Port</maml:name>
          <maml:Description>
            <maml:para>The port to use for the dashboard. Defaults to 80.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>A ScriptBlock that calls New-Dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Wait</maml:name>
          <maml:Description>
            <maml:para>Blocks execution and waits for the web server to run.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Dashboard</maml:name>
        <maml:Description>
          <maml:para>The dashboard to start. This dashboard is created with New-Dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Dashboard</command:parameterValue>
        <dev:type>
          <maml:name>Dashboard</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Port</maml:name>
        <maml:Description>
          <maml:para>The port to use for the dashboard. Defaults to 80.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>A ScriptBlock that calls New-Dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Wait</maml:name>
        <maml:Description>
          <maml:para>Blocks execution and waits for the web server to run.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; Start-Dashboard -Content {
    New-Dashboard -Title "Groovy Dashboard"
}</dev:code>
        <dev:remarks>
          <maml:para>Starts a new dashboard based on the specified ScriptBlock with the title Groovy Dashboard on port 80.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 2</maml:title>
        <dev:code>PS C:\&gt; $Dashboard = New-Dashboard -Title "Groovy Dashboard"
PS C:\&gt; Start-Dashboard -Dashboard $Dashboard -Port 1000</dev:code>
        <dev:remarks>
          <maml:para>Starts a new dashboard based on the specified dashboard created by New-Dashboard with the title Groovy Dashboard on port 1000.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 3</maml:title>
        <dev:code>PS C:\&gt; Start-Dashboard -Name "MyDashboard" -Content {
    New-Dashboard -Title "Groovy Dashboard"
}</dev:code>
        <dev:remarks>
          <maml:para>Starts a new dashboard with the name "MyDashboard".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Stop-Dashboard</command:name>
      <command:verb>Stop</command:verb>
      <command:noun>Dashboard</command:noun>
      <maml:description>
        <maml:para>Stops a dashboard returned by Start-Dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Stops a dashboard returned by Start-Dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Stop-Dashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="none">
          <maml:name>Server</maml:name>
          <maml:Description>
            <maml:para>The dashboard server to stop. This is returned by Start-Dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Server</command:parameterValue>
          <dev:type>
            <maml:name>Server</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Stop-Dashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Name of the dashboard to stop.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="none">
        <maml:name>Server</maml:name>
        <maml:Description>
          <maml:para>The dashboard server to stop. This is returned by Start-Dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Server</command:parameterValue>
        <dev:type>
          <maml:name>Server</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Name of the dashboard to stop.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Example 1</maml:title>
        <dev:code>PS C:\&gt; $DashboardServer = Start-Dashboard -Content { New-Dashboard {} }
PS C:\&gt; Stop-Dashboard -Server $DashboardServer</dev:code>
        <dev:remarks>
          <maml:para>Stops a dashboard returned by Start-Dashboard.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Example 2</maml:title>
        <dev:code>PS C:\&gt; Stop-Dashboard -Name "MyDashboard"</dev:code>
        <dev:remarks>
          <maml:para>Stops the dashboard named "MyDashboard".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
</helpItems>