Giter Site home page Giter Site logo

rito2k / rdps2rdg Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 8.0 33 KB

This script loops through all valid RDP Files in a provided folder path, extracts machine and logon name for each of them and generates a Remote Desktop Connection Manager group (RDG) file for your convenience.

License: MIT License

PowerShell 100.00%

rdps2rdg's People

Contributors

rito2k avatar westleyms avatar

Stargazers

 avatar Jason Trupp avatar  avatar Hirokazu Higashino avatar Harjit Dhaliwal avatar  avatar Jonathon Stufflebeam avatar  avatar

Watchers

 avatar

rdps2rdg's Issues

Server name field is populated with server name twice

Under the Server Settings tab of each server, the Server name field is populated with the server name twice with a space between each entry. This prevents a connection from being established. It also results in a "Spaces are not permitted in a server name" error when trying to save changes to the server's properties.

The Default Domain is now working

There is no parameter for Default Domain. The RDG is using ".\account" when connecting to the guest machine.

I worked around the issue by hard coding the group properties.

<group>
  <properties>
    <expanded>True</expanded>
    <name>$WorkspaceName</name>
  </properties>
  <logonCredentials inherit="None">
    <profileName scope="Local">Custom</profileName>
    <userName>sysadm</userName>
    <password />
    **<domain>contoso</domain>**
  </logonCredentials>
</group>

There would need to be a "$DefaultDomain" parameter in your script that populates the domain setting in the Group section.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.