Skip to content

Commit

Permalink
AU: 1 updated - rdcman
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 6, 2021
1 parent 25a92fb commit a2f2acf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/rdcman/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/cfd84d3d546b3479bb2c5ece367867ba6e495c30/icons/rdcman.png" width="48" height="48"/> [rdcman](https://chocolatey.org/packages/rdcman)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@cfd84d3d546b3479bb2c5ece367867ba6e495c30/icons/rdcman.png" width="48" height="48"/> [rdcman](https://chocolatey.org/packages/rdcman)

RDCMan manages multiple remote desktop connections. It is useful for managing server labs where you need regular access to each machine such as automated checkin systems and data centers. It is similar to the built-in MMC Remote Desktops snap-in, but more flexible.

Expand Down
2 changes: 1 addition & 1 deletion automatic/rdcman/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0|0.0
0x8D96270F0043294|2.83.1411
15 changes: 11 additions & 4 deletions automatic/rdcman/rdcman.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,24 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>rdcman</id>
<version>0.0</version>
<version>2.83.1411</version>
<title>Remote Desktop Connection Manager</title>
<authors>Julian Burger</authors>
<owners>chocolatey-community,Anthony Mastrean</owners>
<projectUrl>https://docs.microsoft.com/en-us/sysinternals/downloads/rdcman</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/cfd84d3d546b3479bb2c5ece367867ba6e495c30/icons/rdcman.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@cfd84d3d546b3479bb2c5ece367867ba6e495c30/icons/rdcman.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://docs.microsoft.com/en-us/sysinternals/license-terms</licenseUrl>
<description>RDCMan manages multiple remote desktop connections. It is useful for managing server labs where you need regular access to each machine such as automated checkin systems and data centers. It is similar to the built-in MMC Remote Desktops snap-in, but more flexible.</description>
<description><![CDATA[RDCMan manages multiple remote desktop connections. It is useful for managing server labs where you need regular access to each machine such as automated checkin systems and data centers. It is similar to the built-in MMC Remote Desktops snap-in, but more flexible.
Servers are organized into named groups. You can connect or disconnect to all servers in a group with a single command. You can view all the servers in a group as a set of thumbnails, showing live action in each session. Servers can inherit their logon settings from a parent group or a credential store. Thus when you change your lab account password, you only need to change the password stored by RDCMan in one place. Passwords are stored securely by encrypting with either CryptProtectData using the (locally) logged on user's authority or an X509 certificate.
## Notes
Upgrade note: RDG files with version 2.8+ of RDCMan are not compatible with older program versions. Any legacy RDG file opened and saved with this version will be backed up as filename.old
]]></description>
<tags>remote desktop rdp connect freeware admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/automatic/rdcman</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/rdcman</packageSourceUrl>
<releaseNotes>
Starting from 2.8, RDCMan is published by Microsoft as a portable zip package, instead of an MSI installer. As a consequence, no Start Menu icon is created when this package is installed.
</releaseNotes>
Expand Down
6 changes: 3 additions & 3 deletions automatic/rdcman/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$packageArgs = @{
packageName = 'rdcman'
url = ''
checksum = ''
checksumType = ''
url = 'https://download.sysinternals.com/files/RDCMan.zip'
checksum = 'ff56304da13c6bd2f2ef30ebf68d78cc889d1db8bc4f38e8174d0dad6af0f817'
checksumType = 'sha256'
unzipLocation = $installDir
}
Install-ChocolateyZipPackage @packageArgs

0 comments on commit a2f2acf

Please sign in to comment.