de-DE/PanasonicCommandUpdate-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AboutPanasonicUpdate</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AboutPanasonicUpdate</command:noun>
      <maml:description>
        <maml:para>Alias : AboutPanasonicUpdate
</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Info über diese Anwendung anzeigen und diese Modulversion zurückgeben.
Vor der Ausführung werden Sie gebeten, der Ausführung der Endbenutzer-Lizenzvereinbarung zuzustimmen, falls noch nicht erfolgt.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AboutPanasonicUpdate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AcceptLicense</maml:name>
          <maml:description>
            <maml:para>Die Aufforderung zur Zustimmung zur Endbenutzer-Lizenzvereinbarung wird übersprungen, weil sie als erfolgt betrachtet wird.</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>AcceptLicense</maml:name>
        <maml:description>
          <maml:para>Die Aufforderung zur Zustimmung zur Endbenutzer-Lizenzvereinbarung wird übersprungen, weil sie als erfolgt betrachtet wird.</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>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>Modulversion.</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert />
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AboutPanasonicUpdate</dev:code>
        <dev:remarks>
          <maml:para>Info über diese Anwendung anzeigen und diese Modulversion zurückgeben.</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>Install-PanasonicUpdate</command:name>
      <command:verb>Install</command:verb>
      <command:noun>PanasonicUpdate</command:noun>
      <maml:description>
        <maml:para>Alias : InstallPanasonicUpdate</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Die aktualisierbare neueste Software für diesen Computer installieren.
Die aktualisierbare Software auflisten und vor der Installation fragen, ob fortgefahren werden soll.
Wenn die gesamte neueste Software bereits installiert worden ist, wird keine Software installiert.
Vor der Ausführung werden Sie gebeten, der Ausführung der Endbenutzer-Lizenzvereinbarung zuzustimmen, falls noch nicht erfolgt.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Install-PanasonicUpdate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>PackageIds</maml:name>
          <maml:description>
            <maml:para>Die Package ID der Software als Parameter eingeben und nur diese Software installieren.
Jedoch wird nur die neueste für diesen Computer verfügbare Software installiert.</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>ExcludePackageIds</maml:name>
          <maml:description>
            <maml:para>Die Package ID der Software als Parameter eingeben und nur diese Software suchen.</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>NoLog</maml:name>
          <maml:description>
            <maml:para>Protokoll während der Installation nicht ausgeben.</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>Force</maml:name>
          <maml:description>
            <maml:para>Die Installation startet automatisch, ohne dass Sie vorher gefragt werden.</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>AcceptLicense</maml:name>
          <maml:description>
            <maml:para>Die Aufforderung zur Zustimmung zur Endbenutzer-Lizenzvereinbarung wird übersprungen, weil sie als erfolgt betrachtet wird.</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:syntaxItem>
        <maml:name>Install-PanasonicUpdate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Packages</maml:name>
          <maml:description>
            <maml:para>Bei Verwendung in einer Pipeline wird nur die vom linken Befehl empfangene Software installiert.
Jedoch wird nur die neueste für diesen Computer verfügbare Software installiert.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="false">PackageInfo[]</command:parameterValue>
          <dev:type>
            <maml:name>PackageInfo[]</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>ExcludePackageIds</maml:name>
          <maml:description>
            <maml:para>Die Package ID der Software als Parameter eingeben und nur diese Software suchen.</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>NoLog</maml:name>
          <maml:description>
            <maml:para>Protokoll während der Installation nicht ausgeben.</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>Force</maml:name>
          <maml:description>
            <maml:para>Die Installation startet automatisch, ohne dass Sie vorher gefragt werden.</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>AcceptLicense</maml:name>
          <maml:description>
            <maml:para>Die Aufforderung zur Zustimmung zur Endbenutzer-Lizenzvereinbarung wird übersprungen, weil sie als erfolgt betrachtet wird.</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>ExcludePackageIds</maml:name>
        <maml:description>
          <maml:para>Die Package ID der Software als Parameter eingeben und nur diese Software suchen.</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="0" aliases="none">
        <maml:name>PackageIds</maml:name>
        <maml:description>
          <maml:para>Die Package ID der Software als Parameter eingeben und nur diese Software installieren.
Jedoch wird nur die neueste für diesen Computer verfügbare Software installiert.</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 (ByValue)" position="0" aliases="none">
        <maml:name>Packages</maml:name>
        <maml:description>
          <maml:para>Bei Verwendung in einer Pipeline wird nur die vom linken Befehl empfangene Software installiert.
