From 9ec999bf7a37b245c703ce4709eb76cd86df2c11 Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Mon, 12 Dec 2022 16:14:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 4a51888..3c16f97 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Tools for managing Windows setting * [`hvswitch`.cmd](https://git.hmp.today/pavel.muhortov/tweaks-for-windows#hvswitch-cmd) +* [`rdpusers`.cmd](https://git.hmp.today/pavel.muhortov/tweaks-for-windows#rdpusers-cmd) ____ ## `hvswitch`.cmd @@ -21,3 +22,19 @@ Example usage in terminal: ``` ____ +## `rdpusers`.cmd +**Description:** RDS Shadow Connection +**Dependencies:** permission on target hostname (gpedit.msc -> Computer Configuration -> Policies -> Administrative Templates -> Windows components -> Remote Desktop Services -> Remote Session Host -> Connections -> Set rules for remote control of Remote Desktop Services user sessions: Full Control without users's permission) + + +| POSITION | PARAMETERS | DESCRIPTION | DEFAULT | +|-----------|--------------|------------------------|---------------| +| 1 | **** |hostname or address with sessions for connect| `None` | + + +Example usage in terminal: +```cmd +.\rdpusers.cmd ts.domain.local +``` + +____