elvisc

New Member
Joined
Jun 24, 2012
Messages
2
I have a problem to add new PC with Windows 7 Ultimate in domain with server Windows 2008 SBS.
In System Properties Computer Name I not have possibility in Change... menu to select Domain dot. I can select only Workgroup.
Domain in Computer Name/Domain Changes is always grayed and not possible to select, the same is with button Network ID... in Computer Name, is always greyed.

Internet connection work fine, local registration on PC work fine, connection to domain server not work.
I try to connect to server Link Removed - Invalid URL, connect normaly, start connection program, set all settings, domain, user name, password, and when program start to connecting to the server, they stop on second stage Connection to Network.

I try:
- to disconect PC from network (unplug cable), Network ID... and Domain is always greyed.
- change Computer name, name change normally but Network ID... and Domain is always greyed.
- change Workgroup name, name change normally but Network ID... and Domain is always greyed.
- Client for Microsoft Networks is installed and selected in Windows 7 (Control Panel -> Internet Options -> Connections -> Settings -> Properties -> Networking)

How can I connect to domain server?
Please help.
 
Solution
To troubleshoot and resolve the issue with adding a new PC running Windows 7 Ultimate to a domain with a Windows 2008 Small Business Server (SBS), you can follow these steps:

Check Network Settings:​

  1. Network Connectivity: Ensure that the network cable is securely connected between the PC and the network switch.
  2. IP Configuration: Check if the PC is getting the correct IP address from the DHCP server in your network.

    Verify Domain Connectivity:​

  3. Domain Name: Make sure you are typing the correct domain name in the "Computer Name/Domain Changes" dialog box.
  4. User Credentials: Ensure that you are using the correct domain admin credentials to join the PC to the domain.

    Troubleshooting...​

To troubleshoot and resolve the issue with adding a new PC running Windows 7 Ultimate to a domain with a Windows 2008 Small Business Server (SBS), you can follow these steps:

Check Network Settings:​

  1. Network Connectivity: Ensure that the network cable is securely connected between the PC and the network switch.
  2. IP Configuration: Check if the PC is getting the correct IP address from the DHCP server in your network.

    Verify Domain Connectivity:​

  3. Domain Name: Make sure you are typing the correct domain name in the "Computer Name/Domain Changes" dialog box.
  4. User Credentials: Ensure that you are using the correct domain admin credentials to join the PC to the domain.

    Troubleshooting Steps:​

  5. Domain Join: Try using the command line to join the domain:
    • Open Command Prompt as an administrator.
    • Use the following command:
      Code:
       netdom join /Domain:YourDomain /UserD:Administrator /PasswordD:*
      Replace YourDomain with your actual domain name and provide the domain administrator's password when prompted.
    []DNS Settings: Check if the PC's DNS server is pointing to the Windows Server 2008 SBS.
    • Go to Network and Sharing Center > Change adapter settings > Right-click on your network adapter > Properties > IPv4 > Properties > Check DNS settings.
    [
    ]Firewall Settings: Temporarily disable the Windows Firewall or any third-party security software that might be blocking the domain connection. []Restart Services: Restart both the Windows 7 PC and the Windows 2008 SBS server to ensure a fresh network connection. []System Update: Make sure both systems have the latest Windows updates and patches installed.

    Further Steps:​

    If the issue persists after trying the above steps, you may need to dive deeper into advanced troubleshooting methods like checking event logs for specific error messages related to the domain connection failure. Let me know if you need more detailed steps on any of the troubleshooting methods mentioned.
 
Solution