5

What do I enter when asked for FQDN (fully qualified domain name), for a PC that's not in a domain but in a WORKGROUP instead?

Eternal21
  • 163
  • 1
  • 1
  • 4
  • Depends on what's asking. What's asking? – HopelessN00b Oct 17 '12 at 19:31
  • @HopelessN00b Lync server installation. I am trying to install it on a standalone server that can't have domain controller, and I can't join a domain hosted on another server, because it runs 2003. – Eternal21 Oct 17 '12 at 20:47

3 Answers3

4

For Windows PCs you can check with:

ipconfig /all

Giving:

Host Name . . . . . . . . . . . . : PCNAME

Primary Dns Suffix . . . . . . . : local

FQDN = Hostname + Primary DNS Suffix

So in this case: PCNAME.local

Nicovs_be
  • 99
  • 1
  • 5
4

Workgroup computers don't have an FQDN unless you specifically configure them to have one. They have only a NetBIOS (single label) name.

Also, don't confuse the Primary DNS suffix with the DNS suffix search list as assigned by DHCP because they're two different things.

joeqwerty
  • 108,377
  • 6
  • 80
  • 171
3

It would be PCNAME.

That's PCNAME plus a dot.

jesusbolivar
  • 337
  • 1
  • 3
  • 12