mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 12:01:05 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
29
tldr/windows/rdpsign
Normal file
29
tldr/windows/rdpsign
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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 oile.rdp}}`
|
||||
|
||||
- Sign an RDP file using a specific sha256 hash:
|
||||
|
||||
`rdpsign {{path oile.rdp}} /sha265 {{hash}}`
|
||||
|
||||
- Enable quiet output:
|
||||
|
||||
`rdpsign {{path oile.rdp}} /q`
|
||||
|
||||
- Display verbose warnings, messages and statuses:
|
||||
|
||||
`rdpsign {{path oile.rdp}} /v`
|
||||
|
||||
- Test the signing by displaying the output to `stdout` without updating the file:
|
||||
|
||||
`rdpsign {{path oile.rdp}} /l`
|
||||
Reference in New Issue
Block a user