powerJobs Processor v26
v26.0.1
29-04-2025
Features
Added support for PowerShell 7, enabling cmdlets and custom applications to seamlessly run in both Windows PowerShell and PowerShell Core
General
Added support for Vault, Inventor and DWG TrueView 2026
Updated powerVault to version: 26.0.1
Removed DEPRECATED support for Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.ChangeOrder properties on the automatic $changeOrder variable, which was replaced in v22.0 with the PowerShell-optimized powerVault object.
Possible Breaking Changes with Vault Job Processor 2026
Generally, no breaking changes are expected when upgrading from previous versions.
However, in rare cases, custom jobs may not work with Vault Job Processor 2026!
In such cases, you’ll need to modify these job scripts and modules to ensure compatibility with PowerShell 7.
For more details, Microsoft provides information on missing cmdlets and other potential differences between Windows PowerShell and PowerShell 7.4.
In addition, jobs using custom-built applications may not work correctly in .NET 8 environments due to potential assembly loading issues.
To avoid such problems, it’s recommended to rebuild your projects targeting .NET Standard 2.0 or .NET 8, ensuring that all package references are correctly resolved for the new runtime.