This PowerShell script detects the presence of Autodesk DWG TrueView 2026 software on the system and returns version information. Designed for enterprise deployment and software inventory management in MSP environments.
SearchPath The path pattern where DWG TrueView 2026 executable should be located. Default: "C:\Program Files\Autodesk\DWG TrueView 2026*\dwgviewr.exe"
.OUTPUTS System.String Returns detection status and version information, or error messages.
PS> .\Detect-DWGTrueView2026.ps1Autodesk DWG TrueView 2026 found - Version: 24.1.51.0PS> .\Detect-DWGTrueView2026.ps1Autodesk DWG TrueView 2026 not foundFile Name : Detect-DWGTrueView2026.ps1 Author : ctrlaltnod.com Prerequisite : PowerShell 3.0 or higher Creation Date : September 16, 2025 Purpose/Change : Software detection for MSP deployment workflows
This script fixes the Windows CIS Benchmark check 17.5.2: "Ensure 'Audit Group Membership' is set to include 'Success'."
This script fixes the Windows CIS Benchmark check 18.10.62.1: "Ensure 'Turn off KMS Client Online AVS Validation' is set to 'Enabled'."
This script fixes the Windows CIS Benchmark check 18.10.17.2: "Ensure 'Enable App Installer Experimental Features' is set to 'Disabled'."
This script fixes the Windows CIS Benchmark check 5.28: "Ensure 'SNMP Service (SNMP)' is set to 'Disabled' or 'Not Installed'."
This script fixes the Windows CIS Benchmark check 17.3.1: "Ensure 'Audit PNP Activity' is set to include 'Success'."
This script fixes the vulnerability CVE-2025-9187 affecting Mozilla Firefox (x64 en-US) version 141.0.3 on Windows
This script fixes the vulnerability CVE-2025-55188 affecting 7-Zip 24.09 (x64) version 24.09 on Windows
This script fixes the Windows CIS Benchmark check 17.7.5: "Ensure 'Audit Other Policy Change Events' is set to include 'Failure'."
Exports MDM diagnostics information on an Intune joined computer. If running from Syncro, also uploads the report to the asset in Syncro.