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?