2020/01/05 #ジョブに関するコマンド

皆様おはようございます、

#猫でもできるPowerShell(備忘録)

#ジョブに関するコマンド

PS> Get-Command *job

CommandType Name

Version Source

----------- ----

------- ------

Function Get-PrintJob 1.1

PrintManagement

Function Get-StorageJob

2.0.0.0 Storage

Function Remove-PrintJob 1.1

PrintManagement

Function Restart-PrintJob 1.1

PrintManagement

Function Resume-PrintJob 1.1

PrintManagement

Function Stop-StorageJob

2.0.0.0 Storage

Function Suspend-PrintJob 1.1

PrintManagement

Cmdlet Debug-Job

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Disable-ScheduledJob

1.1.0.0 PSScheduledJob

Cmdlet Enable-ScheduledJob

1.1.0.0 PSScheduledJob

Cmdlet Get-Job

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Get-ScheduledJob

1.1.0.0 PSScheduledJob

Cmdlet Receive-Job

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Register-ScheduledJob

1.1.0.0 PSScheduledJob

Cmdlet Remove-Job

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Resume-Job

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Set-ScheduledJob

1.1.0.0 PSScheduledJob

Cmdlet Start-Job

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Stop-Job

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Suspend-Job

3.0.0.0 Microsoft.PowerShell.Core

Cmdlet Unregister-ScheduledJob

1.1.0.0 PSScheduledJob

Cmdlet Wait-Job

3.0.0.0 Microsoft.PowerShell.Core

途中に jobを含むコマンドを入れるともっと増えますね

明日は仕事始めです

ではまた;