# powerVault v21 ## 21.0.10 `07-04-2021` **Features** - New cmdlet: [Get-VaultChangeOrder](/code_reference/commandlets/get-vaultchangeorder) to retrieve a Change Order from Vault - New cmdlet: [Get-VaultChangeOrderAssociations](/code_reference/commandlets/get-vaultchangeorderassociations) to retrieve the associations of a Change Order from Vault - New cmdlet: [Add-VaultChangeOrder](/code_reference/commandlets/add-vaultchangeorder) to create a new Change Order in Vault - New cmdlet: [Update-VaultChangeOrder](/code_reference/commandlets/update-vaultchangeorder) for updating a Vault Change Order and manipulating its associations **Fixed** - [Update-VaultFile](/code_reference/commandlets/update-vaultfile) and [Update-VaultItem](/code_reference/commandlets/update-vaultitem): > - The *-Properties* parameters fail to update user-defined properties when values are passed as *PSCustomObject*. This could happen for example, when using brackets in inline declarations of [Hashtables](https://docs.microsoft.com/en-us/powershell/scripting/learn/deep-dives/everything-about-pscustomobject?#creating-a-pscustomobject) > - Updating user-defined properties fails when also system properties are wrongly passed to the *-Properties* parameter > - [File](/code_reference/objects/file) and [Item](/code_reference/objects/item) results are returned even when the update operation fails - Issue with invalid log message when the passed [Update-VaultItem -Properties](/code_reference/commandlets/update-vaultitem) are already up-to-date and therefore do not have to be modified ## 21.0.7 `20-01-2021` **General** - Updated Licensing to version: [18.1.22](licensing:change_logs/license_v18:18.1.22) ## 21.0.6 `18-12-2020` **General** - Updated Licensing to version: [18.1.21](licensing:change_logs/license_v18:18.1.21) - Copyright notices have changed **Fixed** - Issue that led to an unusable machine and failing Jobs after running JobProcessor for a long time ## 21.0.3 `20-05-2020` **Fixed** - Compatibility-Issue with other `coolOrange products` using an older [Logging](/logging) version ## 21.0.2 `11-05-2020` **Fixed** - Compatibility-Issue where `powerJobs Modules` could not be imported ## 21.0.1 `23-04-2020` **Features** - Added support for Vault 2021 **General** - End User License Agreement (EULA) has changed - Added Licensing version: [18.1.17](licensing:change_logs/license_v18:18.1.17) - Added *powerVault Information* shortcut to startmenu - Removed *powerVault Help* shortcut from startmenu as it can be accessed via powerVault Information shortcut - Removed Splashscreen **Fixed** - Issue that changing *\$ErrorActionPreference* or passing *-ErrorAction* to the [Open-VaultConnection](/code_reference/commandlets/open-vaultconnection) cmdlet had no effect