powerEvents v27

v27.0.6

14-08-2026

Features

  • New cmdlet: Register-InventorEvent to register actions that are executed when specific Inventor events occur.

Fixed

  • Issue where Add-Type could fail to compile C# code in customization scripts for Vault 2026 and 2027 when VDS is not installed (Could not find a part of the path 'C:\Program Files\Autodesk\Vault Client ...\Explorer\ref')

  • Assembly loading conflicts when importing cross-platform modules such as Microsoft Graph and Azure in Vault 2026 and 2027 scripts (Import-Module: Could not load file or assembly 'Azure.Core,... or similar)

General

  • Third-party dependencies of our Vault webservice extension are now installed in dedicated subfolders instead of directly in the Vault extensions directory.
    This prevents Vault from mistakenly resolving them for Vault add-ins from other software vendors.

  • Standard scripts for powerJobs Client no longer leave unclear PowerShell errors behind when no settings for submitting jobs have been configured, and show again a clear permission warning when Vault options cannot be read.

v27.0.5

16-06-2026

Fixed

  • Compatibility issues in add-ins from other software vendors caused by powerEvents Vault extension that interfered with their assembly resolution by loading DLLs from the Vault Client installation directory without version checks, which led to potential conflicts with Microsoft.*, System.*, and DevExpress.* assemblies

General

  • Add-InventorMenuItem: the $inventor application object is now created and available globally throughout the entire customization script

  • Updated Licensing to version: 18.4.14

  • Updated shared third-party PostSharp Diagnostics libraries to version 2026.0.9 to ensure compatibility with other products

  • Updated internally used installer framework

v27.0.4

21-04-2026

Features

  • Added new parameters Add-InventorMenuItem cmdlet for:

    • Setting icons for added menu items

    • Setting the tab name the menu item is added to

    • Setting the panel name the menu item is added to

  • Added new parameter for setting icons to menu items created by the Add-VaultMenuItem cmdlet.

Fixed

  • Issue with Add-InventorMenuItem where the icon of the added menu item in Inventor was not displayed correctly in Dark Mode.

General

  • Added support for Vault and Inventor 2027

  • Updated Licensing to version: 18.4.11.

  • Replaced ProductName with CompanyName in the title of the Error Messagebox and message of Add-VaultRestriction

  • Internal refactoring of the setup and installation process.