export AD user list from a different domain?

Yasser 0 Reputation points
2023-05-03T13:34:07.5533333+00:00

Hi,

I am using Windows laptop, i have read only access to a specific domain, I reside on a different domain. Is it possible to export AD user List from that specific domain ? If it's possible what's the best way ? Powershell script ? Python ? etc.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,836 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2023-05-03T19:04:38.5466667+00:00

    PowerShell may be the simplest solution.

    https://www.lepide.com/how-to/export-active-directory-users-to-csv-using-powershell.html

    --please don't forget to upvote and Accept as answer if the reply is helpful--