Skip to content

Commit 5cf98c9

Browse files
authored
Update Check-AgentFailover.ps1
1 parent a62addc commit 5cf98c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Powershell/Agents Failover/Check-AgentFailover.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ForEach ($agent in $agents)
2525
{
2626
$i++
2727
$i = $i
28-
Write-Progress -Activity 'Running' -Status 'Script is executing' -PercentComplete $($i/$agents.count * 100)
28+
2929
Write-Output "($i / $($agents.count)) $($agent.DisplayName)"
3030
$output = [pscustomobject]@{ }
3131
$output | Add-Member -MemberType NoteProperty -Name 'Server Agent' -Value $agent.DisplayName -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)