From a18b2c27d0aa1e69362c988b3a0fb9190a46cf0a Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 23 Nov 2021 15:20:43 -0500 Subject: [PATCH] removed comment --- backupBitwarden.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/backupBitwarden.ps1 b/backupBitwarden.ps1 index c5ef90f..fce739d 100644 --- a/backupBitwarden.ps1 +++ b/backupBitwarden.ps1 @@ -16,7 +16,6 @@ if ($sessionKey -eq $null) { } } -#convertfrom-json $(bw list organizations --session $sessionKey) Write-Host "Exporting vault to both CSV and JSON files." Write-Verbose "Exporting vault to CSV." bw export $password --output "$PSScriptRoot\Bitwarden User $username Export $dateTime.csv" --format csv --session $sessionKey