Skip to content

Add VHDX encryption-at-rest audit (BitLocker) - #45

Merged
TheAbider merged 1 commit into
masterfrom
feature/v1.109.0-vhdx-encryption-audit
May 29, 2026
Merged

Add VHDX encryption-at-rest audit (BitLocker)#45
TheAbider merged 1 commit into
masterfrom
feature/v1.109.0-vhdx-encryption-audit

Conversation

@TheAbider

Copy link
Copy Markdown
Owner

Summary

New read-only check in BitLocker Management ([7] VHDX Encryption-at-Rest Audit) and via the VHDXEncryptionAudit CLI action: report whether each Hyper-V VM's virtual disk (VHD/VHDX) sits on a BitLocker-protected volume — confirm VM storage is encrypted at rest.

  • Enumerates the virtual disks attached to the host's VMs, resolves the volume each lives on, reports encrypted / unencrypted / unknown per disk + a summary.
  • Volumes BitLocker can't enumerate (CSV / UNC / remote) are reported as unknown, not guessed.
  • -Action VHDXEncryptionAudit -OutputFormat JSON for fleet auditing. Makes no changes.

Notes

  • Addition to 31-BitLocker (no new module). CLI actions 191 → 192; README / 34-Help / dist counts updated in lockstep (enforced by the Section 174 doc-freshness guard).
  • 5032 / 5032 tests pass, PSScriptAnalyzer clean.
  • First of the v1.109–v1.119 roadmap train.

New read-only check in BitLocker Management ([7] VHDX Encryption-at-Rest
Audit) and via the VHDXEncryptionAudit CLI action: report whether each
Hyper-V VM's virtual disk (VHD/VHDX) sits on a BitLocker-protected volume.

Enumerates the virtual disks attached to the host's VMs, resolves the volume
each lives on, and reports encrypted / unencrypted / unknown per disk plus a
summary. Volumes BitLocker can't enumerate (CSV / UNC / remote) are reported
as "unknown", not guessed. JSON-aware for fleet auditing. Makes no changes.

Addition to 31-BitLocker (no new module). CLI actions 191 -> 192; README /
Help / dist counts updated in lockstep (doc-freshness guard). 5032 tests,
0 failures; PSScriptAnalyzer clean.
@TheAbider
TheAbider merged commit 52b2927 into master May 29, 2026
6 checks passed
@TheAbider
TheAbider deleted the feature/v1.109.0-vhdx-encryption-audit branch May 29, 2026 22:23
@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant