Skip to content

Commit df2d309

Browse files
authored
Merge pull request #6711 from Brenduns/quick-fix
Minor change
2 parents 6a4989a + 0a8b749 commit df2d309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/intune/protect/compliance-use-custom-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: brenduns
88
ms.author: brenduns
99
manager: dougeby
10-
ms.date: 12/01/2021
10+
ms.date: 02/04/2022
1111
ms.topic: conceptual
1212
ms.service: microsoft-intune
1313
ms.subservice: protect
@@ -115,7 +115,7 @@ Check the device compliance reports for the following error codes and insight in
115115
- 65009: Invalid json for the discovered setting
116116
- 65010: Invalid datatype for the discovered setting
117117

118-
To see errors related to the PowerShell script, add the following line to the end of the PowerShell script file: `return $hash | ConvertTo-Json -Compress`
118+
To see errors related to the PowerShell script, ensure the following line is at the end of the PowerShell script file: `return $hash | ConvertTo-Json -Compress`
119119

120120
### PowerShell scripts aren’t visible to select, or remain visible after being deleted
121121

0 commit comments

Comments
 (0)