# Commandlets ```{toctree} :glob: :hidden: commandlets/* ``` ## Connection Cmdlets related to the Vault connection. ```{eval-rst} .. csv-table:: :header: "Name","Description" ":doc:`Open-VaultConnection `","Connects to a Vault server." ``` ## Files Cmdlets for adding, updating and retrieving Vault File(s) and their associations. ```{eval-rst} .. csv-table:: :header: "Name","Description" ":doc:`Get-VaultFile `","Retrieves a File from Vault." ":doc:`Get-VaultFiles `","Retrieves multiples File from Vault." ":doc:`Get-VaultFileAssociations `","Retrieves the associations of a File in Vault." ":doc:`Get-VaultFileBom `","Retrieves the Bill of Material data of a of a File in Vault." ":doc:`Add-VaultFile `","Adds a new File to the Vault." ":doc:`Update-VaultFile `","Updates an existing File in Vault." ":doc:`Save-VaultFile `","Download a File from Vault to a local directory." ``` ## Items Cmdlets for updating and retrieving Vault Item(s) and their associations. ```{eval-rst} .. csv-table:: :header: "Name","Description" ":doc:`Get-VaultItem `","Retrieves an Item from Vault." ":doc:`Get-VaultItemAssociations `","Retrieves the associations of an Item in Vault." ":doc:`Get-VaultItemBom `","Retrieves the Bill of Material data of a of an Item in Vault." ":doc:`Update-VaultItem `","Updates an existing Item in Vault." ``` ## Change Orders Cmdlets for adding, updating and retrieving Change Order(s) and their associations. ```{eval-rst} .. csv-table:: :header: "Name","Description" ":doc:`Get-VaultChangeOrder `","Retrieves a Change Order from Vault." ":doc:`Get-VaultChangeOrderAssociations `","Retrieves the associations of a Change Order from Vault." ":doc:`Add-VaultChangeOrder `","Creates a Change Order in Vault." ":doc:`Update-VaultChangeOrder `","Updates an existing Change Order in Vault." ``` ## Jobs Cmdlets related to Jobs and the Vault JobQueue. ```{eval-rst} .. csv-table:: :header: "Name","Description" ":doc:`Add-VaultJob `","Adds a new Job to the Vault JobQueue." ``` ## Debug Cmdlets to help identifying issues in scripts. ```{eval-rst} .. csv-table:: :header: "Name","Description" ":doc:`Show-inspector `","Opens a window showing all current powerShell variables and their values." ```