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. |
+
+
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. |