Skip to content

Commit

Permalink
replace alias
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsoccer committed Feb 23, 2023
1 parent a180c25 commit 0044587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Add-VerkadaAccessUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function Add-VerkadaAccessUser

if ($threads){
do {
$job = (Get-Job -State Running | measure).Count
$job = (Get-Job -State Running | Measure-Object).Count
} until ($job -le $threads)

Start-Job -Name $email -InitializationScript {Import-Module verkadaModule.psm1} -ScriptBlock {
Expand Down

0 comments on commit 0044587

Please sign in to comment.