Jedoch wird nur die neueste für diesen Computer verfügbare Software installiert.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false">PackageInfo[]</command:parameterValue>
        <dev:type>
          <maml:name>PackageInfo[]</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>NoLog</maml:name>
        <maml:description>
          <maml:para>Protokoll während der Installation nicht ausgeben.</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>Force</maml:name>
        <maml:description>
          <maml:para>Die Installation startet automatisch, ohne dass Sie vorher gefragt werden.</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>AcceptLicense</maml:name>
        <maml:description>
          <maml:para>Die Aufforderung zur Zustimmung zur Endbenutzer-Lizenzvereinbarung wird übersprungen, weil sie als erfolgt betrachtet wird.</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>PackageInfo[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>Dieses Objekt kann mit dem Befehl „Show-PanasonicUpdate“ abgerufen werden.</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>Der Ausgabetyp ist „InstallResult“.
Dieses Objekt hat die nachstehende Eigenschaft.</maml:para>
          <maml:para>RebootRequired</maml:para>
          <maml:para>RebootRequired (bool) ... Ob Neustart erforderlich ist. „true“ bedeutet erforderlich.
</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert />
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Install-PanasonicUpdate</dev:code>
        <dev:remarks>
          <maml:para>Die gesamte aktualisierbare neueste Software installieren, die nicht auf diesem Computer installiert ist.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Install-PanasonicUpdate -ExcludePackageIds @("00000000-1111-2222-3333-444444444444","aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee")</dev:code>
        <dev:remarks>
          <maml:para>Die gesamte aktualisierbare neueste Software für diesen Computer installieren, ausschließlich von Software mit angegebener Package ID.
Bei Angabe einer Package ID ist @() nicht erforderlich.
</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Show-PanasonicUpdate | Install-PanasonicUpdate</dev:code>
        <dev:remarks>
          <maml:para>Die gesamte aktualisierbare neueste Software installieren, die nicht auf diesem Computer installiert ist.
Bei Verwendung des Befehls Filter, der von PowerShell nach „Show-PanasonicUpdate“ bereitgestellt wird, können Sie jede beliebige Software Ihren Bedingungen entsprechend filtern.</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>Show-PanasonicUpdate</command:name>
      <command:verb>Show</command:verb>
      <command:noun>PanasonicUpdate</command:noun>
      <maml:description>
        <maml:para>Alias : ShowPanasonicUpdate</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Die Liste der aktualisierbaren neuesten Software für diesen Computer anzeigen.
Wenn die gesamte neueste Software bereits installiert worden ist, wird keine Software aufgelistet.
Vor der Ausführung werden Sie gebeten, der Ausführung der Endbenutzer-Lizenzvereinbarung zuzustimmen, falls noch nicht erfolgt.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Show-PanasonicUpdate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>PackageIds</maml:name>
          <maml:description>
            <maml:para>Die Package ID der Software als Parameter eingeben und nur diese Software suchen.</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>NewerAll</maml:name>
          <maml:description>
            <maml:para>Die gesamte Software anzeigen, die neuer als die auf diesem Computer installierte Software ist.
Diese Option kann nicht gemeinsam mit anderen Optionen verwendet werden.</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>AcceptLicense</maml:name>
          <maml:description>
            <maml:para>Die Aufforderung zur Zustimmung zur Endbenutzer-Lizenzvereinbarung wird übersprungen, weil sie als erfolgt betrachtet wird.</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>NewerAll</maml:name>
        <maml:description>
          <maml:para>Die gesamte Software anzeigen, die neuer als die auf diesem Computer installierte Software ist.
Diese Option kann nicht gemeinsam mit anderen Optionen verwendet werden.</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>AcceptLicense</maml:name>
        <maml:description>
          <maml:para>Die Aufforderung zur Zustimmung zur Endbenutzer-Lizenzvereinbarung wird übersprungen, weil sie als erfolgt betrachtet wird.</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="0" aliases="none">
        <maml:name>PackageIds</maml:name>
        <maml:description>
          <maml:para>Die Package ID der Software als Parameter eingeben und nur diese Software suchen.</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>None</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>Der Ausgabetyp ist „PackageInfo“. Dies ist verwendbar für den Befehl „Install-PanasonicUpdate“.
Dieses Objekt hat die nachfolgenden Eigenschaften.</maml:para>
          <maml:para>PackageId, Date, Title</maml:para>
          <maml:para>PackageId (string) ... Package ID.
Date (string) ... Datum und Uhrzeit der Erstellung.
Title (string) ... Softwaretitel.
</maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert />
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Show-PanasonicUpdate</dev:code>
        <dev:remarks>
          <maml:para>Die aktualisierbare neueste Software für diesen Computer anzeigen. Bereits installierte neueste Software wird ausgeschlossen.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Show-PanasonicUpdate @("00000000-1111-2222-3333-444444444444","aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee")</dev:code>
        <dev:remarks>
          <maml:para>Die aktualisierbare neueste Software für diesen Computer von Software mit angegebener Package ID anzeigen.
Bei Angabe einer Package ID ist @() nicht erforderlich.
Wenn die angegebene Package ID nicht die neueste ist, wird sie nicht angezeigt. Bitte mit der Option „-NewerAll“ verwenden.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
</helpItems>