You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool looks good, but I think it it could better if you passed the user credentials as secure strings instead of using plain text. Could you do something like: $Password = ConvertTo-SecureString -String "" -AsPlainText -Force to take the password parameter?`
The text was updated successfully, but these errors were encountered:
This tool looks good, but I think it it could better if you passed the user credentials as secure strings instead of using plain text. Could you do something like:
$Password = ConvertTo-SecureString -String "" -AsPlainText -Force
to take the password parameter?`The text was updated successfully, but these errors were encountered: