Hi
I've wrote a script to logon remote on my servers.
I want to send the password also to server. so the logon must be done automatically.
I've used this code:
$oRDP = ObjCreate("MsTscAx.MsTscAx")
GUICreate($SerName, @DesktopWidth-50, @DesktopHeight-70)
$GUIActiveX = GUICtrlCreateObj(...