Windows 2000 Terminal Server : Modify RDP-tcp permissions via script

Wednesday, March 19th, 2008

I was recently asked how to modify the rdp permissions on a large number of Windows 2000 SP4 servers running in Remote Admin mode.  Well, normally Id make use of WMI and make the changes using Win32_TSPermissionsSetting class.  Unfortunatly this class is not available in Windows 2000.  To get around this issue in ...