Link to home
Start Free TrialLog in
Avatar of Anthony Lucia
Anthony Lucia

asked on

Winodws and FQDN

On Windows 2008 R2, If I perform the following from Powershell,  I get the following FQDN:

    PS C:\t> (gwmi WIN32_ComputerSystem).Name + "." + (gwmi WIN32_ComputerSystem).Domain
    field.DEPTA

Open in new window


At this point I have added a role of ADDS, but I have not yet run the install (dcpromo.exe)

If I need to for any reason, how do I change the FQDN of the Windows machine?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Brad Groux
Brad Groux
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Anthony Lucia
Anthony Lucia

ASKER

Its current name is

field.DEPT

There is no .com at the end

What does this tell me