Skip to content

A PowerShell module that allows you to start multiple jobs in groups and manage them as a part of the same group.

Notifications You must be signed in to change notification settings

AppDSConsult/powershellJobManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

powershellJobManager

Usage

Start-Parallel -JobGroup "NAME" -numerOfJobs 10 -JobRef "RefName" -ArgumentList @($argument1, $argument 2) -ScriptBlock $ScriptBlock

$ScriptBlock should define the code to execute by each job.

About

A PowerShell module that allows you to start multiple jobs in groups and manage them as a part of the same group.

Resources

Stars

Watchers

Forks