TechNet Gallery - resources for IT professionals

Download resources and applications for Windows 7, Windows Server 2008 R2, Windows Server 2008, SharePoint, System Center, Office, and other products. Find resources written in VB Script, PowerShell, SQL, JavaScript, or other script languages. New resources are added frequently so check often and see what's new.

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.
Sort by: rss
14 Remote Desktop Services results in Windows Vista [Clear]
Jaap Brasser
This script allows you to open a Remote Desktop session with a remote session while specifying credentials. This functionality was removed from the mstsc.exe application and this PowerShell function can serve as a workaround that allows you to automatically connect to servers.
(2)
Updated 2/14/2013
Released 2/14/2013
1,811 Downloads
Jaap Brasser
This script utilizes quser to query either the local or remote system and parses this into PowerShell objects using the ConvertFrom-Csv Cmdlet. It supports pipeline input or an array of computers in the ComputerName parameter.
(2)
Updated 6/26/2013
Released 6/25/2013
708 Downloads
MichalGajda
Remotely Enable RDPScript contain one function to remotely enable Remote Desktop service. Code check active directory to get all computer object and try enable RDP on all machines. It modify value in registry that enable terminal service connection and enable firewall ports
tha
(14)
Updated 12/12/2012
Released 9/4/2011
3,893 Downloads
Ben Wilkinson
This script will import computernames into an RDCMan (Remote Desktop Connection Manager) template file.
(3)
Updated 1/27/2013
Released 5/14/2011
994 Downloads
Ben Wilkinson
This script will import computernames into an RDCMan (Remote Desktop Connection Manager) template file.

You can also create new groups and specify the groups to add the computers to.
(4)
Updated 1/27/2013
Released 5/22/2011
582 Downloads
Denis Cooper
This PowerShell script presents a GUI interface allowing you to delete user profiles from any numner of computers / servers. I developed it for our helpdesk to delete cached profiles for users across our terminal server estate. Edit the $computers array variable to contain each c
(1)
Updated 10/30/2013
Released 10/30/2013
78 Downloads
Ryan Mangan
The following will allow you convert a Windows Thin PC OS into a Thin Client. This will allow you to use VDI pool RDP files to create Thin clients.Run the InstallMSTSC.cmd as the administrator, then you will be prompted with a shutdown message. To access the administrator account
(0)
Updated 4/14/2013
Released 4/14/2013
51 Downloads
Cookie.Monster
This function parses the results of query user to provide object based results:  ComputerName, UserName, SessionName, Id, State, IdleTime and LogonTime
(1)
Updated 9/30/2013
Released 6/28/2013
127 Downloads
RemoteDesktopServices
This script configures the operating system on the virtual machine to work with Remote Desktop Virtualization.
(7)
Updated 4/28/2010
Released 9/25/2009
R Jason Morgan
This function uses the CIM cmdlets to remotely Disable RDP on a given target or targets. As an added feature there is a switch, -DCOM, that allows you to force the function to use the DCOM protocol. Please post a comment if people want a version 2 based function.
(1)
Updated 5/22/2013
Released 5/20/2013
67 Downloads
Jaap Brasser
This function pings and opens a connection to the default RDP port to verify connectivity, futhermore it will check if a DNS entry exists and whether there is a computeraccount in Active Directory.
(0)
Updated 8/23/2013
Released 8/23/2013
153 Downloads
Brian D. Arnold
This script gets a list of all computers running a server OS from Active Directory, gets all terminal server sessions from each server (minus null user and ICA sessions) and then writes the output to HTML with the option of sending it as an email (off by default).
(0)
Updated 11/12/2013
Released 11/1/2013
46 Downloads
R Jason Morgan
This function uses the CIM cmdlets to remotely enable RDP on a given target or targets. As an added feature there is a switch, -DCOM, that allows you to force the function to use the DCOM protocol. Please post a comment if people want a version 2 based function.
(3)
Updated 5/21/2013
Released 5/15/2013
120 Downloads
Batina80
When u run this as logon script it create log for each user by recording local and remote logon and logoff activities. This script should work on all Windows OSs, but has been tested on Windows 7 and Windows 2008 R2.  It has also been tested remotely in an Active Directory enviro
(0)
Updated 7/7/2012
Released 7/7/2012
114 Downloads