de-DE/Microsoft.UniversalPrintManagement.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Connect-UPService</command:name>
      <command:verb>Connect</command:verb>
      <command:noun>UPService</command:noun>
      <maml:description>
        <maml:para>Stellt eine Verbindung mit einem authentifizierten Konto her, das für Cmdlet-Anforderungen für universelles Drucken verwendet wird.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dieses Cmdlet verbindet ein authentifiziertes Konto für die Verwendung von Cmdlet-Anforderungen für Universelles Drucken. Obwohl dieses Cmdlet die interaktive Authentifizierung unterstützt, wenn keine Parameter übergeben werden, ist sein Hauptzweck, nicht interaktive Sitzungen durch Übergabe zu ermöglichen.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Connect-UPService</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>Zu verwendendes Kennwort (wenn der Benutzerprinzipalname vorhanden ist), um eine Verbindung mit dem Dienst für universelles Drucken herzustellen</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Diesen Benutzerprinzipalnamen verwenden, um eine Verbindung mit dem Dienst für universelles Drucken herzustellen.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>Zu verwendendes Kennwort (wenn der Benutzerprinzipalname vorhanden ist), um eine Verbindung mit dem Dienst für universelles Drucken herzustellen</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Diesen Benutzerprinzipalnamen verwenden, um eine Verbindung mit dem Dienst für universelles Drucken herzustellen.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Connect-UPService -UserPrincipalName username@tenantname.com -Passwrod $variableHoldingSecureString</dev:code>
        <dev:remarks>
          <maml:para>Hierdurch wird versucht, die Authentifizierung mithilfe des obigen Kontos durchzuführen, ohne dass eine Benutzerinteraktion erforderlich ist.</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>Verwenden Sie dieses Cmdlet, um Informationen über Benutzer und Gruppen abzurufen, die Druckzugriff auf eine bestimmte Druckerfreigabe haben.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dieses Cmdlet kann zum Abrufen einer Liste von Benutzern und Gruppen verwendet werden, die über die Berechtigung zum Drucken auf einer Druckerfreigabe verfügen, die einen registrierten Drucker bei Universelles Drucken verfügbar macht. Es sind zwei optionale Switches für das Einschränken von Ergebnissen auf nur Benutzer oder nur Gruppen vorhanden.</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>Nur Gruppen zurückgeben.</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>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Rufen Sie für diese angegebene Druckerfreigabe zugelassene Benutzer ab.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Nur Benutzer zurückgeben.</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>Nur Gruppen zurückgeben.</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>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Rufen Sie für diese angegebene Druckerfreigabe zugelassene Benutzer ab.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Nur Benutzer zurückgeben.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPAllowedMember -ShareId "fd10a8d3-c46d-4ab1-9644-603381bc08b7"</dev:code>
        <dev:remarks>
          <maml:para>Hierdurch wird eine Liste aller Benutzer und Gruppen abgerufen, die über die Berechtigung zum Drucken auf die Drucker Freigabe mit einer überein stimmenden ID verfügen.</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>Verwenden Sie dieses Cmdlet, um Informationen über einen einzelnen oder eine Liste mit Connectors abzurufen.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mit diesem Cmdlet können Informationen über Connectors abgerufen werden, die beim Universellen Drucken registriert sind. Wenn eine Connector-ID angegeben ist, wird nur dieser Connector abgerufen, andernfalls werden alle registrierten Connectors abgerufen.</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>Ruft Connectorinformationen für den angegebenen Connector ab.</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>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Ruft Connectorinformationen für den angegebenen Connector ab.</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>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPConnector</dev:code>
        <dev:remarks>
          <maml:para>Dadurch werden alle Connectors abgerufen, die der Mandant bei Universelles Drucken registriert hat. Die zugehörigen Informationen werden angezeigt.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Beispiel 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPConnector -ConnectorId "8dd439b0-4393-4e66-b804-9dd0733183b1"</dev:code>
        <dev:remarks>
          <maml:para>Dadurch wird der registrierte Connector mit einer übereinstimmenden ID gefunden, und die Informationen werden zurückgegeben.</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>Verwenden Sie dieses Cmdlet, um Informationen über einen einzelnen oder eine Liste von Druckern abzurufen.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mit diesem Cmdlet können Informationen über Drucker abgerufen werden, die beim Universellen Drucken registriert sind. Wenn eine Drucker-ID angegeben ist, wird nur dieser Drucker abgerufen, andernfalls werden alle registrierten Drucker abgerufen.</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>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Ruft Druckerinformationen für den angegebenen Drucker ab.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Ruft Druckerinformationen für den angegebenen Drucker ab.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinter</dev:code>
        <dev:remarks>
          <maml:para>Dadurch werden alle Drucker abgerufen, die der Mandant bei Universelles Drucken registriert hat. Ihre Informationen werden angezeigt.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Beispiel 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinter -PrinterId "8dd439b0-4393-4e66-b804-9dd0733183b1"</dev:code>
        <dev:remarks>
          <maml:para>Dadurch wird der registrierte Drucker mit einer übereinstimmenden ID gefunden, und die Informationen werden zurückgegeben.</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>Abrufen</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Verwenden Sie dieses Cmdlet, um Informationen über ein einzelnes Druckerfreigabeobjekt oder eine Liste von Druckerfreigabeobjekten abzurufen.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mit diesem Cmdlet können Sie Informationen zu Druckerfreigabeobjekten abrufen, die erstellt werden, wenn ein Drucker mit „Universelles Drucken“ freigegeben wird. Wenn eine Freigabe-ID angegeben wird, wird nur die entsprechende Druckerfreigabe abgerufen. Beachten Sie, dass Sie dieses Cmdlet verwenden können, um den Status des AllowAllUsers-Flags in einer Druckerfreigabe abzurufen.</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>Einschränken</maml:name>
          <maml:Description>
            <maml:para>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Abrufen von Druckerfreigabeinformationen für die angegebene Freigabe-ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Einschränken</maml:name>
        <maml:Description>
          <maml:para>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Abrufen von Druckerfreigabeinformationen für die angegebene Freigabe-ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinterShare</dev:code>
        <dev:remarks>
          <maml:para>Dadurch werden alle Druckerfreigaben, die mit gemeinsam genutzten Druckern innerhalb von Universal Print verbunden sind, abgerufen und deren Informationen angezeigt.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Beispiel 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinterShare -ShareId "35f1503a-bec5-4e6a-87e0-4b165bd3af3e"</dev:code>
        <dev:remarks>
          <maml:para>Dadurch wird die Druckerfreigabe mit einer übereinstimmenden ID gefunden, und die Informationen werden zurückgegeben.</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>Abrufen</command:verb>
      <command:noun>UPPrintJob</command:noun>
      <maml:description>
        <maml:para>Verwenden Sie dieses Cmdlet, um Informationen zu Druckaufträgen zu erhalten, die an einen Drucker gesendet wurden.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mit diesem Cmdlet kann eine Liste der zuletzt an den Drucker gesendeten Druckaufträge (einschließlich der aktiven) abgerufen werden. Das gleiche Cmdlet kann verwendet werden, um einen bestimmten Druckauftrag abzurufen, wenn die Auftrags-ID verfügbar ist.</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>Ruft den angegebenen Druckauftrag ab.</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>Einschränken</maml:name>
          <maml:Description>
            <maml:para>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Ruft Druckaufträge für den angegebenen Drucker ab.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Ruft den angegebenen Druckauftrag ab.</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>Einschränken</maml:name>
        <maml:Description>
          <maml:para>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Ruft Druckaufträge für den angegebenen Drucker ab.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrintJob -PrinterId "68f44c0b-e71d-462f-9449-1470f5607a2f"</dev:code>
        <dev:remarks>
          <maml:para>Dadurch werden aktuelle und aktive Aufträge abgerufen, die mit der angegebenen ID an den Drucker gesendet wurden.</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>Abrufen</command:verb>
      <command:noun>UPUsageReport</command:noun>
      <maml:description>
        <maml:para>Verwenden Sie dieses Cmdlet, um verschiedene Arten von Druck-Verwendungsberichten abzurufen.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mit diesem Cmdlet können Sie Verwendungsberichte von Drucken abrufen, die den Vorgang Universelles Drucken durchlaufen haben. Das universelle Drucken unterstützt 4 Berichtstypen: tägliche Druck-Verwendungszusammenfassung von Benutzern, tägliche Druck-Verwendungszusammenfassung von Druckern, monatliche Druck-Verwendungszusammenfassung nach Benutzern und monatliche Druck-Verwendungszusammenfassung durch Drucker. Die Berichte können auf Grundlage optional bereitgestellter Argumente (z. B. Benutzerprinzipalname) weiter gefiltert werden. Sie können auch einen bestimmten Bericht abrufen, wenn Sie über die entsprechende Berichts-ID verfügen.</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>Einschränken</maml:name>
          <maml:Description>
            <maml:para>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Ruft den spezifischen Verwendungsbericht mit dieser ID ab (überschreibt userPrincipalName, printerId, startDate und 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>Wählen Sie den Typ des abzurufenden Berichts aus. Die Optionen lauten DailyUser, DailyPrinter, MonthlyUser und 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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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>Optionaler Parameter zum Abrufen von Berichten, die dem Benutzer mit diesem Prinzipalnamen angehören.</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>Optionaler Parameter zum Filtern von Berichten, die sich auf Druckaktivitäten nach diesem Datum beziehen. Format: jjjj-mm-tt oder jjjj-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>Optionaler Parameter zum Filtern von Berichten, die sich auf Druckaktivitäten vor diesem Datum beziehen. Format: jjjj-mm-tt oder jjjj-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>Einschränken</maml:name>
        <maml:Description>
          <maml:para>Anzahl der Ergebnisse zum Maximum. Standardmäßig werden alle Ergebnisse zurückgegeben.</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>Ruft den spezifischen Verwendungsbericht mit dieser ID ab (überschreibt userPrincipalName, printerId, startDate und 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>Wählen Sie den Typ des abzurufenden Berichts aus. Die Optionen lauten DailyUser, DailyPrinter, MonthlyUser und 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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Falsch</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>Optionaler Parameter zum Abrufen von Berichten, die dem Benutzer mit diesem Prinzipalnamen angehören.</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>Optionaler Parameter zum Filtern von Berichten, die sich auf Druckaktivitäten nach diesem Datum beziehen. Format: jjjj-mm-tt oder jjjj-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>Optionaler Parameter zum Filtern von Berichten, die sich auf Druckaktivitäten vor diesem Datum beziehen. Format: jjjj-mm-tt oder jjjj-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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPUsageReport -ReportType DailyUser -UserPrincipalName "foo@bar.com"</dev:code>
        <dev:remarks>
          <maml:para>Dadurch werden alle verfügbaren täglichen Berichte abgerufen, die dem Benutzer „foo@bar.com“ angehören.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Beispiel 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>Dadurch werden alle täglichen Druckerberichte abgerufen, die während der ersten beiden Wochen im August 2019 generiert wurden.</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>Gewähren</command:verb>
      <command:noun>UPAccess</command:noun>
      <maml:description>
        <maml:para>Verwenden Sie dieses Cmdlet, um einem Benutzer oder einer Gruppe Druckzugriff zu erteilen.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dieses Cmdlet kann verwendet werden, um einem Benutzer oder einer Gruppe die Berechtigung zum Drucken auf einer Druckerfreigabe zu erteilen, der derzeit bei Universelles Drucken registriert ist. Sie können per Cmdlet-Aufruf entweder einem Benutzer oder einer Gruppe Zugriff gewähren.</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 der Gruppe, die Druckzugriff benötigt.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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>Gewähren Sie Benutzern mit einer passenden ID Druckzugriff auf die Druckerfreigabe.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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 des Benutzers, der Druckzugriff benötigt.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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>Gewähren Sie Benutzern mit einer passenden ID Druckzugriff auf die Druckerfreigabe.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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>Gewähren Sie Benutzern mit einer passenden ID Druckzugriff auf die Druckerfreigabe.</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>Geben Sie dieses Kennzeichen an, um allen Benutzern in Ihrer Organisation Druckzugriff zu gewähren.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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 der Gruppe, die Druckzugriff benötigt.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Falsch</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 des Benutzers, der Druckzugriff benötigt.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Falsch</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>Falsch</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>Gewähren Sie Benutzern mit einer passenden ID Druckzugriff auf die Druckerfreigabe.</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>Geben Sie dieses Kennzeichen an, um allen Benutzern in Ihrer Organisation Druckzugriff zu gewähren.</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>Falsch</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -UserId "5ea859e8-23c3-4c24-a330-63685a25bdef"</dev:code>
        <dev:remarks>
          <maml:para>Hierdurch wird dem Benutzer mit einer entsprechenden Azure Active Directory-ID die Berechtigung zum Drucken auf die angegebene Druckerfreigabe erteilt.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Beispiel 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -GroupId "ae71e2b2-ab2e-44b8-afb6-86637ce25ee1"</dev:code>
        <dev:remarks>
          <maml:para>Dadurch erhalten alle Benutzer unter der Gruppe mit einer passenden Azure Active Directory-ID die Berechtigung, auf der angegebenen Druckerfreigabe zu drucken.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Beispiel 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -AllUsersAccess</dev:code>
        <dev:remarks>
          <maml:para>Dadurch erhalten alle Benutzer Ihrer Organisation die Erlaubnis, auf die angegebene Druckerfreigabe zu drucken. Beachten Sie, dass diese Richtlinie die Liste der erlaubten Benutzer und Gruppen überschreibt.</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>Verwenden Sie dieses Cmdlet, um einen Drucker freizugeben.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Um einen Drucker freizugeben, wird ein Objekt mit dem Namen „Druckerfreigabe“ erstellt und diesem Drucker zugeordnet. Der angeforderte Freigabename wird Benutzern angezeigt, wenn der neue freigegebene Drucker erkannt wird. Die Druckerfreigabe verfügt über eine ID, die später zum Aufheben der Freigabe oder zum Austauschen von Druckern verwendet werden kann.</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>Die ID des Druckers, der freigegeben werden muss.</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>Benutzer erkennen den freigegebenen Drucker unter diesem Namen und verwenden denselben Namen zum Drucken.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falsch</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>Die ID des Druckers, der freigegeben werden muss.</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>Benutzer erkennen den freigegebenen Drucker unter diesem Namen und verwenden denselben Namen zum Drucken.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UPPrinterShare -PrinterId "cdd44642-8fc3-4f55-bce2-d6d8069b40f2" -ShareName "Drucker 1. Stock"</dev:code>
        <dev:remarks>
          <maml:para>Dadurch wird eine neue Druckerfreigabe erstellt, die den Drucker mit der oben angegebenen ID unter dem Namen „Drucker 1. Stock“ teilt.</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>Verwenden Sie dieses Cmdlet zum Aufheben der Registrierung von Connectors.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wenn ein Connector nicht mehr benötigt wird, können Sie die Registrierung mit diesem Cmdlet aufheben. Beachten Sie, dass die Registrierung der Drucker dieses Connectors aufgehoben werden muss, bevor der Connector entfernt werden kann.</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>Die ID des Connectors, dessen Registrierung aufgehoben werden muss.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
        <maml:name>ConnectorId</maml:name>
        <maml:Description>
          <maml:para>Die ID des Connectors, dessen Registrierung aufgehoben werden muss.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPConnector -ConnectorId "49b38c07-b059-451b-87b1-7bda52e3a648"</dev:code>
        <dev:remarks>
          <maml:para>Der Dienst „Universelles Drucken“ wird aufgefordert, die Registrierung des Connectors mit der entsprechenden ID aufzuheben.</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>Verwenden Sie dieses Cmdlet zum Aufheben der Registrierung von Druckern.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Wenn auf einen Drucker vom Dienst „Universelles Drucken“ nicht mehr zugegriffen werden muss, kann die Registrierung des Diensts mithilfe dieses Cmdlets aufgehoben werden. Beachten Sie, dass die Freigabe des Druckers aufgehoben werden muss, bevor die Registrierung aufgehoben werden kann.</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>Die ID des Druckers, dessen Registrierung aufgehoben werden muss.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>Die ID des Druckers, dessen Registrierung aufgehoben werden muss.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPPrinter -PrinterId "49b38c07-b059-451b-87b1-7bda52e3a648"</dev:code>
        <dev:remarks>
          <maml:para>Der Dienst „Universelles Drucken“ wird aufgefordert, die Registrierung des Druckers mit der entsprechenden ID aufzuheben.</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>Entfernen</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Verwenden Sie dieses Cmdlet, um die Freigabe von Druckern aufzuheben, die zuvor freigegeben wurden.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mit diesem Cmdlet können Universelle Druckadministratoren die Freigabe eines Druckers aufheben. Der nicht freigegebene Drucker ist für normale Benutzer nicht mehr verfügbar oder sichtbar.</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>Die ID der Druckerfreigabe, die entfernt werden muss.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>Die ID der Druckerfreigabe, die entfernt werden muss.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPPrinterShare -ShareId "29fb1dcc-fb7a-4f2a-b9b2-de617abedb35"</dev:code>
        <dev:remarks>
          <maml:para>Dadurch wird die Freigabe des Druckers aufgehoben, der über die Druckerfreigabe mit der entsprechenden ID freigegeben wurde.</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>Widerrufen</command:verb>
      <command:noun>UPAccess</command:noun>
      <maml:description>
        <maml:para>Verwenden Sie dieses Cmdlet, um einem Benutzer oder einer Gruppe den Druckzugriff zu entziehen.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dieses Cmdlet kann verwendet werden, um die Berechtigung eines Benutzers oder einer Gruppe zum Drucken auf einer Druckerfreigabe zu widerrufen, die derzeit einen registrierten Drucker bei Universelles Drucken verfügbar macht. Sie können den Zugriff per Cmdlet-Aufruf für einen Benutzer oder eine Gruppe widerrufen.</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>Diese Gruppe kann künftig auf der angegebenen Druckerfreigabe nicht mehr drucken.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>Der Zugriff auf diese Druckerfreigabe wird widerrufen.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>Dieser Benutzer kann künftig auf der angegebenen Druckerfreigabe nicht mehr drucken.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>Der Zugriff auf diese Druckerfreigabe wird widerrufen.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>Der Zugriff auf diese Druckerfreigabe wird widerrufen.</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>Geben Sie dieses Kennzeichen an, um den Druckzugriff für alle Benutzer in Ihrer Organisation zu widerrufen (dies löscht nur das Kennzeichen „AllowAllUsers“).</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>Diese Gruppe kann künftig auf der angegebenen Druckerfreigabe nicht mehr drucken.</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>Dieser Benutzer kann künftig auf der angegebenen Druckerfreigabe nicht mehr drucken.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>Der Zugriff auf diese Druckerfreigabe wird widerrufen.</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>Geben Sie dieses Kennzeichen an, um den Druckzugriff für alle Benutzer in Ihrer Organisation zu widerrufen (dies löscht nur das Kennzeichen „AllowAllUsers“).</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\ &gt; Sperren-upaccess-ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e"-UserID "5ea859e8-23c3-4c24-a330-63685a25bdef"</dev:code>
        <dev:remarks>
          <maml:para>Hierdurch wird die Berechtigung des Benutzers mit einer entsprechenden Azure Active Directory-ID zum Drucken auf der angegebenen Druckerfreigabe entzogen.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Beispiel 2 --------------------------</maml:title>
        <dev:code>PS C:\ &gt; Sperren-upaccess-ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e"-GroupID "ae71e2b2-AB2E-44b8-afb6-86637ce25ee1"</dev:code>
        <dev:remarks>
          <maml:para>Hierdurch wird die Berechtigung der Gruppe mit einer entsprechenden Azure Active Directory-ID zum Drucken auf die angegebene Druckerfreigabe entzogen.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Beispiel 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Revoke-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -AllUsersAccess</dev:code>
        <dev:remarks>
          <maml:para>Der Zugriff auf "AllowAllUsers" wird von der angegebenen Drucker Freigabe entfernt. Beachten Sie, dass dies keine Auswirkung hat, wenn die Drucker Freigabe derzeit keinen Benutzer Zugriff zulässt.</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>Verwenden Sie dieses Cmdlet, um die änderbaren Eigenschaften eines Connectors zu aktualisieren.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mit einer Connector-ID können Sie dieses Cmdlet verwenden, um entweder den Namen oder die Eigenschaften des zugehörigen Orts zu aktualisieren.</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>Geben Sie diese an, um die Positionseigenschaft (Höhe) des Connectors zu aktualisieren.</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>Geben Sie diese an, um die Positionseigenschaft (Gebäude) des Connectors zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</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>Geben Sie diese an, um die Positionseigenschaft (Ort) des Connectors zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</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>Die ID des Connectors, der aktualisiert werden muss.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</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>Geben Sie diese an, um die Positionseigenschaft (Etagenbeschreibung) des Connectors zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</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>Stockwerk</maml:name>
          <maml:Description>
            <maml:para>Geben Sie dies an, um die Positionseigenschaft (Stockwerk) des Connectors zu aktualisieren.</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>Geben Sie diese an, um die Positionseigenschaft (Breitengrad) des Connectors zu aktualisieren.</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>Geben Sie diese an, um die Positionseigenschaft (Längengrad) des Connectors zu aktualisieren.</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>Geben Sie diese an, um den Namen des Connectors auf einen neuen Wert zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Geben Sie diese als durch Komma getrennte Liste an, um die Positionseigenschaft (Organisation) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Postleitzahl) des Connectors zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Raumbeschreibung) des Connectors zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Raumname</maml:name>
          <maml:Description>
            <maml:para>Geben Sie dies an, um die Positionseigenschaft (Raumname) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Standort) des Connectors zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Anschrift) des Connectors zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Untereinheit) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>LandOderRegion</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese Informationen zum Aktualisieren der Standort Eigenschaft (Land oder Region) des Connectors an.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>BundesstaatOderProvinz</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Bundesstaat oder Provinz) des Konnektors zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Gebietskörperschaft</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese als durch Komma getrennte Liste an, um die Positionseigenschaft (Gebietskörperschaft) des Konnektors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Höhe) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Gebäude) des Connectors zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Ort) des Connectors zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Die ID des Connectors, der aktualisiert werden muss.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Etagenbeschreibung) des Connectors zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Stockwerk</maml:name>
        <maml:Description>
          <maml:para>Geben Sie dies an, um die Positionseigenschaft (Stockwerk) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Breitengrad) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Längengrad) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um den Namen des Connectors auf einen neuen Wert zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese als durch Komma getrennte Liste an, um die Positionseigenschaft (Organisation) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Postleitzahl) des Connectors zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Raumbeschreibung) des Connectors zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Raumname</maml:name>
        <maml:Description>
          <maml:para>Geben Sie dies an, um die Positionseigenschaft (Raumname) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Standort) des Connectors zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Anschrift) des Connectors zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Untereinheit) des Connectors zu aktualisieren.</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>Keine</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>LandOderRegion</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese Informationen zum Aktualisieren der Standort Eigenschaft (Land oder Region) des Connectors an.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>BundesstaatOderProvinz</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Bundesstaat oder Provinz) des Konnektors zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Gebietskörperschaft</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese als durch Komma getrennte Liste an, um die Positionseigenschaft (Gebietskörperschaft) des Konnektors zu aktualisieren.</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>Keine</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>-------------------------- Beispiel 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UPConnectorProperty -ConnectorId "008426e4-9ec8-46b3-aa38-12be1957f133" -Name "Name des neuen Connectors" -Latitude 47.620422 -Longitude -122.349358</dev:code>
        <dev:remarks>
          <maml:para>Dadurch werden der Name und die Koordinaten des angegebenen Connectors aktualisiert.</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>Verwenden Sie dieses Cmdlet, um die änderbaren Eigenschaften eines Druckers zu aktualisieren.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Mit einer Drucker-ID können Sie dieses Cmdlet verwenden, um entweder den Namen oder die Eigenschaften des Druckers zu aktualisieren.</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>Geben Sie diese an, um die Positionseigenschaft (Höhe) des Druckers zu aktualisieren.</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>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Gebäude</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Gebäude) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Ort</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Stadt) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Etagenbeschreibung) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Stockwerk</maml:name>
          <maml:Description>
            <maml:para>Geben Sie dies an, um die Positionseigenschaft (Stockwerk) des Druckers zu aktualisieren.</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>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Breitengrad</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Breite) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Doppelt</command:parameterValue>
          <dev:type>
            <maml:name>Doppelt</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Längengrad</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Länge) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Doppelt</command:parameterValue>
          <dev:type>
            <maml:name>Doppelt</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Geben Sie diese an, um den Namen des Druckers auf einen neuen Wert zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Organisation</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese als durch Komma getrennte Liste an, um die Positionseigenschaft (Organisation) des Druckers zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Postleitzahl) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Die ID des Druckers, der aktualisiert werden muss.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Raumbeschreibung) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Raumname</maml:name>
          <maml:Description>
            <maml:para>Geben Sie dies an, um die Positionseigenschaft (Raumname) des Druckers zu aktualisieren.</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>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Standort</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Standort) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Anschrift) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Untereinheit</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Untereinheit) des Druckers zu aktualisieren.</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>Keine</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>LandOderRegion</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Land oder Region) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>BundesstaatOderProvinz</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese an, um die Positionseigenschaft (Bundesstaat oder Provinz) des Druckers zu aktualisieren.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
          <dev:type>
            <maml:name>Zeichenfolge</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Gebietskörperschaft</maml:name>
          <maml:Description>
            <maml:para>Geben Sie diese als durch Komma getrennte Liste an, um die Positionseigenschaft (Gebietskörperschaft) des Druckers zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Höhe) des Druckers zu aktualisieren.</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>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Gebäude</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Gebäude) des Druckers zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Ort</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Stadt) des Druckers zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Etagenbeschreibung) des Druckers zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Stockwerk</maml:name>
        <maml:Description>
          <maml:para>Geben Sie dies an, um die Positionseigenschaft (Stockwerk) des Druckers zu aktualisieren.</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>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Breitengrad</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Breite) des Druckers zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Doppelt</command:parameterValue>
        <dev:type>
          <maml:name>Doppelt</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Längengrad</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Länge) des Druckers zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Doppelt</command:parameterValue>
        <dev:type>
          <maml:name>Doppelt</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese an, um den Namen des Druckers auf einen neuen Wert zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Organisation</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese als durch Komma getrennte Liste an, um die Positionseigenschaft (Organisation) des Druckers zu aktualisieren.</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>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Postleitzahl) des Druckers zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Die ID des Druckers, der aktualisiert werden muss.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Keine</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>Geben Sie diese an, um die Positionseigenschaft (Raumbeschreibung) des Druckers zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Zeichenfolge</command:parameterValue>
        <dev:type>
          <maml:name>Zeichenfolge</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>Raumname</maml:name>
        <maml:Description>
          <maml:para>Geben Sie dies an, um die Positionseigenschaft (Raumname) des Druckers zu aktualisieren.</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>Standort</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Standort) des Druckers zu aktualisieren.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StreetAddress</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Anschrift) des Druckers zu aktualisieren.</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>Untereinheit</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Untereinheit) des Druckers zu aktualisieren.</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>Keine</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>LandOderRegion</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Land oder Region) des Druckers zu aktualisieren.</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>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>BundesstaatOderProvinz</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese an, um die Positionseigenschaft (Bundesstaat oder Provinz) des Druckers zu aktualisieren.</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>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Gebietskörperschaft</maml:name>
        <maml:Description>
          <maml:para>Geben Sie diese als durch Komma getrennte Liste an, um die Positionseigenschaft (Gebietskörperschaft) des Druckers zu aktualisieren.</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>Keine</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>-------------------------- Beispiel 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>Dadurch werden der Name und die Koordinaten des angegebenen Druckers aktualisiert.</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>Festlegen</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Verwenden Sie dieses Cmdlet, um eine Druckerfreigabe zu aktualisieren.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dieses Cmdlet kann verwendet werden, um den Freigabenamen zu ändern, der für Benutzer angezeigt wird oder auf eine Druckerfreigabe auf einem anderen Drucker verweist.</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>Die GUID, die sich auf die Druckerfreigabe bezieht, die aktualisiert werden muss.</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>Keine</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>Geben Sie diese Option an, wenn Sie die für Benutzer angezeigte Druckerfreigabe umbenennen möchten.</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>Keine</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Geben Sie diese Option an, wenn die Druckerfreigabe auf einen anderen Drucker verweisen soll.</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>Keine</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Bestätigen</maml:name>
          <maml:Description>
            <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>Die GUID, die sich auf die Druckerfreigabe bezieht, die aktualisiert werden muss.</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>Keine</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>Geben Sie diese Option an, wenn Sie die für Benutzer angezeigte Druckerfreigabe umbenennen möchten.</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>Keine</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>Geben Sie dieses Kennzeichen an, um zu einem anderen Administratorkonto zu wechseln.</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>Geben Sie diese Option an, wenn die Druckerfreigabe auf einen anderen Drucker verweisen soll.</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>Keine</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Bestätigen</maml:name>
        <maml:Description>
          <maml:para>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</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>Zeigt, was geschehen würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</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>-------------------------- Beispiel 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>Dadurch verweist die vorhandene Druckerfreigabe auf einen neuen Drucker mit der angegebenen ID.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
</helpItems>