Skip to content

Instantly share code, notes, and snippets.

@levi-turner
Created April 23, 2020 11:43
Show Gist options
  • Save levi-turner/795b328629dcc7b6e5bc00ad0d4afcae to your computer and use it in GitHub Desktop.
Save levi-turner/795b328629dcc7b6e5bc00ad0d4afcae to your computer and use it in GitHub Desktop.
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