Command Prompt (CMD)
Open a command prompt in Windows 10, you can do this by typing in ‘cmd‘ in the search bar. Then copy and paste the command below to retrieve the FQDN of your machine.
echo %COMPUTERNAME%.%USERDNSDOMAIN%
Powershell
If you want to print the FQDN with Powershell you can run this:
$myFQDN=(Get-WmiObject win32_computersystem).DNSHostName+"."+(Get-WmiObject win32_computersystem).Domain ; echo $myFQDN
![Read more about the article [Linux – dig] How to find the IP address of a domain name with dig in 2020 – Simple and easy!](https://sp-ao.shortpixel.ai/client/to_auto,q_glossy,ret_img,w_300,h_162/https://nonset.com/wp-content/uploads/2019/09/howtoFindTheIPaddressWithDig-300x162.jpg) 
 ![Read more about the article [Linux] Getting the Linux top output for a specific process id in 2019](https://sp-ao.shortpixel.ai/client/to_auto,q_glossy,ret_img,w_300,h_162/https://nonset.com/wp-content/uploads/2019/12/getTopForProcessID-300x162.jpg) 
 ![Read more about the article [Linux] How to get the serial of a TLS / SSL certificate from a domain name in 2019 – EASY!](https://sp-ao.shortpixel.ai/client/to_auto,q_glossy,ret_img,w_300,h_162/https://nonset.com/wp-content/uploads/2019/09/FindTLSSerialNumber-300x162.jpg) 
 ![You are currently viewing [Windows] How to find the FQDN of a Windows 10 machine in 2019](https://sp-ao.shortpixel.ai/client/to_auto,q_glossy,ret_img,w_833,h_450/https://nonset.com/wp-content/uploads/2019/09/findingTheFQDNInWindows.png)