powerVault v26
v26.0.9
02-10-2025
General
Update-VaultFile now properly respect the
ErrorActionPreference
setting for all available parameters.Update-VaultFolder’s
-Category
parameter now accepts categories’ System names and Display names.Update-VaultItem now properly respect the
ErrorActionPreference
setting for all available parameters.
Features
The Update-VaultItem cmdlet now supports changing the LifecycleDefinition and State of Items with the following parameters:
-LifecycleDefiniton
-State
Fixed
Issue where Update-VaultFile with
-Category
returned a File object even when the category assignment failed.
Breaking Changes
For Update-VaultFile the
-Status
parameter was renamed to-State
.For Update-VaultItem the
-Status
parameter was renamed to-State
.
v26.0.8
25-09-2025
General
The following cmdlets now properly respect the
ErrorActionPreference
setting:
Features
New cmdlet: Update-VaultFolder to update the category of Folders in Vault.
Fixed
Issue with unclear error messages for Get-VaultFile and Save-VaultFile when downloading a file to a local directory without permissions.
v26.0.7
01-09-2025
General
Adapted logged errors of the following cmdlets:
Add-VaultFile, Get-VaultFile, Update-VaultFile and Save-VaultFile.
v26.0.6
14-08-2025
General
The following cmdlets now properly respect the
ErrorActionPreference
setting:Update-VaultFile with parameters to update associations (
AddChildren
,Children
,RemoveChildren
,AddAttachments
,Attachments
,RemoveAttachments
)Get-VaultFile with the
-DownloadPath
parameter
v26.0.5
05-08-2025
Fixed
Issue where Open-VaultConnection failed to connect to Vault 2026 when Update 2026.0.1 (or later) was installed, if used with Windows PowerShell 5.1.
Issue where Update-VaultFile failed to update properties of AutoCAD DWG files on environments running Vault 2026 with Update 2026.0.1 (or later) installed.
Issue where Get-VaultItemAssociations logged an Error when attachments should be included in the result, but the item had no attachments.
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 Save-VaultFile and Get-VaultFile -DownloadPath logged a generic
InvalidOperationException
when the download of a file failed instead of the actual Vault error message or restriction.Issue where Save-VaultFile 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 |