Home › Forums › OS X Server and Client Discussion › Active Directory › Get Computer DN via the Command line
Hello, My System is in Active directory and I wanted to know, if there is a simple way to get my Computer account DN via the command line?
Thanks, – Charles
I think you should be able to do the following:
ldapsearch -h server.example.com uid=user dn
Comments are closed