Advertisement
Cogger

VMware-Agent-Unreachable.cmd

Feb 2nd, 2022
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.51 KB | None | 0 0
  1. :: Run this only if on a VM inside of the C:\ProgramData\VMware\VDM\logs dir inside of the latest debugXXXX.txt
  2. :: you find the error Published CHANGEKEY request.
  3. ::
  4. :: Run this on a VMware connection server.
  5. @echo off
  6. set /p dpn="Please type in the desktop pool name: "
  7. set /p nmp="Please type in the name of the machine: "
  8. cd "C:\Program Files\VMware\VMware View\Server\bin"
  9. vdmadmin.exe  -A -d "%dpn%" -m "%nmp%" -resetkey
  10. echo Please restart %nmp% to re-establish the connection to this server.
  11. timeout -t 7
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement