Building a worklet for password management and getting the error below. I created the secret etc. Calling the variable using $secretnamehere and the error is what we get. When I go back to check the Secret Value, click the eye it is empty...but I filled it in lol So is this by design?? Am i just totally n00bing this up lol!?!
powershell.exe : Cannot bind argument to parameter 'String' because it is null.
At C:\Program Files (x86)\Automox\execDir535623559\execcmd917210426.ps1:150 char:11
+ ... return & "$env:SystemRoot\sysnative\WindowsPowerShell\v1.0\power ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) ConvertTo-SecureString], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.ConvertToSe
cureStringCommand
COMMAND TIMED OUT.