Vertaling van "Get-Job" 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.
To determine whether the job is complete, use a Get-Job command.
Pour déterminer si la tâche est terminée, utilisez une commande Get-Job.
The sample output shows the results of the Get-Job commands.
L'exemple de sortie présente les résultats des commandes Get-Job.
Without parameters, a "Get-Job" command gets all jobs in the current session.
Sans paramètres, une commande « Get-Job » obtient toutes les tâches de la session active.
The following command uses the Get-Job object to get all of the background jobs in the current session.
La commande suivante utilise l'objet Get-Job pour obtenir toutes les tâches en arrière-plan de la session active.
You can save the job object in a variable, or you can use a Get-Job command to get the job.
Vous pouvez enregistrer l'objet de traitement dans une variable ou utiliser une commande Get-Job pour obtenir la tâche.
You can also get objects representing the jobs that were started on the local computer by using the Get-Job cmdlet.
Vous pouvez également obtenir des objets représentant les tâches démarrées sur l'ordinateur local à l'aide de l'applet de commande Get-Job.
Get-Job Gets the background jobs that were started in the current session.
Get-Job Obtient les tâches en arrière-plan démarrées dans la session active.
To see the parent and child jobs in a job, use the Get-Job cmdlet to get the parent job, and then pipe the job to a Format-List command that displays the Name and ChildJobs properties of the objects, as shown in the following command.
Pour afficher les tâches parent et enfants d'une tâche, utilisez l'applet de commande Get-Job pour obtenir la tâche parent, puis redirigez la tâche vers une commande Format-List affichant les propriétés Name et ChildJobs des objets, comme indiqué dans la commande suivante.
GETTING JOB OBJECTS To get object that represent the background jobs that were started in the current session, use the Get-Job cmdlet.
OBTENTION D'OBJETS DE TRAITEMENT Pour obtenir les objets représentant les tâches en arrière-plan démarrées dans la session active, utilisez l'applet de commande Get-Job.
STEP 2: INVOKE-COMMAND GET-JOB To manage a remote background job, use the Job cmdlets.
ÉTAPE 2 : INVOKE-COMMAND GET-JOB Pour gérer une tâche en arrière-plan distante, utilisez les applets de commande Job.
STEP 3: GET-JOB To find out if the job is complete, display the value of the $job variable, or use the Get-Job cmdlet to get the job.
ÉTAPE 3 : GET-JOB Pour déterminer si la tâche est terminée, affichez la valeur de la variable $job ou utilisez l'applet de commande Get-Job pour obtenir la tâche.