Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ATLPhenx/fbb8f636c507f4500d4da0aeda9452e5 to your computer and use it in GitHub Desktop.
Save ATLPhenx/fbb8f636c507f4500d4da0aeda9452e5 to your computer and use it in GitHub Desktop.
foreach ($file in $FileList)
{
$newFileURI = $TestDir + $file + $TestDirExtension
$makeNewFile = Invoke-RestMethod $newFileURI -Method POST -Body $jsonobject -ContentType application/json
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment