Examples with "or Invoke-Command command" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Use the variable that contains the option object as the value of the SessionOption parameter of a New-PSSession, Enter-PSSession, or Invoke-Command command.
Utilisez la variable qui contient l'objet d'option comme valeur du paramètre SessionOption d'une commande New-PSSession, Enter-PSSession ou Invoke-Command.
Andere resultaten
With a single Invoke-Command command, you can run commands on multiple computers.
When you run an Invoke-Command command, Windows PowerShell runs the commands on all of the specified computers or in all of the specified PSSessions.
Lorsque vous exécutez une commande Invoke-Command, Windows PowerShell exécute les commandes sur tous les ordinateurs spécifiés ou dans toutes les sessions PSSession spécifiées.
To import commands from a profile, use an Invoke-Command command to run the profile in the PSSession manually before importing commands.
Pour importer des commandes à partir d'un profil, utilisez une commande Invoke-Command pour exécuter le profil manuellement dans la session PSSession avant d'importer les commandes.
Because the Invoke-Command command uses the AsJob parameter, the commands run on the remote computers, but the job actually resides on the local computer and the results are transmitted to the local computer.
Étant donné que la commande Invoke-Command utilise le paramètre AsJob, les commandes sont exécutées sur les ordinateurs distants, mais la tâche réside réellement sur l'ordinateur local et les résultats sont transmis à l'ordinateur local.
If you use the ComputerName parameter of Invoke-Command to establish a temporary connection, the Invoke-Command command is considered to be complete when the job object is returned.
Si vous utilisez le paramètre ComputerName de l'applet de commande Invoke-Command pour établir une connexion temporaire, la commande Invoke-Command est considérée comme terminée lorsque l'objet de traitement est retourné.
Because the job was started by using Invoke-Command to run a Start-Job command remotely, the job object is stored on the remote computer, and you must use another Invoke-Command command to run a Stop-Job command remotely.
Parce que la tâche a été démarrée en utilisant Invoke-Command pour exécuter une commande Start-Job à distance, l'objet de traitement est stocké sur l'ordinateur distant, et vous devez utiliser une autre commande Invoke-Command pour exécuter une commande Stop-Job à distance.
Errors that result from the command that Invoke-Command runs are included in the command results.
You might see error messages from Invoke-Command, Get-Command, Get-FormatData, and Export-FormatData when you run an Export-PSSession command.
Vous pouvez voir les messages d'erreur de Invoke-Command, Get-Command, Get-FormatData et Export-FormatData lorsque vous exécutez une Vous pouvez consulter la barre de progression pendant que la commande s'exécute.
Establish a Persistent Connection To run a series of related commands that share data, create a session on the remote computer and then use the Invoke-Command cmdlet to run commands in the session that you create.
Pour exécuter une série de commandes connexes qui partagent des données, créez une session sur l'ordinateur distant, puis utilisez l'applet de commande Invoke-Command pour exécuter les commandes dans la session que vous venez de créer.
Or, you can create a persistent connection to a remote computer (a session) and then use the Session parameter of Invoke-Command to run the command in the session.
Vous pouvez également créer une connexion permanente à un ordinateur distant (session), puis utiliser le paramètre Session de l'applet de commande Invoke-Command pour exécuter la commande dans la session.
To run a series of related commands that share data, create a PSSession (a persistent connection) on the remote computer, and then use the Session parameter of Invoke-Command to run the command in the PSSession.
Pour exécuter une série de commandes connexes qui partagent des données, créez une session PSSession (une connexion permanente) sur l'ordinateur distant, puis utilisez le paramètre Session de Invoke-Command pour exécuter la commande dans la session PSSession.
STEP 1: INVOKE-COMMAND -ASJOB The following command uses the AsJob parameter of Invoke-Command to start a background job on the Server01 computer.
ÉTAPE 1 : INVOKE-COMMAND -ASJOB La commande suivante utilise le paramètre AsJob de l'applet de commande Invoke-Command pour démarrer une tâche en arrière-plan sur l'ordinateur Server01.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.