From 728e160e73f708a00208e51b4b637ced0cd51d08 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 23 Nov 2021 15:22:44 -0500 Subject: [PATCH] added remove-variable to end of script to wipe any variable of values --- backupBitwarden.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/backupBitwarden.ps1 b/backupBitwarden.ps1 index fce739d..fd077c8 100644 --- a/backupBitwarden.ps1 +++ b/backupBitwarden.ps1 @@ -49,3 +49,4 @@ $itemsWithAttachments | foreach { } } +Remove-Variable -Name * -ErrorAction SilentlyContinue \ No newline at end of file