KnightWhoSaysNi
asked on
How do I change the RPC Service Logon account remotely or from the command prompt?
The logon name for the RPC Service was accidentally changed. Now, we cannot login to out Server 2003 machine. How can I change the logon back remotely?
The Server 2003 machine is the domain server and there is not a backup domain controller in place.
The Server 2003 machine is the domain server and there is not a backup domain controller in place.
ASKER
Will this work from the command prompt?
sc \Proplus config Remote Procedure Call (RPC) displayname= NT Authority\NetworkService password= ""
sc \Proplus config Remote Procedure Call (RPC) displayname= NT Authority\NetworkService password= ""
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
For example,
sc <server> config <service name> obj= <Account name>
Type sc --help and sc config --help for more info.