How to get fully qualified name of a PC

RonSzcz 0 Reputation points
2026-09-02T13:12:40.1566667+00:00

I want to get the fully qualified name of a PC so that I can connect an iPad to a remote PC. The PC has Windows 11 Pro.

Windows for home | Windows 11 | Connect Phone and PC
0 comments No comments

2 answers

Sort by: Most helpful
  1. Marcin Policht 106.8K Reputation points MVP Volunteer Moderator
    2026-09-02T14:50:20.9966667+00:00

    You can simply use the IP address. If your goal is to connect an iPad to a Windows 11 Pro PC using Remote Desktop, you do not need the fully qualified domain name.

    On the Windows PC, open Command Prompt and run:

    ipconfig

    Find the active network adapter and look for the IPv4 Address, for example:

    IPv4 Address. . . . . . . . . . : 192.168.1.25

    Then, in the Microsoft Windows App on the iPad, create a new PC connection and enter:

    192.168.1.25

    as the PC name/address.

    There are however a few consideration.

    The first one is your Windows 11 edition. Windows 11 Pro can act as an incoming Remote Desktop host - Windows 11 Home cannot. Also make sure Remote Desktop is enabled on the Windows 11 Pro PC under Settings > System > Remote Desktop.

    The second one is whether the IP address will remain the same. If the PC receives its address through DHCP, your router could eventually assign it a different address. The easiest solution is to create a DHCP reservation for that PC in your router. The PC will then consistently receive the same IP address.

    The third one one applies If you're trying to connect to the PC from outside your home or office network, that's different. You should generally use a VPN or another secure remote-access solution rather than exposing RDP directly to the Internet.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-09-02T13:13:21.3633333+00:00

    To connect from iPad, Windows App can use the PC name of the remote PC. For a fully qualified name, use the PC’s fully qualified domain name (FQDN), which is the DNS host name + DNS domain name, for example server1.widgets.microsoft.com.

    Ways to identify the PC name on Windows 11 Pro:

    1. Open Start > Settings > System > About.
    2. Check Device name under Device specifications. This is the computer name.

    If Remote Desktop is being set up:

    1. On the remote PC, open Start > Settings > System > Remote Desktop.
    2. Turn on Remote Desktop and select Confirm.
    3. Note the PC name shown there.

    For iPad connection with Windows App:

    1. Open Windows App on the iPad.
    2. Add a new PC.
    3. In PC Name, enter the remote PC’s hostname or IP address.

    If using Microsoft Entra authentication with Remote Desktop Connection, the Computer field can use the NetBIOS domain name or fully qualified domain name (FQDN) of the remote PC, and the name must resolve to the remote PC’s IP address.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.