ja-JP/PSPasswordGen-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-RandomPassword</command:name>
      <command:verb>Get</command:verb>
      <command:noun>RandomPassword</command:noun>
      <maml:description>
        <maml:para>ランダムなパスワードを生成します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>ランダムなパスワードを生成します。</maml:para>
      <maml:para>生成されたパスワードは以下の規則に従います:</maml:para>
      <maml:para>- パスワードは空白と制御文字を除いたASCII文字からなります。</maml:para>
      <maml:para>- パスワードは数字・英小文字・英大文字・記号の4つのカテゴリからそれぞれ最低1文字づつを含みます。</maml:para>
      <maml:para>- "-No&lt;カテゴリ名&gt;" オプションが指定された場合、前項の規則は緩和されます。</maml:para>
      <maml:para>- パスワード長がカテゴリ数より少ない場合、いくつかの規則は無視されます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-RandomPassword</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Length</maml:name>
          <maml:description>
            <maml:para>パスワード長(既定: 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>12</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Count</maml:name>
          <maml:description>
            <maml:para>生成されるパスワード数(既定: 20)</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>20</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>ExcludeChars</maml:name>
          <maml:description>
            <maml:para>除外する文字をカスタムします。</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">Char[]</command:parameterValue>
          <dev:type>
            <maml:name>Char[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>@()</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NoNumerals</maml:name>
          <maml:description>
            <maml:para>パスワードから数値を除外します。</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>NoLowerCase</maml:name>
          <maml:description>
            <maml:para>パスワードから英小文字を除外します。</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>NoUpperCase</maml:name>
          <maml:description>
            <maml:para>パスワードから英大文字を除外します。</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>NoSymbols</maml:name>
          <maml:description>
            <maml:para>パスワードから記号を除外します。</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>NoAmbiguous</maml:name>
          <maml:description>
            <maml:para>パスワードから"あいまい"な文字を除外します。</maml:para>
            <maml:para>"あいまい"な文字は以下の通りです:</maml:para>
            <maml:para>B 8 G 6 I 1 l 0 O Q D S 5 Z 2</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>NoVowels</maml:name>
          <maml:description>
            <maml:para>パスワードから母音を除外します。</maml:para>
            <maml:para>母音は以下の通りです:</maml:para>
            <maml:para>0 1 a e i o u y A E I O U Y</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>NoMetaCharacters</maml:name>
          <maml:description>
            <maml:para>パスワードからシェルにおけるメタ文字を除外します。</maml:para>
            <maml:para>対象は以下の通りです:</maml:para>
            <maml:para>! " # $ % &amp; ' ( ) * , - ; &lt; = &gt; ? @ [ \ ] ^ ` { | } ~</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>NoNeedToEscape</maml:name>
          <maml:description>
            <maml:para>パスワードから、シェルにおいて引用符または二重引用符で囲んだ際にエスケープが必要な文字を除外します。</maml:para>
            <maml:para>対象は以下の通りです:</maml:para>
            <maml:para>! " $ % ' - \ `</maml:para>
          </maml:description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Length</maml:name>
        <maml:description>
          <maml:para>パスワード長(既定: 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>12</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Count</maml:name>
        <maml:description>
          <maml:para>生成されるパスワード数(既定: 20)</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>20</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NoNumerals</maml:name>
        <maml:description>
          <maml:para>パスワードから数値を除外します。</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>NoLowerCase</maml:name>
        <maml:description>
          <maml:para>パスワードから英小文字を除外します。</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>NoUpperCase</maml:name>
        <maml:description>
          <maml:para>パスワードから英大文字を除外します。</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>NoSymbols</maml:name>
        <maml:description>
          <maml:para>パスワードから記号を除外します。</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>NoAmbiguous</maml:name>
        <maml:description>
          <maml:para>パスワードから"あいまい"な文字を除外します。</maml:para>
          <maml:para>"あいまい"な文字は以下の通りです:</maml:para>
          <maml:para>B 8 G 6 I 1 l 0 O Q D S 5 Z 2</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>NoVowels</maml:name>
        <maml:description>
          <maml:para>パスワードから母音を除外します。</maml:para>
          <maml:para>母音は以下の通りです:</maml:para>
          <maml:para>0 1 a e i o u y A E I O U Y</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>NoMetaCharacters</maml:name>
        <maml:description>
          <maml:para>パスワードからシェルにおけるメタ文字を除外します。</maml:para>
          <maml:para>対象は以下の通りです:</maml:para>
          <maml:para>! " # $ % &amp; ' ( ) * , - ; &lt; = &gt; ? @ [ \ ] ^ ` { | } ~</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>NoNeedToEscape</maml:name>
        <maml:description>
          <maml:para>パスワードから、シェルにおいて引用符または二重引用符で囲んだ際にエスケープが必要な文字を除外します。</maml:para>
          <maml:para>対象は以下の通りです:</maml:para>
          <maml:para>! " $ % ' - \ `</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="3" aliases="none">
        <maml:name>ExcludeChars</maml:name>
        <maml:description>
          <maml:para>除外する文字をカスタムします。</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">Char[]</command:parameterValue>
        <dev:type>
          <maml:name>Char[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>@()</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>なし</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.Stringの配列</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>Generate-Password</dev:code>
        <dev:remarks>
          <maml:para>20個のパスワードが生成されます。それぞれのパスワード長は12文字です。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
        <dev:code>Generate-Password -Length 20 -Count 1</dev:code>
        <dev:remarks>
          <maml:para>1個のパスワードが生成されます。パスワード長は20文字です。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
        <dev:code>Generate-Password -NoSymbols -ExcludeChars "Qwerty"</dev:code>
        <dev:remarks>
          <maml:para>20個のパスワードが生成されます。7それぞれのパスワード長は12文字です。</maml:para>
          <maml:para>生成されたパスワードは記号と"Q", "w", "e", "r", "t", "y"を含みません。</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Repository: https://www.powershellgallery.com/packages/PSPasswordGen</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Source: https://github.com/telitas/PSPasswordGen</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
</helpItems>