Files
cheatsheet-tldr/tldr/windows/rdpsign

30 lines
676 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# rdpsign
> A tool for signing Remote Desktop Protocol (RDP) files.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rdpsign>.
- Sign an RDP file:
`rdpsign {{path o ile.rdp}}`
- Sign an RDP file using a specific sha256 hash:
`rdpsign {{path o ile.rdp}} /sha265 {{hash}}`
- Enable quiet output:
`rdpsign {{path o ile.rdp}} /q`
- Display verbose warnings, messages and statuses:
`rdpsign {{path o ile.rdp}} /v`
- Test the signing by displaying the output to `stdout` without updating the file:
`rdpsign {{path o ile.rdp}} /l`