Remove self-call from new functions

This commit is contained in:
Jon Ormond 2017-06-25 16:12:37 -07:00
Родитель 32c9df3bcb
Коммит dd2922a409
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -345,4 +345,4 @@
} # End Function
Get-LinkPerformance -RemoteHost 127.0.0.1 -TestSeconds 10 -DetailedOutput -Verbose
# Get-LinkPerformance -RemoteHost 127.0.0.1 -TestSeconds 10 -DetailedOutput -Verbose

Просмотреть файл

@ -150,5 +150,3 @@
Else {Invoke-Expression -Command ($ToolPath + "Set-iPerfFirewallRules.ps1")}
} # End Function
Install-LinkPerformance -Force