TLDR
Enter a command. For example: ftp, cuninst, wsl, del, pushd, whoami.

rdpsign

 
A tool for signing Remote Desktop Protocol (RDP) files. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/rdpsign.
 
  • Sign an RDP file:
     
    rdpsign {{path/to/file.rdp}}
     
  • Sign an RDP file using a specific sha256 hash:
     
    rdpsign {{path/to/file.rdp}} /sha265 {{hash}}
     
  • Enable quiet output:
     
    rdpsign {{path/to/file.rdp}} /q
     
  • Display verbose warnings, messages and statuses:
     
    rdpsign {{path/to/file.rdp}} /v
     
  • Test the signing by displaying the output to stdout without updating the file:
     
    rdpsign {{path/to/file.rdp}} /l

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.