powerVault v26
v26.0.4
24-07-2025
General
The Inspector window can now be closed using the Escape key.
Optimized performance by reducing Vault API calls for retrieving folders in the following cmdlets:
Save-VaultFile, Get-VaultFiles, Get-VaultFileBOM, Get-VaultFileAssociations, Get-VaultItemAssociations, Get-VaultChangeOrderAssociations (FileRecords)Changed logging behavior for Get-VaultFile and Get-VaultItem:
Warnings (
WARN
) are no longer logged when a file/item is successfully retrieved with-FileId
or-ItemId
Error (
ERROR
) is logged when retrieval of a file/item with-FileId
/-ItemId
/-Number
fails.
Changed
Version
parameter type for Save-VaultFile toVersionSelector
instead of the internally used VDF type.Updated Licensing to version: 18.4.8.
Features
New cmdlet: Add-VaultItem to create new Items in Vault
Fixed
-
Issue where the cmdlet logged a
InvalidOperationException
when the download of a file failed instead of the actual Vault error message or restriction.Issue where the cmdlet returned files even when they were not downloaded due to an error or restriction.
v26.0.3
03-06-2025
General
No longer installing the Autodesk.Inventor.Interop.dll Vault SDK assembly into powerVault install directory which was previously required for powerJobs Processor on Vault 2026 environments.
v26.0.2
22-05-2025
Fixed
Issue where
InvalidOperationException
were logged instead of the underlying Vault WebServiceException.
v26.0.1
15-04-2025
General
Added support for Vault 2026
Features
Added powerShell 7.4 console support for Vault 2025 and Vault 2026
Limitations for Vault 2025 and Vault 2026
Due to a dependency on the Vault Explorer installation, $vaultExplorerUtil
methods and Update-VaultFile -Properties
are only supported on the framework matching the installed Vault Explorer.
Vault Explorer Version |
Windows PowerShell (5.1) |
PowerShell Core (7.4) |
---|---|---|
Vault 2025 (.NET Framework v4.8) |
Supported |
Not Supported (only Supported in VDS for Inventor 2025) |
Vault 2026 (.NETCoreApp v8.0) |
Not Supported |
Supported |