Output was Wrong

it should be 0 if the device is not yet onboarded. Made the correction.

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/5708
This commit is contained in:
ImranHabib 2020-01-01 23:33:02 +05:00 committed by GitHub
parent 1adf161072
commit c830345abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ $ mdatp --health healthy
The above command prints "1" if the product is onboarded and functioning as expected.
If the product is not healthy, the exit code (which can be checked through `echo $?`) indicates the problem:
- 1 if the device is not yet onboarded
- 0 if the device is not yet onboarded
- 3 if the connection to the daemon cannot be established—for example, if the daemon is not running
## Logging installation issues