scriptblock parameter
Ajouter à une liste
Traduction de "scriptblock parameter" en allemand
Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
The ScriptBlock parameter specifies a script block that contains the command.
Use the ScriptBlock parameter to specify the command.
When the entire command is saved in a local variable, you can specify the variable as the value of the ScriptBlock parameter .
Wenn der gesamte Befehl in einer lokalen Variablen gespeichert wird, können Sie die Variable als Wert des ScriptBlock-Parameters angeben.
In the value of the ScriptBlock parameter , use the $input automatic variable to represent the input objects.
Verwenden Sie die automatische Variable $input im Wert des ScriptBlock-Parameters , um die Eingabeobjekte darzustellen.
This procedure is equivalent to using the ScriptBlock parameter to submit the contents of the script.
The command uses the ScriptBlock parameter to specify the command that runs in the background job.
Der Befehl, der im Hintergrundauftrag ausgeführt wird, wird mit dem ScriptBlock-Parameter angegeben.
Otherwise, it returns the output of the invoked command (the value of the ScriptBlock parameter ).
The command uses the ScriptBlock parameter to specify the command and the JobName parameter to specify a friendly name for the job.
Im Befehl wird mit dem ScriptBlock-Parameter der Befehl angegeben, und mit dem JobName-Parameter wird ein Anzeigename für den Auftrag angegeben.
When using InputObject, use the $input automatic variable in the value of the ScriptBlock parameter to represent the input objects.
Bei Verwendung von InputObject verwenden Sie die automatische Variable"$input" im Wert des ScriptBlock-Parameters , um die Eingabeobjekte darzustellen.
For example, the Invoke-Command cmdlet has a ScriptBlock parameter that takes a script block value, as shown in this example
Das Cmdlet Invoke-Command verfügt z. B. über einen ScriptBlock-Parameter , der einen Skriptblockwert annimmt, wie in diesem Beispiel veranschaulicht
The command is enclosed in braces, and it is set as the value of the ScriptBlock parameter of Use-Transaction.
Der Befehl wird in geschweifte Klammern eingeschlossen und als Wert des ScriptBlock-Parameters von Use-Transaction festgelegt.
It uses the ScriptBlock parameter to specify the command to be run on the remote computer.
The ScriptBlock parameter specifies a script block that contains the command.