Rdpsign

See Also

Applies To: Windows Server 2008

Enables you to digitally sign a Remote Desktop Protocol (.rdp) file.

For examples of how to use this command, see Examples.

Syntax


Copy Code

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

Parameters

Parameter

Description

/sha1 <hash>

Specifies the thumbprint, which is the Secure Hash Algorithm 1 (SHA1) hash of the signing certificate that is included in the certificate store.

/q

Quiet mode. No output when the command succeeds and minimal output if the command fails.

/v

Verbose mode. Displays all warnings, messages, and status.

/l

Tests the signing and output results without actually replacing any of the input files.

/?

Displays help at the command prompt.

Remarks

Note

When you copy the thumbprint for use with the Rdpsign.exe tool, you must remove any spaces.

Examples


Copy Code

rdpsign /sha1 hash file1.rdp

Note

The hash value represents the SHA1 certificate thumbprint, without any spaces.


Copy Code

rdpsign /sha1 hash /l file1.rdp


Copy Code

rdpsign /sha1 hash file1.rdp file2.rdp file3.rdp

See Also

Concepts

Command-Line Syntax Key
Terminal Services Command Reference