Correction To The Directory Service Is Busy Error Message

Asked By 0 points N/A Posted on -
qa-featured

Whenever I try to rename my Windows server 2008, I get an error message as the directory service is busy. Is there any solution to this problem with the directory service?

SHARE
Answered By 20 points N/A #162150

Correction To The Directory Service Is Busy Error Message

qa-featured

You can try again by opening the PowerShell prompt and running the following command to rename a computer domain:

Rename-computer –computername “PC” –newname “My PC” –domaincredential domainuser –restart

Hope this command helps you to rename your computer’s name to a new one.

There’s one more way to sort out this error; you can remove the SPN name from the SQL server.

Related Questions