Added logging to UpgradeToPS3.ps1

UpgradeToPS3.ps1 failed when tested with Ansible. Added logging output
to file C:\powershell\install.log.
This commit is contained in:
Don Schenck 2014-06-19 10:13:57 -05:00 committed by Matt Martz
parent 243cd877ae
commit 7631c005ca
2 changed files with 77 additions and 1 deletions

View file

@ -68,4 +68,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
."$powershellpath\$filename" /quiet
."$powershellpath\$filename" /quiet /log "C:\powershell\install.log"