RdpToolkit

A PowerShell module for working with Remote Desktop Connection (.rdp) files.

AGPL-3.0 License

Stars
16
Committers
2

Bot releases are hidden (Show)

RdpToolkit - Not dead yet! Latest Release

Published by rhymeswithmogul almost 2 years ago

I made some minor changes based on the output of PSScriptAnalyzer. The only thing to note is that Remove-RdcFileSignature now supports ShouldProcess (-WhatIf).

Update-Module RdpToolkit -Force
RdpToolkit - Bug fixes and new features

Published by rhymeswithmogul almost 4 years ago

A new version has just been pushed to PowerShell Gallery.

The only bug fix is that Remote Desktop Gateway servers are now implemented correctly. In some cases, apps like MSTSC would ignore the setting.

There are also many enhancements:

  • Alternate addresses may now be specified.
  • Clipboard redirection is supported.
  • The -Redirect parameter now supports * as a valid value, which will redirect everything that can be redirected.
  • Online help is now implemented.
RdpToolkit - Hello World, For Real This Time

Published by rhymeswithmogul about 4 years ago

Well, that was embarrassing. The module would not successfully load due to limitations with PowerShell's module manifests. This has been corrected.

RdpToolkit - Hello World!

Published by rhymeswithmogul about 4 years ago

This is a new module designed to automate the creation of Remote Desktop Connection (.rdp) files. For more information, Get-Help about_RdpToolkit.