Open DonPwrShellHunt opened 3 years ago
$Secret.GetType().IsValueType is False when a string is passed as the parameter Secret in Set-Secret. The switch statement does not handle this case, and the logic fails.
$Secret.GetType().IsValueType is False when a string is passed as the parameter Secret in Set-Secret. The switch statement does not handle this case, and the logic fails.