[Solved] Input string was not in a correct format
When you want to convert a string to a secure string with ConvertTo-SecureString, you may get the following error message Reason This happens when you try to convert a regular string to a secure string. “Convert To Secure String” string only means “to protect in memory”. However, the standard input for the ConvertTo-SecureString cmdlet is […]
You must be logged in to post a comment.