This commit is contained in:
Alex Berry 2020-03-04 19:47:34 +00:00
parent b9d529161c
commit 435d04cd6c

View File

@ -1,4 +1,4 @@
# Default params, if $Cores must be set to 0 to automatically detect core count. # Default params, $Cores must be set to 0 to automatically detect core count.
Param( Param(
[Int]$Cores = 0 [Int]$Cores = 0
) )