How to use rdpsign command in Window Server 2008

In this article I am going to explain about rdsign command in window server 2008 operating system.
  • 2404

Rdpsign command in Window Server 2008

Rdpsign command enables you to digitally sign a Remote Desktop Protocol(.rdp) file.


Syntax of
Rdpsign command

rdpsign /sha1 <hash> [/q | /v |] [/l] <fileName.rdp>

Parameters in Rdpsign command

There are the following parameter in the Rdpsign command:

Parameter Description
/sha1 <hash> It specifies the thumbprint, which is the secure hash algorithm like SHA1
/q It specifies quiet mode.
/v It specifies verbose mode, means it display all warning, messages and ststus.
/l It tests the singing and output result without actually replacing any of input file.

Example of Rdpsign command

rdpsign /sha1 hash McnSolution.rdp

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.