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.
Invoke-Command pour exécuter
The fifth command uses Invoke-Command to run a Get-Job command on the S2 computer.
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.
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.
The AsJob parameter is similar to using Invoke-Command to run a Start-Job command remotely.
L'utilisation du paramètre AsJob revient à utiliser Invoke-Command pour exécuter une commande Start-Job à distance.
The first two commands use the ComputerName parameter of Invoke-Command to run commands on the Server02 remote computer.
Les deux premières commandes utilisent le paramètre ComputerName d'Invoke-Command pour exécuter des commandes sur l'ordinateur distant Server02.
When using Invoke-Command to run a Start-Job command, you must run the command in a PSSession.
Lorsque vous utilisez Invoke-Command pour exécuter une commande Start-Job, vous devez exécuter la commande dans une session PSSession.
On Windows Vista, and later versions of Windows, to use the ComputerName parameter of Invoke-Command to run a command on the local computer, you must open Windows PowerShell with the "Run as administrator" option.
Sous Windows Vista et les versions ultérieures de Windows, pour utiliser le paramètre ComputerName de Invoke-Command pour exécuter une commande sur l'ordinateur local, vous devez ouvrir Windows PowerShell avec l'option Exécuter en tant qu'administrateur.
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.
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.