en-US/SE.IntroModule-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-Cube</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Cube</command:noun>
      <maml:description>
        <maml:para>SE example commandlet</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SE example commandlet that returns cube of a given number.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-Cube</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Number</maml:name>
          <maml:Description>
            <maml:para>Input number(s)</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Decimal[]</command:parameterValue>
          <dev:type>
            <maml:name>Decimal[]</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="0" aliases="none">
        <maml:name>Number</maml:name>
        <maml:Description>
          <maml:para>Input number(s)</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Decimal[]</command:parameterValue>
        <dev:type>
          <maml:name>Decimal[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <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>cube 2,3,4</dev:code>
        <dev:remarks>
          <maml:para>Returns cubes of specified numbers</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
        <dev:code>2,3,4 | cube</dev:code>
        <dev:remarks>
          <maml:para>Returns cubes of numbers passed via pipeline</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-Square</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Square</command:noun>
      <maml:description>
        <maml:para>SE example commandlet</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>SE example commandlet that returns square of given number(s)</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-Square</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Number</maml:name>
          <maml:Description>
            <maml:para>Input number(s)</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Decimal[]</command:parameterValue>
          <dev:type>
            <maml:name>Decimal[]</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="0" aliases="none">
        <maml:name>Number</maml:name>
        <maml:Description>
          <maml:para>Input number(s)</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Decimal[]</command:parameterValue>
        <dev:type>
          <maml:name>Decimal[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <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>square 2,3,4</dev:code>
        <dev:remarks>
          <maml:para>Returns square of specified numbers</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
        <dev:code>2,3,4 | square</dev:code>
        <dev:remarks>
          <maml:para>Returns squares of numbers passed via pipeline</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
</helpItems>