|
Question : Is ther a command line startup and start for RAS in Windows 2000?
|
|
I cannot seem to find out if there are any command line options to Start/Stop Remote access server in windows 2000 server> The command to bring RAS up is 'rrasmgmt.msc'. This will open up RAS, But I cannot seem to find a way to start and stop the service through a command line option. This would be helpful to me Thanks, AMD
|
Answer : Is ther a command line startup and start for RAS in Windows 2000?
|
|
To stop: NET STOP RemoteAccess
To Start: NET START RemoteAccess
To Restart: NET STOP RemoteAccess & NET START RemoteAccess Enter the entire command, including the ampersand (&)
|
|
|