Skip to content

Commit 1d70f1e

Browse files
authored
Merge pull request #9410 from YongRhee-MSFT/patch-1
Update intune-devices-windowsdefenderproductstatus.md
2 parents 204d292 + 2f04087 commit 1d70f1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

api-reference/v1.0/resources/intune-devices-windowsdefenderproductstatus.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ Product Status of Windows Defender
4444
|platformAboutToBeOutdated|4194304|Platform is about to be outdated|
4545
|signatureOrPlatformEndOfLifeIsPastOrIsImpending|8388608|Signature or platform end of life is past or is impending|
4646
|windowsSModeSignaturesInUseOnNonWin10SInstall|16777216|Windows SMode signatures still in use on non-Win10S install|
47+
48+
The "ProductStatus" is a bit-mask flag value. Thus, the values can represent one or multiple product states from the list above.
49+
50+
Examples of multiple product states:\
51+
524800 = 524288 (noStatusFlagsSet) + 512 (systemInitiatedScanInProgress) = 0x000**8**0**2**00\
52+
524544 = 524288 (noStatusFlagsSet) + 256 (noFullScanHappenedForSpecifiedPeriod) = 0x000**8**0**1**00\
53+
524416 = 524288 (noStatusFlagsSet) + 128 (noQuickScanHappenedForSpecifiedPeriod) = 0x000**8**00**8**0

0 commit comments

Comments
 (0)