Add readable encryption type reporting#80
Conversation
|
Claude finished @PrzemyslawKlys's task —— View job Code Review Complete ✅I've reviewed PR #80 which adds readable encryption type reporting functionality. Here's my comprehensive feedback: Todo List:
Code Quality Assessment✅ Strengths
🚨 Issues Found
|
* Updated `ModuleVersion` to `1.0.3` in `ADEssentials.psd1`. * Refactored `Build-Module.ps1` for improved clarity and organization. * Ensured compatibility with required modules and updated documentation paths.
…ation * Fixed the typo from `[PSCUstomObject]` to `[PSCustomObject]` to ensure proper object creation.
Summary
Why
Invoke-ADEssentials only decoded supported encryption types for ServiceAccounts, while Users and Computers did not request or display the attribute. The existing dependency helper also did not include the AES session-key flag, and 0/not-set values needed to be shown as KDC/domain-default fallback rather than as explicit no-encryption evidence.
Validation