例如,將「A123456」轉化爲Securestringide
PS C:\WINDOWS\system32>$seString = ConvertTo-SecureString -String "A123456" -AsPlainText -Force PS C:\WINDOWS\system32>$seStr System.Security.SecureString