7,023 questions
The powershell commands are get-aduser and get-adcomputer
get-aduser -filter * -properties *
get-adcomputer -filter * -properties *
Gary.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to get all attribute of user object and computer object via Powershell from On prem AD?
The powershell commands are get-aduser and get-adcomputer
get-aduser -filter * -properties *
get-adcomputer -filter * -properties *
Gary.