Active Directory LDAP - Skills Assessment Q6 (Computer Name)

Hi,

I’m on the Active Directory LDAP - Skills Assessment.

The Question is "What is the name of the computer that starts with RD? (Submit the FQDN in all capital letters) "

The Computer does not seem to have a FQDN.

I used:

Get-ADComputer -Filter 'Name -like "RD*"' -Properties IPv4Address | Format-Table Name, DNSHostName, IPv4Address -AutoSize

This just gives me RDS01 and empty Answers for DNS and IPv4

Other Solution / Commands from Google don’t seem to work either.

Does anyone have a tip / has the same problem?

Hopefully you figured it out, but it took me far to long… just think of it as a web address… computer.domain.topdomain.

No, I just skipped it. But now I got it, thanks. Was just a formatting issue while answering the question.