added remove-variable to end of script to wipe any variable of values

This commit is contained in:
2021-11-23 15:22:44 -05:00
parent a18b2c27d0
commit 728e160e73

View File

@@ -49,3 +49,4 @@ $itemsWithAttachments | foreach {
}
}
Remove-Variable -Name * -ErrorAction SilentlyContinue