es-ES/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>Conectar-UPService</command:name>
      <command:verb>Conectar</command:verb>
      <command:noun>UPService</command:noun>
      <maml:description>
        <maml:para>Se conecta a una cuenta autenticada para usarla con las solicitudes de cmdlets de Impresión universal.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet se conecta una cuenta autentificada para usarla en las solicitudes de cmdlets de Impresión universal. Aunque este cmdlet es compatible con la autenticación interactiva, cuando no se pasan parámetros, su principal propósito es permitir sesiones no interactivas a través de pasos</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Conectar-UPService</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Contraseña</maml:name>
          <maml:Description>
            <maml:para>Contraseña de uso (cuando el nombre principal del usuario está presente) para conectarse al servicio de impresión universal</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Use este nombre principal de usuario para conectarse al servicio de impresión universal.</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>Contraseña</maml:name>
        <maml:Description>
          <maml:para>Contraseña de uso (cuando el nombre principal del usuario está presente) para conectarse al servicio de impresión universal</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Use este nombre principal de usuario para conectarse al servicio de impresión universal.</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Connect-UPService -UserPrincipalName username@tenantname.com -Passwrod $variableHoldingSecureString</dev:code>
        <dev:remarks>
          <maml:para>Esto intentará autenticarse con la cuenta anterior sin requerir la interacción del usuario.</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>Usa este cmdlet para obtener información sobre los usuarios y grupos que tienen acceso de impresión a un determinado recurso compartido de impresoras.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet se puede usar para recuperar una lista de usuarios y grupos que tienen permiso para imprimir en un recurso compartido de impresora que está exponiendo una impresora registrada con Impresión universal. Hay dos modificadores opcionales para limitar resultados a solo usuarios o grupos.</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>Devolver solo grupos.</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>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recuperar los miembros permitidos para este recurso compartido de impresora especificado.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Devolver solo usuarios.</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>Devolver solo grupos.</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>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recuperar los miembros permitidos para este recurso compartido de impresora especificado.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Devolver solo usuarios.</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPAllowedMember -ShareId "fd10a8d3-c46d-4ab1-9644-603381bc08b7"</dev:code>
        <dev:remarks>
          <maml:para>Esta acción recuperará una lista de todos los usuarios y grupos que tienen permiso para imprimir en el recurso compartido de impresora con un ID. de coincidencia.</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>Usa este cmdlet para obtener información acerca de un solo conector o de una lista de conectores.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet se puede usar para recuperar información acerca de los conectores registrados con Impresión universal. Si se proporciona un id. de conector, solo se recuperará ese conector; de lo contrario, se recuperarán todos los conectores registrados.</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>Recupera la información del conector para el conector especificado.</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>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Recupera la información del conector para el conector especificado.</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>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPConnector</dev:code>
        <dev:remarks>
          <maml:para>Se recuperarán todos los conectores que el inquilino haya registrado con Impresión universal y se mostrará su información.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Ejemplo 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPConnector -ConnectorId "8dd439b0-4393-4e66-b804-9dd0733183b1"</dev:code>
        <dev:remarks>
          <maml:para>Esto buscará el conector registrado con el mismo id. y devolverá su información.</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>Usa este cmdlet para obtener información acerca de una única impresora o una lista de impresoras.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet se puede usar para recuperar información acerca de las impresoras registradas con Impresión universal. Si se proporciona un id. de impresora, solo se recuperará esa impresora; de lo contrario, se recuperarán todas las impresoras registradas.</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>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recupera información de la impresora especificada.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recupera información de la impresora especificada.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinter</dev:code>
        <dev:remarks>
          <maml:para>Se recuperarán todas las impresoras que el inquilino haya registrado con Impresión universal y se mostrará su información.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Ejemplo 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinter -PrinterId "8dd439b0-4393-4e66-b804-9dd0733183b1"</dev:code>
        <dev:remarks>
          <maml:para>Esto buscará la impresora registrada con el mismo id. y devolverá su información.</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>Obtener</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Usa este cmdlet para obtener información acerca de un recurso o de una lista de recursos compartidos de impresora.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet se puede usar para recuperar información sobre los objetos de recursos compartidos de impresora que se crean cuando se comparte una impresora con Impresión universal. Si proporcionas un identificador de recurso compartido, solo se recuperará el recurso correspondiente. Ten en cuenta que puedes usar este cmdlet para obtener el estado del marcador "AllowAllUsers" en un recurso compartido de impresora.</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>Límite</maml:name>
          <maml:Description>
            <maml:para>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recuperar información de recurso compartido de impresora para el id. de recurso compartido especificado.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Límite</maml:name>
        <maml:Description>
          <maml:para>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recuperar información de recurso compartido de impresora para el id. de recurso compartido especificado.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinterShare</dev:code>
        <dev:remarks>
          <maml:para>Se recuperarán todos los recursos compartidos de impresora asociados con las impresoras compartidas en Impresión universal y se mostrará su información.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Ejemplo 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinterShare -ShareId "35f1503a-bec5-4e6a-87e0-4b165bd3af3e"</dev:code>
        <dev:remarks>
          <maml:para>Esto buscará el recurso compartido de impresora con el mismo id. y devolverá su información.</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>Obtener</command:verb>
      <command:noun>UPPrintJob</command:noun>
      <maml:description>
        <maml:para>Usa este cmdlet para obtener información acerca de los trabajos de impresión que se enviaron a una impresora.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet se puede usar para obtener una lista de los trabajos de impresión recientes (incluidos los activos) que enviaron a la impresora. Se puede usar el mismo cmdlet para recuperar un trabajo de impresión específico si está disponible el id. de trabajo.</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>Recupera el trabajo de impresión especificado.</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>Límite</maml:name>
          <maml:Description>
            <maml:para>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recupera trabajos de impresión para la impresora especificada.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Recupera el trabajo de impresión especificado.</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>Límite</maml:name>
        <maml:Description>
          <maml:para>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recupera trabajos de impresión para la impresora especificada.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrintJob -PrinterId "68f44c0b-e71d-462f-9449-1470f5607a2f"</dev:code>
        <dev:remarks>
          <maml:para>Se recuperarán los trabajos recientes y activos que se han enviado a la impresora con el id. especificado.</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>Obtener</command:verb>
      <command:noun>UPUsageReport</command:noun>
      <maml:description>
        <maml:para>Usa este cmdlet para obtener diferentes tipos de informes de uso de impresión.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Puedes usar este cmdlet para obtener informes de uso de las impresiones que se realizaron a través de Impresión universal. La Impresión universal admite cuatro tipos de informes: resumen diario de uso de impresión de los usuarios, resumen diario de uso de impresión de las impresoras, resumen mensual de uso de impresión de los usuarios y resumen mensual de uso de impresión de las impresoras. Los informes se pueden filtrar con más detalle según los argumentos opcionales proporcionados (por ejemplo, el nombre principal del usuario). También puedes obtener un informe específico si tienes el id. de informe correspondiente.</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>Límite</maml:name>
          <maml:Description>
            <maml:para>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recupera el informe de uso específico con este identificador (invalida userPrincipalName, printerId, startDate, and 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>Elige el tipo de informe que quieres recuperar. Las opciones son DailyUser, DailyPrinter, MonthlyUser y 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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Parámetro opcional para recuperar solo los informes que pertenecen al usuario con este nombre principal.</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>Parámetro opcional para filtrar informes que pertenezcan a actividades de impresión después de esta fecha y hora. El formato es aaaa-mm-dd o aaaa-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>Parámetro opcional para filtrar los informes que pertenecen a actividades de impresión antes de esta fecha y hora. El formato es aaaa-mm-dd o aaaa-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>Límite</maml:name>
        <maml:Description>
          <maml:para>Número de resultados de límite superior que se van a devolver. El valor predeterminado es devolver todos los resultados.</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>Recupera el informe de uso específico con este identificador (invalida userPrincipalName, printerId, startDate, and 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>Elige el tipo de informe que quieres recuperar. Las opciones son DailyUser, DailyPrinter, MonthlyUser y 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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Falso</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>Parámetro opcional para recuperar solo los informes que pertenecen al usuario con este nombre principal.</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>Parámetro opcional para filtrar informes que pertenezcan a actividades de impresión después de esta fecha y hora. El formato es aaaa-mm-dd o aaaa-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>Parámetro opcional para filtrar los informes que pertenecen a actividades de impresión antes de esta fecha y hora. El formato es aaaa-mm-dd o aaaa-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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPUsageReport -ReportType DailyUser -UserPrincipalName "foo@bar.com"</dev:code>
        <dev:remarks>
          <maml:para>Se recuperarán todos los informes diarios disponibles que pertenezcan al usuario "foo@bar.com"</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Ejemplo 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>Se recuperarán todos los informes diarios de la impresora que se generaron durante las dos primeras semanas de agosto de 2019.</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>Conceder</command:verb>
      <command:noun>UPAccess</command:noun>
      <maml:description>
        <maml:para>Use este cmdlet para conceder acceso de impresión a un usuario o grupo.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet se puede usar para conceder permiso a un usuario o grupo para que imprima en un recurso compartido de impresora que está exponiendo una impresora registrada con Impresión universal. Puedes conceder acceso a un usuario o un grupo por cada llamada de cmdlet.</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. del grupo que necesita acceso de impresión.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Concede al usuario acceso de impresión a la impresora compartida con un ID. coincidente.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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. del usuario que necesita acceso de impresión.</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>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Concede al usuario acceso de impresión a la impresora compartida con un ID. coincidente.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Concede al usuario acceso de impresión a la impresora compartida con un ID. coincidente.</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>Proporcione esta marca para conceder acceso de impresión a todos los usuarios de la organización.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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. del grupo que necesita acceso de impresión.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Falso</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. del usuario que necesita acceso de impresión.</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>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Falso</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>Concede al usuario acceso de impresión a la impresora compartida con un ID. coincidente.</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>Proporcione esta marca para conceder acceso de impresión a todos los usuarios de la organización.</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>Falso</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\ &gt; Grant-acaccess-ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e"-UserId "5ea859e8-23C3-4c24-A330-63685a25bdef"</dev:code>
        <dev:remarks>
          <maml:para>Esto le concederá al usuario con un identificador de Azure Active Directory que coincida con el permiso para imprimir en el recurso compartido de impresora especificado.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Ejemplo 2 --------------------------</maml:title>
        <dev:code>PS C:\ &gt; Grant-acaccess-ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e"-GroupId "ae71e2b2-ab2e-44b8-afb6-86637ce25ee1"</dev:code>
        <dev:remarks>
          <maml:para>Esto otorgará a todos los usuarios del grupo con un ID. de Azure Active Directory coincidente el permiso para imprimir en el recurso compartido de impresora especificado.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Ejemplo 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -AllUsersAccess</dev:code>
        <dev:remarks>
          <maml:para>Esto concederá permiso a todos los usuarios de la organización para que se impriman en el recurso compartido de impresora especificado. Tenga en cuenta que esta directiva invalida la lista de usuarios y grupos permitidos.</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>Usa este cmdlet para compartir una impresora.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Para compartir una impresora, se crea un objeto llamado "compartir impresora" y se asocia a esa impresora. El nombre de recurso compartido solicitado se mostrará a los usuarios cuando detecten la nueva impresora compartida. El recurso compartido de impresora tendrá un id. que podrá usarse posteriormente para dejar de compartir o para intercambiar impresoras.</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. de la impresora que debe compartirse.</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>Los usuarios descubrirán la impresora compartida con este nombre y usarán el mismo nombre para imprimir en ella.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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. de la impresora que debe compartirse.</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>Los usuarios descubrirán la impresora compartida con este nombre y usarán el mismo nombre para imprimir en ella.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Falso</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UPPrinterShare -PrinterId "cdd44642-8fc3-4f55-bce2-d6d8069b40f2" -ShareName "Impresora de la primera planta"</dev:code>
        <dev:remarks>
          <maml:para>Esto creará un nuevo recurso compartido de impresora que compartirá la impresora con el id. anterior y con el nombre "Impresora de la primera planta".</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>Usa este cmdlet para anular el registro de conectores.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Si ya no se necesita un conector, se puede anular el registro con este cmdlet. Ten en cuenta que las impresoras registradas por este conector tienen que anular el registro para que pueda quitarse el conector.</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. del conector del que debe cancelarse el registro.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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. del conector del que debe cancelarse el registro.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Falso</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPConnector -ConnectorId "49b38c07-b059-451b-87b1-7bda52e3a648"</dev:code>
        <dev:remarks>
          <maml:para>Esto le pedirá al servicio de Impresión universal que anule el registro del conector con el mismo 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>Usa este cmdlet para anular el registro de impresoras.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Si el servicio de Impresión universal ya no necesita obtener acceso a una impresora, puede anular el registro con este cmdlet. Ten en cuenta que la impresora tiene que dejar de estar compartida antes de que se pueda anular del registro.</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. de la impresora de la que debe cancelarse el registro.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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. de la impresora de la que debe cancelarse el registro.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Falso</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPPrinter -PrinterId "49b38c07-b059-451b-87b1-7bda52e3a648"</dev:code>
        <dev:remarks>
          <maml:para>Esto le pedirá al servicio de Impresión universal que anule el registro de la impresora con el mismo 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>Quitar</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Usa este cmdlet para dejar de compartir impresoras compartidas con anterioridad.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet permite a los administradores de Impresión universal dejar de compartir una impresora. La impresora no compartida ya no estará disponible ni visible para los usuarios normales.</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. del recurso compartido de impresora que debe quitarse.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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. del recurso compartido de impresora que debe quitarse.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Falso</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPPrinterShare -ShareId "29fb1dcc-fb7a-4f2a-b9b2-de617abedb35"</dev:code>
        <dev:remarks>
          <maml:para>De este modo se dejará de compartir la impresora compartida mediante el recurso compartido de impresora que tiene el mismo 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>Revocar</command:verb>
      <command:noun>UPAccess</command:noun>
      <maml:description>
        <maml:para>Usa este cmdlet para revocar el acceso de impresión de un usuario o grupo.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmdlet se puede usar para revocar el permiso de un usuario o grupo para imprimir en un recurso compartido de impresora que está exponiendo una impresora registrada con Impresión universal. Puedes revocar el acceso de un usuario o un grupo por cada llamada de cmdlet.</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>Este grupo ya no podrá imprimir en el recurso compartido de impresora especificado.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Se revocará el acceso a esta impresora.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Este usuario ya no podrá imprimir en el recurso compartido de impresora especificado.</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>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Se revocará el acceso a esta impresora.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Se revocará el acceso a esta impresora.</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>Proporcione esta marca para revocar el acceso de impresión de todos los usuarios de su organización (solo se borra la marca "AllowAllUsers").</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Este grupo ya no podrá imprimir en el recurso compartido de impresora especificado.</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Falso</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>Este usuario ya no podrá imprimir en el recurso compartido de impresora especificado.</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>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Falso</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>Se revocará el acceso a esta impresora.</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>Proporcione esta marca para revocar el acceso de impresión de todos los usuarios de su organización (solo se borra la marca "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>Falso</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\ &gt; REVOKE-inaccess-ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e"-UserId "5ea859e8-23C3-4c24-A330-63685a25bdef"</dev:code>
        <dev:remarks>
          <maml:para>Esto descargará el permiso del usuario con un ID. de Azure Active Directory coincidente para imprimir en el recurso compartido de impresora especificado.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Ejemplo 2 --------------------------</maml:title>
        <dev:code>PS C:\ &gt; REVOKE-inaccess-ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e"-GroupId "ae71e2b2-ab2e-44b8-afb6-86637ce25ee1"</dev:code>
        <dev:remarks>
          <maml:para>Esto eliminará el permiso del grupo con un ID. de Azure Active Directory coincidente para imprimir en el recurso compartido de impresora especificado.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Ejemplo 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Revoke-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -AllUsersAccess</dev:code>
        <dev:remarks>
          <maml:para>Esto eliminará el acceso "AllowAllUsers" que se ha concedido al recurso compartido de impresora especificado. Tenga en cuenta que esto no tendrá ningún efecto si la impresora compartida no permite el acceso de todos los usuarios.</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>Usa este cmdlet para actualizar las propiedades mutables de un conector.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Con un id. de conector a mano, puedes usar este cmdlet para actualizar su nombre o cualquiera de las propiedades que pertenezcan a su ubicación.</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>Proporciona esto para actualizar la propiedad de ubicación (altitud) del conector.</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>Proporciona esto para actualizar la propiedad de ubicación (edificio) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</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>Proporciona esto para actualizar la propiedad de ubicación (ciudad) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</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. del conector que debe actualizarse.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</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>Proporciona esto para actualizar la propiedad de ubicación (descripción de la planta) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</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>Proporciona esto para actualizar la propiedad de ubicación (número de planta) del conector.</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>Proporciona esto para actualizar la propiedad de ubicación (latitud) del conector.</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>Proporciona esto para actualizar la propiedad de ubicación (longitud) del conector.</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>Proporciona esto para actualizar el nombre del conector a un nuevo valor.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto como una lista separada por comas para actualizar la propiedad de ubicación (organización) del conector.</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>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (código postal) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (descripción de la sala) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (número de sala) del conector.</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>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (sitio) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (dirección postal) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (subunidad) del conector.</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>Ninguno</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</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>Proporcione esto para actualizar la propiedad de ubicación (país o región) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporcione esto para actualizar la propiedad de ubicación (estado o provincia) del conector.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Subdivisión</maml:name>
          <maml:Description>
            <maml:para>Proporcione esto como una lista separada por comas para actualizar la propiedad de ubicación (Subdivisión) del conector.</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>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (altitud) del conector.</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>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (edificio) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (ciudad) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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. del conector que debe actualizarse.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (descripción de la planta) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (número de planta) del conector.</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>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (latitud) del conector.</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>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (longitud) del conector.</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>Ninguno</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>Proporciona esto para actualizar el nombre del conector a un nuevo valor.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto como una lista separada por comas para actualizar la propiedad de ubicación (organización) del conector.</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>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (código postal) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (descripción de la sala) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (número de sala) del conector.</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>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (sitio) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (dirección postal) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (subunidad) del conector.</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>Ninguno</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Falso</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Falso</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>Proporcione esto para actualizar la propiedad de ubicación (país o región) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporcione esto para actualizar la propiedad de ubicación (estado o provincia) del conector.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Subdivisión</maml:name>
        <maml:Description>
          <maml:para>Proporcione esto como una lista separada por comas para actualizar la propiedad de ubicación (Subdivisión) del conector.</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>Ninguno</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>-------------------------- Ejemplo 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UPConnectorProperty -ConnectorId "008426e4-9ec8-46b3-aa38-12be1957f133" -Nombre "Nombre del nuevo conector" -Latitud 47.620422 -Longitud -122.349358</dev:code>
        <dev:remarks>
          <maml:para>Esto actualizará el nombre, así como las coordenadas del conector especificado.</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>Usa este cmdlet para actualizar las propiedades mutables de una impresora.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Con un id. de impresora a mano, puedes usar este cmdlet para actualizar su nombre o cualquiera de sus propiedades que pertenezcan a la ubicación de esa impresora.</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>Proporciona esto para actualizar la propiedad de ubicación (altitud) de la impresora.</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>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Edificio</maml:name>
          <maml:Description>
            <maml:para>Proporciona esto para actualizar la propiedad de ubicación (edificio) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Ciudad</maml:name>
          <maml:Description>
            <maml:para>Proporciona esto para actualizar la propiedad de ubicación (ciudad) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (descripción de la planta) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (número de planta) de la impresora.</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>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Latitud</maml:name>
          <maml:Description>
            <maml:para>Proporciona esto para actualizar la propiedad de ubicación (latitud) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Doble</command:parameterValue>
          <dev:type>
            <maml:name>Doble</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Longitud</maml:name>
          <maml:Description>
            <maml:para>Proporciona esto para actualizar la propiedad de ubicación (longitud) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Doble</command:parameterValue>
          <dev:type>
            <maml:name>Doble</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Nombre</maml:name>
          <maml:Description>
            <maml:para>Proporciona esto para actualizar el nombre de la impresora a un nuevo valor.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Organización</maml:name>
          <maml:Description>
            <maml:para>Proporciona esto como una lista separada por comas para actualizar la propiedad de ubicación (organización) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena[]</command:parameterValue>
          <dev:type>
            <maml:name>Cadena[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (código postal) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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. de la impresora que debe actualizarse.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (descripción de la sala) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (número de sala) de la impresora.</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>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Sitio</maml:name>
          <maml:Description>
            <maml:para>Proporciona esto para actualizar la propiedad de ubicación (sitio) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de la ubicación (dirección postal) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Subunidad</maml:name>
          <maml:Description>
            <maml:para>Proporciona esto para actualizar la propiedad de ubicación (subunidad) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena[]</command:parameterValue>
          <dev:type>
            <maml:name>Cadena[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Proporcione esto para actualizar la propiedad de ubicación (país o región) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporcione esto para actualizar la propiedad de ubicación (estado o provincia) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Subdivisión</maml:name>
          <maml:Description>
            <maml:para>Proporcione esto como una lista separada por comas para actualizar la propiedad de ubicación (Subdivisión) de la impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena[]</command:parameterValue>
          <dev:type>
            <maml:name>Cadena[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (altitud) de la impresora.</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>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Edificio</maml:name>
        <maml:Description>
          <maml:para>Proporciona esto para actualizar la propiedad de ubicación (edificio) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Ciudad</maml:name>
        <maml:Description>
          <maml:para>Proporciona esto para actualizar la propiedad de ubicación (ciudad) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (descripción de la planta) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (número de planta) de la impresora.</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>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Latitud</maml:name>
        <maml:Description>
          <maml:para>Proporciona esto para actualizar la propiedad de ubicación (latitud) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Doble</command:parameterValue>
        <dev:type>
          <maml:name>Doble</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Longitud</maml:name>
        <maml:Description>
          <maml:para>Proporciona esto para actualizar la propiedad de ubicación (longitud) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Doble</command:parameterValue>
        <dev:type>
          <maml:name>Doble</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Nombre</maml:name>
        <maml:Description>
          <maml:para>Proporciona esto para actualizar el nombre de la impresora a un nuevo valor.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Organización</maml:name>
        <maml:Description>
          <maml:para>Proporciona esto como una lista separada por comas para actualizar la propiedad de ubicación (organización) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena[]</command:parameterValue>
        <dev:type>
          <maml:name>Cadena[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (código postal) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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. de la impresora que debe actualizarse.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (descripción de la sala) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de ubicación (número de sala) de la impresora.</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>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Sitio</maml:name>
        <maml:Description>
          <maml:para>Proporciona esto para actualizar la propiedad de ubicación (sitio) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto para actualizar la propiedad de la ubicación (dirección postal) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Subunidad</maml:name>
        <maml:Description>
          <maml:para>Proporciona esto para actualizar la propiedad de ubicación (subunidad) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena[]</command:parameterValue>
        <dev:type>
          <maml:name>Cadena[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Le solicitará la confirmación antes de ejecutar el cmdlet.</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>Proporcione esto para actualizar la propiedad de ubicación (país o región) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporcione esto para actualizar la propiedad de ubicación (estado o provincia) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Subdivisión</maml:name>
        <maml:Description>
          <maml:para>Proporcione esto como una lista separada por comas para actualizar la propiedad de ubicación (Subdivisión) de la impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena[]</command:parameterValue>
        <dev:type>
          <maml:name>Cadena[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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, Versión=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, Versión=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>-------------------------- Ejemplo 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>Esto actualizará el nombre, así como las coordenadas de la impresora especificada.</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>Establecer</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Usa este cmdlet para actualizar un recurso compartido de impresora.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Este cmldet se puede usar para cambiar el nombre del recurso compartido que se muestra a los usuarios o apuntar un recurso compartido de impresora a una impresora diferente.</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 que pertenece al recurso compartido de impresora que debe actualizarse.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esto si quieres cambiar el nombre del recurso compartido de impresora que se muestra a los usuarios.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Proporciona esto si quieres apuntar el recurso compartido de impresora a otra impresora.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
          <dev:type>
            <maml:name>Cadena</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Ninguno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirmar</maml:name>
          <maml:Description>
            <maml:para>Solicitará confirmación antes de ejecutar el cmdlet.</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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 que pertenece al recurso compartido de impresora que debe actualizarse.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esto si quieres cambiar el nombre del recurso compartido de impresora que se muestra a los usuarios.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</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>Proporciona esta marca para cambiar a otra cuenta de administrador.</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>Proporciona esto si quieres apuntar el recurso compartido de impresora a otra impresora.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Cadena</command:parameterValue>
        <dev:type>
          <maml:name>Cadena</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Ninguno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirmar</maml:name>
        <maml:Description>
          <maml:para>Solicitará confirmación antes de ejecutar el cmdlet.</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>Muestra lo que ocurrirá cuando se ejecute el cmdlet. El cmdlet no se ha ejecutado.</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>-------------------------- Ejemplo 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>Esto apuntará el recurso compartido de impresora existente a una nueva impresora con el id. proporcionado.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
</helpItems>