Created
November 25, 2015 20:26
-
-
Save PCfromDC/42bc3c53edbf1367609b to your computer and use it in GitHub Desktop.
04- sp2016 Continue Install Prerequisite Files
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
$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