ja-JP/Microsoft.UniversalPrintManagement.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>Connect-UPService</command:name>
      <command:verb>Connect</command:verb>
      <command:noun>UPService</command:noun>
      <maml:description>
        <maml:para>ユニバーサル印刷コマンドレット要求に使用する認証済みアカウントで接続します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットは、ユニバーサル印刷コマンドレット要求に使用する認証済みアカウントを接続します。このコマンドレットは、パラメーターが渡されない場合に対話的な認証をサポートしますが、主な目的は、渡すことによる非対話セッションの実現です</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Connect-UPService</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>ユニバーサル印刷サービスに接続するために使用するパスワード (ユーザー プリンシパル名が存在する場合)</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserPrincipalName</maml:name>
          <maml:Description>
            <maml:para>このユーザープリンシパル名を使用して、ユニバーサルプリントサービスに接続します。</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>Password</maml:name>
        <maml:Description>
          <maml:para>ユニバーサル印刷サービスに接続するために使用するパスワード (ユーザー プリンシパル名が存在する場合)</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserPrincipalName</maml:name>
        <maml:Description>
          <maml:para>このユーザープリンシパル名を使用して、ユニバーサルプリントサービスに接続します。</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>System.Management.Automation.SwitchParameter</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.Boolean</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Connect-UPService -UserPrincipalName username@tenantname.com -Passwrod $variableHoldingSecureString</dev:code>
        <dev:remarks>
          <maml:para>これにより、ユーザー操作を必要とせずに上記のアカウントを使用して認証が試行されます。</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-UPAllowedMember</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UPAllowedMember</command:noun>
      <maml:description>
        <maml:para>特定のプリンター共有への印刷アクセス権を持つユーザーやグループに関する情報を取得するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、ユニバーサル印刷に登録されたプリンターを公開しているプリンター共有への印刷アクセス許可を持つユーザーやグループのリストを取得できます。結果として取得されるリストを限定するためのオプションのスイッチが 2 つあり、ユーザーのみのリストまたはグループのみのリストを取得できます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPAllowedMember</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupsOnly</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>Limit</maml:name>
          <maml:Description>
            <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>指定されたこのプリンター共有について許可されているメンバーを取得します。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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>UsersOnly</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupsOnly</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>Limit</maml:name>
        <maml:Description>
          <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>指定されたこのプリンター共有について許可されているメンバーを取得します。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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>UsersOnly</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Microsoft.UPManagement.Models.Member</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPAllowedMember -ShareId "fd10a8d3-c46d-4ab1-9644-603381bc08b7"</dev:code>
        <dev:remarks>
          <maml:para>これを実行すると、ID が一致するプリンター共有への印刷アクセス許可を持つすべてのユーザーとグループのリストが取得されます。</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-UPConnector</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UPConnector</command:noun>
      <maml:description>
        <maml:para>1 つのコネクタまたはコネクタの一覧に関する情報を取得するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、ユニバーサル印刷に登録されているコネクタに関する情報を取得できます。コネクタ ID が指定されている場合は、そのコネクタのみが取得されます。指定されていない場合は、登録されているすべてのコネクタが取得されます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPConnector</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ConnectorId</maml:name>
          <maml:Description>
            <maml:para>指定されたコネクタに関するコネクタ情報を取得します。</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>Limit</maml:name>
          <maml:Description>
            <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ConnectorId</maml:name>
        <maml:Description>
          <maml:para>指定されたコネクタに関するコネクタ情報を取得します。</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>Limit</maml:name>
        <maml:Description>
          <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPConnector</dev:code>
        <dev:remarks>
          <maml:para>これにより、テナントがユニバーサル印刷に登録したすべてのコネクタが取得され、それらの情報が表示されます。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- 例 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPConnector -ConnectorId "8dd439b0-4393-4e66-b804-9dd0733183b1"</dev:code>
        <dev:remarks>
          <maml:para>これにより、ID が一致する登録済みのコネクタが検索され、その情報が返されます。</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-UPPrinter</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UPPrinter</command:noun>
      <maml:description>
        <maml:para>1 台のプリンターまたはプリンターのリストに関する情報を取得するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、ユニバーサル印刷に登録されているプリンターに関する情報を取得できます。プリンター ID が指定されている場合は、そのプリンターのみが取得されます。指定されていない場合は、登録されているすべてのプリンターが取得されます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPPrinter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>指定されたプリンターに関するプリンター情報を取得します。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>指定されたプリンターに関するプリンター情報を取得します。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinter</dev:code>
        <dev:remarks>
          <maml:para>これにより、テナントがユニバーサル印刷に登録したすべてのプリンターが取得され、それらの情報が表示されます。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- 例 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinter -PrinterId "8dd439b0-4393-4e66-b804-9dd0733183b1"</dev:code>
        <dev:remarks>
          <maml:para>これにより、ID が一致する登録済みのプリンターが検索され、その情報が返されます。</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-UPPrinterShare</command:name>
      <command:verb>取得</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>このコマンドレットを使用して、単一またはプリンター共有オブジェクトのリストに関する情報を取得します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用して、プリンターがユニバーサルプリントと共有されるときに作成されるプリンター共有オブジェクトに関する情報を取得できます。共有IDを指定すると、対応するプリンター共有のみが取得されます。このコマンドレットを使用すると、プリンター共有にある "AllowAllUsers" フラグの状態を取得できます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPPrinterShare</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>制限</maml:name>
          <maml:Description>
            <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>指定された共有 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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>制限</maml:name>
        <maml:Description>
          <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>指定された共有 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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Microsoft.UPManagement.Models.PrinterShare</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinterShare</dev:code>
        <dev:remarks>
          <maml:para>これにより、ユニバーサル印刷の範囲内の共有プリンターに関連付けられたすべてのプリンター共有が取得され、その情報が表示されます。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- 例 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinterShare -ShareId "35f1503a-bec5-4e6a-87e0-4b165bd3af3e"</dev:code>
        <dev:remarks>
          <maml:para>これにより、ID が一致するプリンター共有が検索され、その情報が返されます。</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-UPPrintJob</command:name>
      <command:verb>取得</command:verb>
      <command:noun>UPPrintJob</command:noun>
      <maml:description>
        <maml:para>プリンターに送信された印刷ジョブに関する情報を取得するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、プリンターに送信された最近の印刷ジョブ (アクティブなジョブを含む) のリストを取得できます。ジョブ ID が利用できる場合は、同じコマンドレットを使用して、特定の印刷ジョブを取得することもできます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPPrintJob</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>JobId</maml:name>
          <maml:Description>
            <maml:para>指定された印刷ジョブを取得します。</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>制限</maml:name>
          <maml:Description>
            <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>指定されたプリンターに関する印刷ジョブを取得します。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>JobId</maml:name>
        <maml:Description>
          <maml:para>指定された印刷ジョブを取得します。</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>制限</maml:name>
        <maml:Description>
          <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>指定されたプリンターに関する印刷ジョブを取得します。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrintJob -PrinterId "68f44c0b-e71d-462f-9449-1470f5607a2f"</dev:code>
        <dev:remarks>
          <maml:para>これにより、プリンターに送信され、指定された ID と一致する最近のジョブとアクティブなジョブが取得されます。</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-UPUsageReport</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UPUsageReport</command:noun>
      <maml:description>
        <maml:para>さまざまな種類の印刷使用状況レポートを取得するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、ユニバーサル印刷を利用した印刷に関する使用状況レポートを取得できます。ユニバーサル印刷では、4 種類のレポートをサポートしています。それらは、ユーザーごとの毎日の印刷使用状況に関する概要、プリンターごとの毎日の印刷使用状況に関する概要、ユーザーごとの毎月の印刷使用状況に関する概要、プリンターごとの毎月の印刷使用状況に関する概要です。レポートに対して、オプションで指定できる引数 (ユーザー プリンシパル名など) に基づいてフィルターを適用することもできます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPUsageReport</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ReportId</maml:name>
          <maml:Description>
            <maml:para>この ID を持つ特定の使用状況レポートを取得します (userPrincipalName、printerId、startDate、endDate をオーバーライドします)。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ReportType</maml:name>
          <maml:Description>
            <maml:para>取得するレポートの種類を選択してください。オプションとして、DailyUser、DailyPrinter、MonthlyUser、MonthlyPrinter を指定できます。</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">DailyUser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">DailyPrinter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">MonthlyUser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">MonthlyPrinter</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ReportType</command:parameterValue>
          <dev:type>
            <maml:name>ReportType</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>UserPrincipalName</maml:name>
          <maml:Description>
            <maml:para>プリンシパル名を持つユーザーに属しているレポートのみを取得するためのオプションのパラメーターです。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>EndDate</maml:name>
          <maml:Description>
            <maml:para>この日時より後の印刷アクティビティに関連するレポートをフィルターして除外するためのオプションのパラメーター。形式は、yyyy-mm-dd または yyyy-mm になります。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Date</command:parameterValue>
          <dev:type>
            <maml:name>Date</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>StartDate</maml:name>
          <maml:Description>
            <maml:para>この日時より前の印刷アクティビティに関連するレポートをフィルターして除外するためのオプションのパラメーター。形式は、yyyy-mm-dd または yyyy-mm になります。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Date</command:parameterValue>
          <dev:type>
            <maml:name>Date</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>Limit</maml:name>
        <maml:Description>
          <maml:para>返される結果の上限数。既定では、すべての結果が返されます。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ReportId</maml:name>
        <maml:Description>
          <maml:para>この ID を持つ特定の使用状況レポートを取得します (userPrincipalName、printerId、startDate、endDate をオーバーライドします)。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ReportType</maml:name>
        <maml:Description>
          <maml:para>取得するレポートの種類を選択してください。オプションとして、DailyUser、DailyPrinter、MonthlyUser、MonthlyPrinter を指定できます。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ReportType</command:parameterValue>
        <dev:type>
          <maml:name>ReportType</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>UserPrincipalName</maml:name>
        <maml:Description>
          <maml:para>プリンシパル名を持つユーザーに属しているレポートのみを取得するためのオプションのパラメーターです。</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="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>EndDate</maml:name>
        <maml:Description>
          <maml:para>この日時より後の印刷アクティビティに関連するレポートをフィルターして除外するためのオプションのパラメーター。形式は、yyyy-mm-dd または yyyy-mm になります。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Date</command:parameterValue>
        <dev:type>
          <maml:name>Date</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>StartDate</maml:name>
        <maml:Description>
          <maml:para>この日時より前の印刷アクティビティに関連するレポートをフィルターして除外するためのオプションのパラメーター。形式は、yyyy-mm-dd または yyyy-mm になります。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Date</command:parameterValue>
        <dev:type>
          <maml:name>Date</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Microsoft.UPManagement.Cmdlets.ReportType</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[Microsoft.OData.Edm.Date, Microsoft.OData.Edm, Version=7.5.3.21218, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPUsageReport -ReportType DailyUser -UserPrincipalName "foo@bar.com"</dev:code>
        <dev:remarks>
          <maml:para>これにより、ユーザー "foo@bar.com" に属している利用可能な日次レポートがすべて取得されます</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- 例 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPUsageReport -ReportType DailyPrinter -StartDate 2019-08-01 -EndDate 2019-08-15</dev:code>
        <dev:remarks>
          <maml:para>これにより、2019 年 8 月の最初の 2 週間に生成された日次プリンター レポートがすべて取得されます。</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>Grant-UPAccess</command:name>
      <command:verb>許可</command:verb>
      <command:noun>UPAccess</command:noun>
      <maml:description>
        <maml:para>印刷アクセス権をユーザーやグループに付与するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、ユニバーサル印刷に登録されたプリンターを現在公開しているプリンター共有への印刷をユーザーやグループに許可することができます。コマンドレットの呼び出しごとに、アクセス許可をユーザーまたはグループのどちらかに付与できます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Grant-UPAccess</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>印刷アクセス権が必要なグループの 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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>ユーザーに一致する 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:syntaxItem>
        <maml:name>Grant-UPAccess</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>印刷アクセス権が必要なユーザーの 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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>ユーザーに一致する 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:syntaxItem>
        <maml:name>Grant-UPAccess</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>ユーザーに一致する 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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>AllUsersAccess</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>印刷アクセス権が必要なグループの 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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>印刷アクセス権が必要なユーザーの 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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>ユーザーに一致する 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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>AllUsersAccess</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -UserId "5ea859e8-23c3-4c24-a330-63685a25bdef"</dev:code>
        <dev:remarks>
          <maml:para>これにより、一致する Azure Active Directory ID を持つユーザーに、指定されたプリンター共有に印刷するためのアクセス許可が付与されます。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- 例 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -GroupId "ae71e2b2-ab2e-44b8-afb6-86637ce25ee1"</dev:code>
        <dev:remarks>
          <maml:para>これを実行すると、指定したプリンター共有への印刷アクセス許可が、Azure Active Directory ID が一致するグループに属しているすべてのユーザーに付与されます。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- 例 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -AllUsersAccess</dev:code>
        <dev:remarks>
          <maml:para>この操作を行うと、組織のすべてのユーザーに、指定したプリンター共有に印刷するためのアクセス許可が付与されます。このポリシーは、許可されたユーザーとグループのリストよりも優先されることに注意してください。</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-UPPrinterShare</command:name>
      <command:verb>New</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>プリンターを共有するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>プリンターを共有するために、"プリンター共有" と呼ばれるオブジェクトが作成され、該当するプリンターに関連付けられます。新しい共有プリンターがユーザーによって検出されると、要求した共有名がユーザーに表示されます。プリンター共有には ID があり、後でこの ID を使用して、プリンターの共有の解除やプリンターの切り替えを行うことができます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UPPrinterShare</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>共有する必要があるプリンターの 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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareName</maml:name>
          <maml:Description>
            <maml:para>ユーザーは、この名前の共有プリンターを検出し、同じ名前を使用して共有プリンターで印刷します。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>共有する必要があるプリンターの 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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareName</maml:name>
        <maml:Description>
          <maml:para>ユーザーは、この名前の共有プリンターを検出し、同じ名前を使用して共有プリンターで印刷します。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UPPrinterShare -PrinterId "cdd44642-8fc3-4f55-bce2-d6d8069b40f2" -ShareName "1 階のプリンター"</dev:code>
        <dev:remarks>
          <maml:para>これにより、"1 階のプリンター" という名前のプリンターを共有する新しいプリンター共有が、上記の ID で作成されます。</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>Remove-UPConnector</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>UPConnector</command:noun>
      <maml:description>
        <maml:para>コネクタの登録を解除するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>コネクタが不要になった場合は、このコマンドレットを使用してコネクタを登録解除できます。コネクタを削除する前に、このコネクタによって登録されたプリンターを登録解除しておく必要があることに注意してください。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-UPConnector</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
          <maml:name>ConnectorId</maml:name>
          <maml:Description>
            <maml:para>登録解除する必要があるコネクタの 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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
        <maml:name>ConnectorId</maml:name>
        <maml:Description>
          <maml:para>登録解除する必要があるコネクタの 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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPConnector -ConnectorId "49b38c07-b059-451b-87b1-7bda52e3a648"</dev:code>
        <dev:remarks>
          <maml:para>これにより、ユニバーサル印刷サービスは、ID が一致するコネクタの登録を解除するように要求されます。</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>Remove-UPPrinter</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>UPPrinter</command:noun>
      <maml:description>
        <maml:para>プリンターの登録を解除するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>プリンターでユニバーサル印刷サービスによるアクセスが必要がなくなった場合は、このコマンドレットを使用してプリンターを登録解除できます。登録を解除する前に、プリンターの共有を解除しておく必要があることに注意してください。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-UPPrinter</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>登録解除する必要があるプリンターの 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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>登録解除する必要があるプリンターの 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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPPrinter -PrinterId "49b38c07-b059-451b-87b1-7bda52e3a648"</dev:code>
        <dev:remarks>
          <maml:para>これにより、ユニバーサル印刷サービスは、ID が一致するプリンターの登録を解除するように要求されます。</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>Remove-UPPrinterShare</command:name>
      <command:verb>削除</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>既に共有されているプリンターの共有を解除するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、ユニバーサル印刷の管理者はプリンターの共有を解除できるようになります。共有が解除されたプリンターについては、通常のユーザーは利用できなくなり、このようなユーザーに対して表示されなくなります。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-UPPrinterShare</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>削除する必要があるプリンター共有の 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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>削除する必要があるプリンター共有の 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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPPrinterShare -ShareId "29fb1dcc-fb7a-4f2a-b9b2-de617abedb35"</dev:code>
        <dev:remarks>
          <maml:para>これにより、ID が一致するプリンター共有を経由して共有されたプリンターの共有が解除されます。</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>Revoke-UPAccess</command:name>
      <command:verb>取り消し</command:verb>
      <command:noun>UPAccess</command:noun>
      <maml:description>
        <maml:para>印刷アクセス権をユーザーやグループから取り消すには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、ユニバーサル印刷に現在登録されたプリンターを公開しているプリンター共有への印刷アクセス許可をユーザーやグループから取り消すことができます。コマンドレットを呼び出すとき、アクセス権をユーザーから取り消したり、グループから取り消したりすることができます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Revoke-UPAccess</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>このグループは、指定されたプリンター共有に印刷できなくなります。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>このプリンター共有へのアクセス権が取り消されます。</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>Revoke-UPAccess</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>このユーザーは、指定されたプリンター共有に印刷できなくなります。</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>このプリンター共有へのアクセス権が取り消されます。</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>Revoke-UPAccess</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>このプリンター共有へのアクセス権が取り消されます。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>AllUsersAccess</maml:name>
          <maml:Description>
            <maml:para>このフラグを使用して、組織内のすべてのユーザーのプリント アクセスを取り消します (これにより 'AllowAllUsers' フラグのみがクリアされます)。</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>このグループは、指定されたプリンター共有に印刷できなくなります。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>このユーザーは、指定されたプリンター共有に印刷できなくなります。</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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>このプリンター共有へのアクセス権が取り消されます。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>AllUsersAccess</maml:name>
        <maml:Description>
          <maml:para>このフラグを使用して、組織内のすべてのユーザーのプリント アクセスを取り消します (これにより 'AllowAllUsers' フラグのみがクリアされます)。</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Revoke-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -UserId "5ea859e8-23c3-4c24-a330-63685a25bdef"</dev:code>
        <dev:remarks>
          <maml:para>これを実行すると、指定したプリンター共有への印刷アクセス許可が、Azure Active Directory ID が一致するユーザーから取り消されます。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- 例 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Revoke-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -GroupId "ae71e2b2-ab2e-44b8-afb6-86637ce25ee1"</dev:code>
        <dev:remarks>
          <maml:para>これを実行すると、指定したプリンター共有への印刷アクセス許可が、Azure Active Directory ID が一致するグループから取り消されます。</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- 例 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Revoke-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -AllUsersAccess</dev:code>
        <dev:remarks>
          <maml:para>この操作を実行すると、指定されたプリンター共有に付与された "AllowAllUsers" アクセス許可が削除されます。現在、プリンター共有がすべてのユーザー アクセスを許可していない場合、この操作には効果がないので注意してください。</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-UPConnectorProperty</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UPConnectorProperty</command:noun>
      <maml:description>
        <maml:para>コネクタの変更可能なプロパティを更新するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>利用可能なコネクタ ID 指定して、このコマンドレットを使用すると、コネクタの名前またはコネクタの場所に関連する任意のプロパティを更新できます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UPConnectorProperty</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>AltitudeInMeters</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (高度) を更新するには、この情報を指定します。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Building</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (建物) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>City</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (市区町村) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
          <maml:name>ConnectorId</maml:name>
          <maml:Description>
            <maml:para>更新する必要があるコネクタの ID です。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>FloorDescription</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (フロアの説明) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>FloorNumber</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (フロア番号) を更新するには、この情報を指定します。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Latitude</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (緯度) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Longitude</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (経度) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>コネクタの名前を新しい値に更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Organization</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (組織) を更新するには、この情報をコンマ区切りのリストとして指定します。</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>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PostalCode</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (郵便番号) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>RoomDescription</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (部屋の説明) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>RoomNumber</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (部屋番号) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Site</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (サイト) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>StreetAddress</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (住所) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Subunit</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (サブユニット) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>CountryOrRegion</maml:name>
          <maml:Description>
            <maml:para>このコネクタの場所のプロパティ (国または地域) を更新するために指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>StateOrProvince</maml:name>
          <maml:Description>
            <maml:para>コネクタの場所のプロパティ (州または県) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>区画</maml:name>
          <maml:Description>
            <maml:para>コネクタの location プロパティ (部分) を更新するには、この一覧をコンマで区切ったリストとして指定します。</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>なし</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>AltitudeInMeters</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (高度) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Building</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (建物) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>City</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (市区町村) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
        <maml:name>ConnectorId</maml:name>
        <maml:Description>
          <maml:para>更新する必要があるコネクタの ID です。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>FloorDescription</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (フロアの説明) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>FloorNumber</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (フロア番号) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Latitude</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (緯度) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Longitude</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (経度) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>コネクタの名前を新しい値に更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Organization</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (組織) を更新するには、この情報をコンマ区切りのリストとして指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PostalCode</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (郵便番号) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>RoomDescription</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (部屋の説明) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>RoomNumber</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (部屋番号) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Site</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (サイト) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StreetAddress</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (住所) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Subunit</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (サブユニット) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>CountryOrRegion</maml:name>
        <maml:Description>
          <maml:para>このコネクタの場所のプロパティ (国または地域) を更新するために指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StateOrProvince</maml:name>
        <maml:Description>
          <maml:para>コネクタの場所のプロパティ (州または県) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>区画</maml:name>
        <maml:Description>
          <maml:para>コネクタの location プロパティ (部分) を更新するには、この一覧をコンマで区切ったリストとして指定します。</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>なし</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UPConnectorProperty -ConnectorId "008426e4-9ec8-46b3-aa38-12be1957f133" -Name "New Connector Name" -Latitude 47.620422 -Longitude -122.349358</dev:code>
        <dev:remarks>
          <maml:para>これにより、指定されたコネクタの名前と座標が更新されます。</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-UPPrinterProperty</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UPPrinterProperty</command:noun>
      <maml:description>
        <maml:para>プリンターの変更可能なプロパティを更新するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>利用可能なプリンター ID 指定して、このコマンドレットを使用すると、プリンターの名前またはプリンターの場所に関連する任意のプロパティを更新できます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UPPrinterProperty</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>AltitudeInMeters</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (高度) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>建物</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (建物) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>市区町村</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (市区町村) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>FloorDescription</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (フロアの説明) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>FloorNumber</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (フロア番号) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>緯度</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (緯度) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">倍精度浮動小数点型</command:parameterValue>
          <dev:type>
            <maml:name>倍精度浮動小数点型</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>経度</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (経度) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">倍精度浮動小数点型</command:parameterValue>
          <dev:type>
            <maml:name>倍精度浮動小数点型</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>名前</maml:name>
          <maml:Description>
            <maml:para>プリンターの名前を新しい値に更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>組織</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (組織) を更新するには、この情報をコンマ区切りのリストとして指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列 []</command:parameterValue>
          <dev:type>
            <maml:name>文字列 []</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PostalCode</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (郵便番号) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>更新する必要があるプリンターの ID です。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>RoomDescription</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (部屋の説明) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>RoomNumber</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (部屋番号) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>サイト</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (サイト) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>StreetAddress</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (住所) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>サブユニット</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (サブユニット) を更新するには、この情報を指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列 []</command:parameterValue>
          <dev:type>
            <maml:name>文字列 []</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>CountryOrRegion</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (国または地域) を更新するために指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>StateOrProvince</maml:name>
          <maml:Description>
            <maml:para>プリンターの場所のプロパティ (都道府県) を更新するために指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
          <dev:type>
            <maml:name>文字列</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>区画</maml:name>
          <maml:Description>
            <maml:para>プリンターの location プロパティ (部分) を更新するには、この一覧をコンマで区切ったリストとして指定します。</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">文字列 []</command:parameterValue>
          <dev:type>
            <maml:name>文字列 []</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>なし</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>AltitudeInMeters</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (高度) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>建物</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (建物) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>市区町村</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (市区町村) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>FloorDescription</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (フロアの説明) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>FloorNumber</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (フロア番号) を更新するには、この情報を指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>緯度</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (緯度) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">倍精度浮動小数点型</command:parameterValue>
        <dev:type>
          <maml:name>倍精度浮動小数点型</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>経度</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (経度) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">倍精度浮動小数点型</command:parameterValue>
        <dev:type>
          <maml:name>倍精度浮動小数点型</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>名前</maml:name>
        <maml:Description>
          <maml:para>プリンターの名前を新しい値に更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>組織</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (組織) を更新するには、この情報をコンマ区切りのリストとして指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列 []</command:parameterValue>
        <dev:type>
          <maml:name>文字列 []</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PostalCode</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (郵便番号) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>更新する必要があるプリンターの ID です。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>RoomDescription</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (部屋の説明) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列</command:parameterValue>
        <dev:type>
          <maml:name>文字列</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>RoomNumber</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (部屋番号) を更新するには、この情報を指定します。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>サイト</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (サイト) を更新するには、この情報を指定します。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StreetAddress</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (住所) を更新するには、この情報を指定します。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>サブユニット</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (サブユニット) を更新するには、この情報を指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列 []</command:parameterValue>
        <dev:type>
          <maml:name>文字列 []</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>CountryOrRegion</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (国または地域) を更新するために指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StateOrProvince</maml:name>
        <maml:Description>
          <maml:para>プリンターの場所のプロパティ (都道府県) を更新するために指定します。</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>なし</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>区画</maml:name>
        <maml:Description>
          <maml:para>プリンターの location プロパティ (部分) を更新するには、この一覧をコンマで区切ったリストとして指定します。</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">文字列 []</command:parameterValue>
        <dev:type>
          <maml:name>文字列 []</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>なし</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UPPrinterProperty -PrinterId "008426e4-9ec8-46b3-aa38-12be1957f133" -Name "New Printer Name" -Latitude 47.620422 -Longitude -122.349358</dev:code>
        <dev:remarks>
          <maml:para>これにより、指定されたプリンターの名前と座標が更新されます。</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-UPPrinterShare</command:name>
      <command:verb>設定</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>プリンター共有を更新するには、このコマンドレットを使用します。</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>このコマンドレットを使用すると、ユーザーに表示される共有名を変更したり、プリンター共有の共有先を別のプリンターに設定したりすることができます。</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UPPrinterShare</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>更新する必要があるプリンター共有に関連する GUID です。</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>ShareName</maml:name>
          <maml:Description>
            <maml:para>ユーザーに表示されるプリンター共有の名前を変更する場合は、この情報を指定します。</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</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="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>TargetPrinterId</maml:name>
          <maml:Description>
            <maml:para>プリンター共有の共有先を別のプリンターに設定する場合は、この情報を指定します。</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="cf">
          <maml:name>Confirm</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="wi">
          <maml:name>WhatIf</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:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>更新する必要があるプリンター共有に関連する GUID です。</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>ShareName</maml:name>
        <maml:Description>
          <maml:para>ユーザーに表示されるプリンター共有の名前を変更する場合は、この情報を指定します。</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</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="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>TargetPrinterId</maml:name>
        <maml:Description>
          <maml:para>プリンター共有の共有先を別のプリンターに設定する場合は、この情報を指定します。</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="cf">
        <maml:name>Confirm</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="wi">
        <maml:name>WhatIf</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:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</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>-------------------------- 例 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UPPrinterShare -ShareId "a15b3b67-a6df-40dd-8e07-fa2937893c52" -TargetPrinterId "39194501-0eea-4a69-8058-aa92a4e68180"</dev:code>
        <dev:remarks>
          <maml:para>これにより、既存のプリンター共有の共有先が、指定された ID を持つ新しいプリンターに設定されます。</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
</helpItems>