Implement Export-RDMRepository to export the specified vaults to an rdx file
Implement Import-RDMRepository to import all vaults contained in an rdx file
Implement Get-RDMEntry, New-RDMEntry, Remove-RDMEntry, and Set-RDMEntry cmdlets to manipulate entries in user vault, global vault, or the current vault. It will eventually replace the RDMSession cmdlets.
Add ToVaultID to the cmdlet Move-RDMSession to transfer entries to another vault.
DS
Split Get-DSServerInfo in two cmdlets: Get-DSPublicServerInfo and Get-DSPrivateServerInfo.
Get-DSServerInfo is now an alias to Get-DSPublicServerInfo.