Difference between revisions of "Active Directory/Documentation/Generate Remote Desktop Files"

From WolfTech
Jump to navigation Jump to search
(New page: __NOTOC__ ==Purpose== If you intend to enable remote access to a computing lab you can use this utility to create remote desktop protocol files for each lab computer. ==Implementation== T...)
 
 
Line 29: Line 29:
  
 
==Download==
 
==Download==
[http://www.wolftech.ncsu.edu/support/files-wiki/3/3d/Generate_remote_desktop_lab.zip Generate Remote Desktop Lab VBScript]
+
[http://www.wolftech.ncsu.edu/support/files-wiki/0/0b/Generate_remote_desktop_lab.zip Generate Remote Desktop Lab VBScript]

Latest revision as of 11:30, 27 January 2009

Purpose

If you intend to enable remote access to a computing lab you can use this utility to create remote desktop protocol files for each lab computer.

Implementation

To create the list of computers for the lab you specify the script performs an ADSI query of your .laptops and .desktops groups. It then generates an RDP file (using the computer name for the file name) for each member computer.

The files are generated beneath the current working directory of the script in a folder named 'RDP-<college prefix>-<department prefix>-<lab name>.

Note: The script assumes you are using the default WolfTech OU layout for your teaching, public, and research labs, including the .desktop and .laptop groups that contain your computer accounts.

Usage

Edit the script to customize the parameters of the generated remote desktop files. At a minimum, change the 'strDomain' variable in the 'WriteRDPFile' function to the TCP/IP domain used in your computing lab.

generate_remote_desktop_lab.vbs

  /college:<college abbrev>
 [/department:<college dept>]
  /lab:"<lab name>"
 [/type:<teaching(default):public:research>]

Example:

generate_remote_desktop_lab.vbs /college:COE /department:ECE /lab:"EBII 1020"

Bugs

Feature Requests

Download

Generate Remote Desktop Lab VBScript