Computer Hope

Microsoft => Microsoft DOS => Topic started by: [email protected] on April 05, 2017, 06:47:03 AM

Title: Remote desktop information through DOS command
Post by: [email protected] on April 05, 2017, 06:47:03 AM
Hi,
 I am looking for dos command(s) that return me all the possible information of Remote desktop like its usage, version, license etc.
Can you please help me?
Title: Re: Remote desktop information through DOS command
Post by: Salmon Trout on April 05, 2017, 08:34:38 AM
Please explain more clearly what you are asking about. Do you mean information about the remote desktop client version on the same machine? Or a remote machine? Also, you will get much spam if that is your real email address.

Title: Re: Remote desktop information through DOS command
Post by: patio on April 05, 2017, 09:20:47 AM
Too late now... ::)
Title: Re: Remote desktop information through DOS command
Post by: [email protected] on April 06, 2017, 12:53:32 AM
Hi,
Sorry for late response. I was midnight in my timezone.
Yes,I am looking for information about remote desktop client version on the same machine.
Thankyou again.
Title: Re: Remote desktop information through DOS command
Post by: DaveLembke on April 06, 2017, 06:54:49 AM
Its my understanding that RDP version is based on whichever OS version your running... I am not aware of any "updates" to RDP.

XP, Vista, 7, 8, *8.1(?), 10 etc. * Unsure if 8.1 is a different version of RDP than 8.

So knowing what OS version will tell what RDP version.

As far as usage. i am not aware of any logging feature associated with RDP to show use statistics... However one could make an app that works as a launcher/logger for RDP service. So service is off and RDP service is turned on and logged and then turned off when session complete maybe. By use of a NET START TermService instruction locally or a sc \\servername start TermService  remotely.

https://www.windows-commandline.com/start-terminal-services-command-line/