What is the translation of " INVOKE-COMMAND " in English?

Examples of using Invoke-command in German and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Befehl"Invoke-Command" als abgeschlossen betrachtet, wenn das.
The Invoke-Command command is considered to be complete when.
Der Alias für das Cmdlet"Invoke-Command" lautet z. B."remote.
For example, the alias for the Invoke-Command cmdlet is"remote.
Zum Ausführen von Befehlen auf einem oder mehreren Remotecomputern verwenden Sie das Cmdlet Invoke-Command.
To run any command on one or many remote computers, use the Invoke-Command cmdlet.
Weitere Informationen zum Cmdlet"Invoke-Command" finden Sie unter Invoke-Command.
For more information about the Invoke-Command cmdlet, see Invoke-Command..
Invoke-command -computername S1, S2, S3 -scriptblock{get-culture} Sie können auch einen Befehl in mehreren PSSessions ausführen.
Invoke-command-computername S1, S2, S3-scriptblock{get-culture} You can also run a command in multiple PSSessions.
In diesem Beispiel wird gezeigt,wie ein Auftrag entfernt wird, der mit Invoke-Command gestartet wurde, um einen Start-Job-Befehl auszuführen.
This example showshow to remove a job that was started by using Invoke-Command to run a Start-Job command.
Wenn Sie auf einem Remotecomputer einen Befehl zum Beenden eines Prozesses ausführen möchten,müssen Sie daher das Cmdlet"Invoke-Command" verwenden.
Therefore, to run a stop process command on a remote computer,you need to use the Invoke-Command cmdlet.
In diesem Fall ist der Befehl"Invoke-Command" nicht erforderlich, da sich der Auftrag auf dem lokalen Computer befindet.
Notice that an Invoke-Command command is not required in this case, because the job resides on the local computer.
Die von"Export-Module" erfassten und im Modul gespeicherten Sitzungsinformationen enthalten keine Sitzungsoptionen, wie die Optionen,die Sie in der automatische Variablen"$PSSessionOption" oder mit den SessionOption-Parametern der Cmdlets"New-PSSession","Enter-PSSession" oder"Invoke-Command" angeben.
The session information that Export-Module captures and saves in the module does not include session options, such as thosethat you specify in the$PSSessionOption automatic variable or by using the SessionOption parameters of the New-PSSession, Enter-PSSession, or Invoke-Command cmdlet.
Invoke-command -computername Server01 -scriptblock{get-eventlog system} -asjob Die Ergebnisse des Befehls entsprechen in etwa der folgenden Beispielausgabe.
Invoke-command-computername Server01-scriptblock{get-eventlog system}-asjob The results of the command resemble the following sample output.
Benutzer können dann die UseSSL-Parameter der Cmdlets"Invoke-Command","New-PSSession" und"Enter-PSSession" beim Herstellen einer Verbindung verwenden.
Then, users can use the UseSSL parameters of the Invoke-Command, New-PSSession, and Enter-PSSession cmdlets when establishing a connection.
Invoke-command -session $s -scriptblock{$p get-process} Da die PSSession eine dauerhafte Verbindung verwendet, können Sie einen anderen Befehl in der gleichen PSSession ausführen, die die Variable"$p" verwendet.
Invoke-command-session$s-scriptblock{$p get-process} Because the PSSession uses a persistent connection, you can run another command in the same PSSession that uses the$p variable.
Ps1" vom Remotecomputer"Server01" auf den lokalen Computer kopiert: invoke-command -computername Server01'{get-content c: \ps-test\test. ps1} set-location c: \ps-test\test.
Ps1 script from the Server01 remote computer to the local computer: invoke-command-computername Server01'{get-content c:\ps-test\test. ps1} set-location c:\ps-test\test.
Invoke-command -computername Server01 -scriptblock{get-culture} Der ComputerName-Parameter ist für die Ausführung einzelner Befehle oder einer Reihe nicht verknüpfter Befehle auf einem oder mehreren Computern vorgesehen.
Invoke-command-computername Server01-scriptblock{get-culture} The ComputerName parameter is designed for situation in which you run a single command or several unrelated commands on one or many computers.
Im folgenden Beispiel wird dem Parameter mithilfe des Args-Parameters des Cmdlets"Invoke-Command" ein anderer Wert zugewiesen: C: \PS> invoke-command -scriptblock{param($uu"Parameter");"$uu assigned.
The following example uses the Args parameter of the Invoke-Command cmdlet to assign a different value to the parameter: C:\PS> invoke-command-scriptblock{param($uu"Parameter"); "$uu assigned.
Wenn Benutzer die Cmdlets"Invoke-Command","New-PSSession" oder"Enter-PSSession" verwenden, können sie mit dem ConfigurationName- Parameter die Sitzungskonfiguration angeben, die für die Sitzung verwendet wird.
When users use the Invoke-Command, New-PSSession, or Enter-PSSession cmdlets, they can use the ConfigurationName parameter to indicate the session configuration that is used for the session.
Wenn Sie einen Auftrag auf einem oder mehreren Computern mit dem AsJob-Parameter von Invoke-Command starten, besteht der Auftrag aus einem übergeordneten Ausführungsauftrag und jeweils einem untergeordneten Auftrag pro Auftrag und Computer.
When you use the AsJob parameter of Invoke-Command to start a job on one or more computers, the job consists of an executive parent job and a child job for each job run on each computer.
C: \PS> invoke-command -ComputerName S1, S2, S3 -scriptblock{get-culture} out-gridview Beschreibung In diesem Beispiel wird das richtige Format veranschaulicht, um die von Remotecomputern gesammelten Daten an das Cmdlet"Out-GridView" zu senden.
C:\PS> invoke-command-ComputerName S1, S2, S3-scriptblock{get-culture} out-gridview This example shows the correct format for sending data collected from remote computers to the Out-GridView cmdlet.
Sie können die Variable mit einem Cmdlet wie"Invoke-Command" verwenden, wie im folgenden Beispiel dargestellt: C: \PS> invoke-command -scriptblock $a -args"Anderer Wert" Anderer Wert zugewiesen.
You can use the variable with a cmdlet such as Invoke-Command, as shown in the following example: C:\PS> invoke-command-scriptblock$a-args"Other value" Other value assigned.
C: \PS> invoke-command -computername Server01 -scriptblock{get-executionpolicy} set-executionpolicy -force Beschreibung In diesem Befehl wird die Ausführungsrichtlinie von einem Remotecomputer abgerufen und auf den lokalen Computer angewendet.
C:\PS> invoke-command-computername Server01-scriptblock{get-executionpolicy} set-executionpolicy-force This command gets the execution policy from a remote computer and applies that execution policy to the local computer.
C: \PS> $s new-pssession -computername server02 -credential domain01\user01 C: \PS> invoke-command -session $s -scriptblock{get-culture} Beschreibung In diesem Beispiel wird der gleiche Befehl"Get-Culture" in einer Sitzung(einer dauerhaften Verbindung) auf dem Remotecomputer"Server02" ausgeführt.
C:\PS>$s new-pssession-computername server02-credential domain01\user01 C:\PS> invoke-command-session$s-scriptblock{get-culture} This example runs the same"Get-Culture" command in a session(a persistent connection) on the Server02 remote computer.
Der vierte Befehl verwendet Invoke-Command, um einen Receive-Job-Befehl in jeder der PSSessions in $s auszuführen und die Ergebnisse in der Variablen"$results" zu speichern.
The fourth command uses Invoke-Command to run a Receive-Job command in each of the PSSessions in$s and save the results in the$results variable.
Da der Auftrag mit dem AsJob-Parameter von Invoke-Command gestartet wurde, befindet sich das Auftragsobjekt auf dem lokalen Computer, obwohl der Auftrag auf dem Remotecomputer ausgeführt wird.
Because the job was started by using the AsJob parameter of Invoke-Command, the job object is located on the local computer, even though the job runs on the remote computer.
S new-pssession -computername S1, S2, S3 invoke-command -session $s -scriptblock{get-culture} Um die Liste der Computer für den lokalen Computer einzuschließen, geben Sie den Namen des lokalen Computers und anschließend einen Punkt.
S new-pssession-computername S1, S2, S3 invoke-command-session$s -scriptblock{get-culture} To include the local computer list of computers, type the name of the local computer, type a dot.
Wenn der Befehl"Get-PfxCertificate" mit dem Cmdlet"Invoke-Command" remote ausgeführt wird und die PFX-Zertifikatsdatei nicht kennwortgeschützt ist, muss der Wert des Authentication-Parameters von Invoke-Command gleich"CredSSP" sein.
When using the Invoke-Command cmdlet to run a Get-PfxCertificate command remotely, and the. pfx certificate file is not password protected, the value of the Authentication parameter of Invoke-Command must be"CredSSP.
Wenn Sie den ComputerName-Parameter des Cmdlets"Invoke-Command" oder des Cmdlets"Enter-PSSession" verwenden, erstellt Windows PowerShell eine temporäre Sitzung, um den Befehl auszuführen und schließt die Sitzung, sobald der Befehl oder die interaktive Sitzung vollständig ist.
If you use the ComputerName parameter of the Invoke-Command or Enter-PSSession cmdlets, Windows PowerShell establishes a temporary session to run the command and then closes the session as soon as the command or the interactive session is complete.
Results: 26, Time: 0.027

Top dictionary queries

German - English