2022-09-29

Password Recover for Remote Desktop Connection Manager (RDCM 密碼找回)

  1. 把 RDCMan.exe Copy 並變更副檔名為 dll => RDCMan.dll
  2. PowerShell 指令: Import-module [Path]\RDCMan.dll
  3. 用純文字編輯軟體 (ex: Notepad、Notepad++) 開啟儲存的 RDCM.rdg 檔案
  4. 找到需要的連線目標項目裡面的 <password> 段並複製該段內容
  5. 揮揮魔法棒實現還原魔法

$pwdstring= '步驟4複製的加密內容';

$EncryptSettings = new-object -TypeName RdcMan.EncryptionSettings;

$PlantPassword = [RdcMan.Encryption]::DecryptString($pwdstring,$EncryptSettings)

$PlantPassword


沒有留言:

張貼留言