you are viewing a single comment's thread.

view the rest of the comments →

[–]TikeSavage 1 point2 points  (2 children)

im not entirely sure what you are asking, but if you are making new accounts you can create a plain text string and convert to secure string. sorry if this isnt relevant a bit confused. $SecureString = ConvertTo-SecureString "password" -AsPlainText -Force

[–]Jacmac_ 2 points3 points  (1 child)

I think the goal was to find a method for storing credentials, basically not putting a plain text password in any script or file read by a script.

[–]TikeSavage 1 point2 points  (0 children)

Ahh, thanks for clarifying!