Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
February 25, 1997
If you have an machine name that is invalid for SQL Server, Exchange, or just want to be cute, you can change it in Control Panel / Networks, but that could be a lot of work.
Create an alias instead, by editing:
HKEY_Local_MachineSystemCurrentControlSetServicesLanmanServerParameters
Add Value: OptionalNames REG_SZ String: "Alias"
If you make it a type REG_MULTI_SZ, you can add multiple aliases.
You May Also Like