Showing posts with label rdp. Show all posts
Showing posts with label rdp. Show all posts

Friday, March 1, 2013

Finding RDP machine after router flushed MAC IP table

They flushed the router tables again... where is my RDP machine.... Zenmap/nmap to the rescue... the only thing you need to know is the actual assigned windows name for your computer... and make sure your have it powered up... waiting for logon.. The nmap command would be something like this for scanning the 0-255 ip addresses on a 10.77.114.x
$ nmap -v -sn 10.77.114.1-255 -p 3389

Starting Nmap 6.25 ( http://nmap.org ) at 2014-01-03 07:47 EST
Failed to resolve given hostname/IP: sn.  Note that you can't use '/mask' AND '1-4,7,100-' style IP ranges. If the machine only has an IPv6 address, add the Nmap -6 flag to scan that.
Initiating Ping Scan at 07:47
Scanning 256 hosts [2 ports/host]
Completed Ping Scan at 07:47, 8.83s elapsed (256 total hosts)
Initiating Parallel DNS resolution of 256 hosts. at 07:47
Completed Parallel DNS resolution of 256 hosts. at 07:47, 0.40s elapsed
Nmap scan report for 10.77.114.0 [host down]
Nmap scan report for 10.77.114.2 [host down]
Nmap scan report for 10.77.114.3 [host down]

Discovered open port 3389/tcp on 10.77.114.35
Discovered open port 3389/tcp on 10.77.114.36
Discovered open port 3389/tcp on 10.77.114.148
Discovered open port 3389/tcp on 10.77.114.185
Discovered open port 3389/tcp on 10.77.114.196
Discovered open port 3389/tcp on 10.77.114.150
Discovered open port 3389/tcp on 10.77.114.154
Completed Connect Scan at 07:47, 1.00s elapsed (20 total ports)
$

Tuesday, December 27, 2011

Reboot Windows From macosx RDP session

There is a lot of confusing key combinations out there but essentially this is my recipe on my MacOSX 10.6.x with RDP "Remote Desktop Connection Client for Mac" by Microsoft v2.0.0.0
  1. perform a show desktop which is really minimize all running applications on the Windows side in the RDP session.
  2. click on the desktop of the Windows side in the RDP session and hit Fn-Option-Command-F4 and you will get presented with the Restart/Shutdown/Lock options on the windows machine

Wednesday, February 23, 2011

RDP reboot remote machine

If you've ever used the Remote Desktop Protocol to login to a remote Windows computer, you've probably noticed that the Start, Shutdown options you're used to seeing on a local Windows session aren't there. Instead, you'll typically see an option to "disconnect," in effect saving your session for the next time you login, or to "log off," essentially logging off of your remote session without saving the state.

So what do you do if you actually want to restart the remote machine? I did some digging tonight and found the answer kind of ambiguously buried in some disorganized information about Remote Desktop:

The trick is to click on the desktop and type Alt+F4. This will call up the shutdown dialog, where you get the usual shutdown options like "Shut down", "Shut down without installing updates", "Restart", "Stand by", and "Hibernate".