Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, September 25, 2017 1:37 PM
i am not seeing ipv4 address in the attributes of get-adcomputer -properties *
any idea why? and how do i get this?
All replies (6)
Monday, September 25, 2017 3:31 PM
hi
but these computer objects I am trying to get IP address from are unix machines.
Monday, September 25, 2017 7:46 PM
IPAddress is an attribute of a computer object but Unix objects may not be able to provide this:
The property is "IpV4Address" and "IpV6Address.
get-adcomputer -prop *v-Filter * | select ipv4address,ipv6address
Addresses require full PTR records in DNS.
\(ツ)_/
Monday, September 25, 2017 8:36 PM
ok my unix objects does not show anything under ipV4Address
Monday, September 25, 2017 8:42 PM
ok my unix objects does not show anything under ipV4Address
Check your DNS for the reverse PTR records. Also the address requires that the Unix system supports the LDAP queries from AD. If it doesn't have that support installed and configured then AD will only have a blank computer record in AD because the system is not joined to AD.
Unix support in AD requires many steps to set up correctly in AD and on the Unix system. Post in DirectoryServices forum for help with this. It cannot be solved with a script.
\(ツ)_/
Monday, September 25, 2017 9:35 PM
Yes - only available if the DNS is AD integrated. For Unix systems this requires Unix support in AD and on the Unix client. The Unix system must use the AD integrated DNS server and register with the DNS server.
I have never done a Unix integration so I am unclear on all of the steps.
The issue would be better served in the AD forum or in a Unix/LDAP forum.
\(ツ)_/
Monday, September 25, 2017 9:37 PM
Here is a good place to start: Authenticate and Integrate Linux with Active Directory
WS2012r2 and WS2016 have more integration tools so search for those documents.
\(ツ)_/