Closed HotCakeX closed 4 months ago
The confirm-systemcompliance still has a few issues where on freshly opened admin powershell, it will show a total item count of 266. And on subsequent runs, the item count would increase to 293, then 320, then 347 and so on. I dont have screenshots or screen recording as I did a fresh install of the system and still in the process of setting it up.
Also, there still mixed cases displayed for true and false values.
The confirm-systemcompliance still has a few issues where on freshly opened admin powershell, it will show a total item count of 266. And on subsequent runs, the item count would increase to 293, then 320, then 347 and so on. I dont have screenshots or screen recording as I did a fresh install of the system and still in the process of setting it up.
Also, there still mixed cases displayed for true and false values.
I fixed that issue about displayed numbers in this PR, what are the mixed results you're seeing?
@agpt8 I can explain any of the results but in general the Compliant column/property means whether the setting is compliant with the logic implemented in the module or not. The Value column/property indicates the current value of the setting. The value can be anything as long as it is compliant. It's normal if the Compliant property shows true but the Value shows 0, false or none.
By mixed cases I meant the true and false values are shown in a mix of 'true' , 'True', 'false' and 'False'.
Minor issue but since it was addressed in the last PR, it didn't fix the issue entirely. The mixed cases were less common but they were there.
By mixed cases I meant the true and false values are shown in a mix of 'true' , 'True', 'false' and 'False'.
Minor issue but since it was addressed in the last PR, it didn't fix the issue entirely. The mixed cases were less common but they were there.
Oh i see now, the first letter for all of them should be upper case, will take care of it in the next update!
What's New
Provided Intune policy files for the remaining categories.
Fixed compliance checking total displayed number. It would show an increased total number after the first run in the same session.
Updated the BitLocker wiki page with additional info regarding key protector setup using Intune and Group Policy.