I try to set the permissions for access to a terminalserver (w2k3) with a
script I found:
set RDPObj =
GetObject("winmgmts:{impersonationLevel=impersonate}!Win32_TSPermissionsSetting.TerminalName='RDP-Tcp'")
RDPobj.AddAccount "everyone", 1
This adds everyone to the users in the GUI und RDP-TCP, but I cannot login
with a standard user.
At least this happens on a virtual terminalserver (VirtualServer R1).
I think I saw it working on a pysical machine.