Created
April 23, 2020 11:43
-
-
Save levi-turner/795b328629dcc7b6e5bc00ad0d4afcae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1..1000 | ForEach-Object { | |
Set-Location C:\Temp | |
$results = .\CacheInitializer.exe --server https://server.company.com --appname "SomeAppName" --proxy VirtualProxy --objects | |
if ($results.Length -ne 16) { | |
Write-Host "Failure"} | |
Write-Host $_ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment