From 4886c8cc2a0762bdb1ca55d44284e2c090031bfe Mon Sep 17 00:00:00 2001 From: Howard Enos Date: Fri, 17 Apr 2026 14:34:58 -0700 Subject: [PATCH] sync: auto-sync from ACG-TECH03L at 2026-04-17 14:34:56 Author: Howard Enos Machine: ACG-TECH03L Timestamp: 2026-04-17 14:34:56 --- projects/msp-tools/msp-audit-scripts/workstation_audit.ps1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"