diff --git a/projects/msp-tools/msp-audit-scripts/workstation_audit.ps1 b/projects/msp-tools/msp-audit-scripts/workstation_audit.ps1 index 1bfa404..e02d5a4 100644 --- a/projects/msp-tools/msp-audit-scripts/workstation_audit.ps1 +++ b/projects/msp-tools/msp-audit-scripts/workstation_audit.ps1 @@ -1,18 +1,21 @@ # ============================================================ # UNIVERSAL WORKSTATION AUDIT SCRIPT # -# Script Version : 2.0.0 +# Script Version : 2.0.2 # Schema Version : 2.0 (output JSON shape; bump on breaking changes) # Build Date : 2026-04-17 # Sections : 49 (originals 1-33; security/diag additions 34-49) # Compatibility : Windows 10 21H2 -> Windows 11 25H2 (admin required) # # Outputs : C:\Temp\_workstation_audit_.json -# (UTF-8, ConvertTo-Json depth 10) +# (UTF-8, ConvertTo-Json depth 8, .NET WriteAllText) # # Each top-level JSON key is one of: _metadata, _errors, then one # property per section in execution order. Section names are stable; # never rename without bumping Schema Version. +# +# Authoritative version is $ScriptVersion below; this comment is +# documentation only. CI/runtime reads $ScriptVersion + $ScriptSchemaVersion. # ============================================================ $ScriptVersion = "2.0.2"