Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PCfromDC/42bc3c53edbf1367609b to your computer and use it in GitHub Desktop.
Save PCfromDC/42bc3c53edbf1367609b to your computer and use it in GitHub Desktop.
04- sp2016 Continue Install Prerequisite Files
$destPath = "C:\tempDownloads"
$sp2016preReqPath = Get-Content "$destPath\sp2016preReqPath.txt"
Start-Process "$sp2016preReqPath\PrerequisiteInstaller.exe" -ArgumentList ("/continue /unattended") -Wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment