Hi,

Is it possible to access/change the options from the Windows Server
2003 User management tabs
(right click my computer => manage => local users and groups => users
=> right click on user properties => remote control tab) from a (Visual
Basic) program??

I want to turn on/off the permissions for remote access simply by one
mouseclick, and I want a little timer on it, so for example the system
management has got 5 hours to work on our server and then it closes the
remote desktopconnection.

Can someone please help me with this problem??



Thank you in advance,


Lennart Klaver
R&D, server management

RE: Remote Desktop for Windows Server 2003 by Ian

Ian
Tue Jul 04 01:58:02 CDT 2006

If there is no other requireemnt for remote access, then you could use a
scheduled NET STOP command to turn off the service. That would be more
secure than leaving it open, anyway.


Re: Remote Desktop for Windows Server 2003 by lennartklaver

lennartklaver
Thu Jul 06 13:02:08 CDT 2006

Do you know wich service this is??

I do not want to interrupt other programs/services. I know that there
are some RPC services running, are this the specific RD services? We
are using a Citrix connection, so entirely close all RD services is
impossible.

Solution anyone?


Re: Remote Desktop for Windows Server 2003 by lennartklaver

lennartklaver
Thu Jul 06 13:02:13 CDT 2006

Do you know wich service this is??

I do not want to interrupt other programs/services. I know that there
are some RPC services running, are this the specific RD services? We
are using a Citrix connection, so entirely close all RD services is
impossible.

Solution anyone?