Board index » Visual Studio » RDP and Login to remote PC

RDP and Login to remote PC

Visual Studio340
I have never scripted before so I am a total noob.



The Situation:

I login to 60+ networks every month and view event logs on the servers and

desktops.

I spend at least half the time on each network just logging in!



The Need:

I want a script that, after I have connected to the server, I can run and it

will do the following:

1. run mstsc and connect to the remote PC's and login.

2. After it has connected to the PC's, it will launch event viewer and WUS.



Is this at all possible?



Any help is good help.



So far I have the following:

mstsc /v computername



Liam


-
 

Re:RDP and Login to remote PC

here is what I would do.

Download vRD from vision app. Set up all of your connections. Create a

custom MMC console with event viwer and wus in it. Put this in the startup

of your profile on each workstation. You could even script the install.



--

Hope it Helps.



dw



-------------------------------------------------------

Don Wilwol

www.atthedatacenter.com





"Liam" <Liam@discussions.microsoft.com>wrote in message

Quote
I have never scripted before so I am a total noob.



The Situation:

I login to 60+ networks every month and view event logs on the servers and

desktops.

I spend at least half the time on each network just logging in!



The Need:

I want a script that, after I have connected to the server, I can run and

it

will do the following:

1. run mstsc and connect to the remote PC's and login.

2. After it has connected to the PC's, it will launch event viewer and

WUS.



Is this at all possible?



Any help is good help.



So far I have the following:

mstsc /v computername



Liam





-

Re:RDP and Login to remote PC

Thanks for your reply.

I would like to have WUS and Event viewer launch for me but I log in once a

month. I am sure the users would not be happy having to close these apps

everyday that they login.

I will keep looking. By the way vision app look like a decent tool.



liam



"Don Wilwol" wrote:



Quote
here is what I would do.

Download vRD from vision app. Set up all of your connections. Create a

custom MMC console with event viwer and wus in it. Put this in the startup

of your profile on each workstation. You could even script the install.



--

Hope it Helps.



dw



-------------------------------------------------------

Don Wilwol

www.atthedatacenter.com





"Liam" <Liam@discussions.microsoft.com>wrote in message

news:A1D1CC72-A745-4CEA-80A3-51C6D0AE5B23@microsoft.com...

>I have never scripted before so I am a total noob.

>

>The Situation:

>I login to 60+ networks every month and view event logs on the servers and

>desktops.

>I spend at least half the time on each network just logging in!

>

>The Need:

>I want a script that, after I have connected to the server, I can run and

>it

>will do the following:

>1. run mstsc and connect to the remote PC's and login.

>2. After it has connected to the PC's, it will launch event viewer and

>WUS.

>

>Is this at all possible?

>

>Any help is good help.

>

>So far I have the following:

>mstsc /v computername

>

>Liam







-

Re:RDP and Login to remote PC

If you put it in the startup of "your" profile, it will only start for you.

If you don't have your own logon, create one.



--

Hope it Helps.



dw



-------------------------------------------------------

Don Wilwol

www.atthedatacenter.com





"Liam" <Liam@discussions.microsoft.com>wrote in message

Quote
Thanks for your reply.

I would like to have WUS and Event viewer launch for me but I log in once

a

month. I am sure the users would not be happy having to close these apps

everyday that they login.

I will keep looking. By the way vision app look like a decent tool.



liam



"Don Wilwol" wrote:



>here is what I would do.

>Download vRD from vision app. Set up all of your connections. Create a

>custom MMC console with event viwer and wus in it. Put this in the

>startup

>of your profile on each workstation. You could even script the install.

>

>--

>Hope it Helps.

>

>dw

>

>-------------------------------------------------------

>Don Wilwol

>www.atthedatacenter.com

>

>

>"Liam" <Liam@discussions.microsoft.com>wrote in message

>news:A1D1CC72-A745-4CEA-80A3-51C6D0AE5B23@microsoft.com...

>>I have never scripted before so I am a total noob.

>>

>>The Situation:

>>I login to 60+ networks every month and view event logs on the servers

>>and

>>desktops.

>>I spend at least half the time on each network just logging in!

>>

>>The Need:

>>I want a script that, after I have connected to the server, I can run

>>and

>>it

>>will do the following:

>>1. run mstsc and connect to the remote PC's and login.

>>2. After it has connected to the PC's, it will launch event viewer and

>>WUS.

>>

>>Is this at all possible?

>>

>>Any help is good help.

>>

>>So far I have the following:

>>mstsc /v computername

>>

>>Liam

>

>

>





-