From ebb574a2c4a73dcd5d98d57b7d29bf8daa3850bd Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Tue, 28 Feb 2017 12:45:22 -0800 Subject: [PATCH] table width --- .../deploy/upgrade-readiness-deployment-script.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/windows/deploy/upgrade-readiness-deployment-script.md b/windows/deploy/upgrade-readiness-deployment-script.md index d4a398d044..da8eedc560 100644 --- a/windows/deploy/upgrade-readiness-deployment-script.md +++ b/windows/deploy/upgrade-readiness-deployment-script.md @@ -61,6 +61,15 @@ To run the Upgrade Readiness deployment script: The deployment script displays the following exit codes to let you know if it was successful, or if an error was encountered. +This is a test of markdown tables. + +| Exit code | Meaning | Suggested fix | +|----|-------------|--------------------| +| 0 | Success | N/A | +| 1 | Unexpected error occurred while executing the script. | The files in the deployment script are likely corrupted. Download the [latest script](https://go.microsoft.com/fwlink/?LinkID=822966&clcid=0x409) from the download center and try again. | +| 2 | Error when logging to console. $logMode = 0.
(console only) | Try changing the $logMode value to **1** and try again.
$logMode value 1 logs to both console and file. | + +
@@ -74,12 +83,12 @@ The deployment script displays the following exit codes to let you know if it wa
N/A
1 -Unexpected error occurred while executing the script +Unexpected error occurred while executing the script. The files in the deployment script are likely corrupted. Download the [latest script](https://go.microsoft.com/fwlink/?LinkID=822966&clcid=0x409) from the download center and try again.
2 Error when logging to console. $logMode = 0.
(console only) -
Try changing the $logMode value to **1** and try again.
$logMode value 1 logs to both console and file. +
Try changing the $logMode value to **1** and try again.
$logMode value 1 logs to both console and file.
3 Error when logging to console and file. $logMode = 1.