Vertaling van "Stop-Job" in Duits
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.
As such, you can use a local Stop-Job command to stop the job.
You can use the name to identify the job to other job cmdlets, such as Stop-Job.
Anhand des Namens können Sie den Auftrag gegenüber anderen Job-Cmdlets wie Stop-Job identifizieren.
Before deleting a running job, use the Stop-Job cmdlet to stop the job.
You can use this cmdlet to stop all jobs or stop selected jobs based on their name, ID, instance ID, or state, or by passing a job object to Stop-Job.
Sie können dieses Cmdlet verwenden, um alle Aufträge oder ausgewählte Aufträge anhand von Name, ID, Instanz-ID, Befehl oder Status oder durch das Übergeben eines Auftragsobjekts an Stop-Job zu beenden.
The command uses the PassThru parameter to direct Stop-Job to return a job object.
Im Befehl wird Stop-Job mit dem PassThru-Parameter angewiesen, ein Auftragsobjekt zurückzugeben.
The second command uses a Stop-Job command with the InstanceID parameter to stop a selected job.
When you use the PassThru parameter, Stop-Job returns a job object.
Wenn Sie den PassThru-Parameter verwenden, wird von Stop-Job ein Auftragsobjekt zurückgegeben.
Stop-Job Stops a background job.
Stop-Job Beendet einen Hintergrundauftrag.
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.
Da der Auftrag mit Invoke-Command gestartet wurde, um einen Start-Job-Befehl remote auszuführen, wird das Auftragsobjekt auf dem Remotecomputer gespeichert, und der Befehl Stop-Job muss remote mit einem anderen Invoke-Command-Befehl ausgeführt werden.
The Stop-Job cmdlet stops Windows PowerShell background jobs that are in progress.
Mit dem Cmdlet Stop-Job werden Windows PowerShell-Hintergrundaufträge beendet, die gerade ausgeführt werden.
The Stop-Job cmdlet stops Windows PowerShell background jobs that are in progress.
Mit dem Cmdlet "Stop-Job" werden Windows PowerShell-Hintergrundaufträge beendet, die gerade ausgeführt werden.
It uses the Invoke-Command cmdlet to run a Stop-Job command in the PSSession on Server01.
Dabei wird mit dem Cmdlet "Invoke-Command" ein Stop-Job-Befehl in der PSSession auf "Server01" ausgeführt.
C:\PS>stop-job -id 1, 3, 4 This command stops three jobs.
C:\PS>stop-job -id 1, 3, 4 Beschreibung - Mit diesem Befehl werden drei Aufträge beendet.