- 把 RDCMan.exe Copy 並變更副檔名為 dll => RDCMan.dll
- PowerShell 指令: Import-module [Path]\RDCMan.dll
- 用純文字編輯軟體 (ex: Notepad、Notepad++) 開啟儲存的 RDCM.rdg 檔案
- 找到需要的連線目標項目裡面的 <password> 段並複製該段內容
- 揮揮魔法棒實現還原魔法
$pwdstring= '步驟4複製的加密內容';
$EncryptSettings = new-object -TypeName RdcMan.EncryptionSettings;
$PlantPassword = [RdcMan.Encryption]::DecryptString($pwdstring,$EncryptSettings)
$PlantPassword
沒有留言:
張貼留言