-
Notifications
You must be signed in to change notification settings - Fork 16
/
ChangeLog
21 lines (17 loc) · 971 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
RdpToolkit change log
Version 1.1.1 (October 25, 2022):
- ENHANCEMENT: Add ShouldProcess support for Remove-RdcFileSignature cmdlet.
- ENHANCEMENT: Renamed Get-CodeSigningCertificates to have a singular noun.
Version 1.1 (December 24, 2020):
- FIX: Remote Desktop Gateway servers are now implemented correctly. A profile
usage needed to be explicitly specified, or else MSTSC would ignore it all.
- ENHANCEMENT: Alternate addresses are now supported.
- ENHANCEMENT: Clipboard redirection is now supported.
- ENHANCEMENT: The -Redirect parameter now supports * as a valid value, which
will redirect everything that can be redirected.
- ENHANCEMENT: Online help is now implemented.
Version 1.0.1 (October 16, 2020):
- Well, this is embarrassing. The module would load but do nothing on other
computers. I combined the ScriptsToProcess and made one giant RootModule.
Now it's working fine.
Version 1.0.0 (October 15, 2020) was the initial release.