AD Script to report on all users with exclude of some?

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 9 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
virtuallynothere
Posts: 32
Last visit: Thu Apr 30, 2015 9:16 am

AD Script to report on all users with exclude of some?

Post by virtuallynothere »

Hello-

I am hoping someone can assist me. I have not made much progress after spending the last couple weeks on this.

I have to provide a report that is automated to certain people. I can write some basic queries to get user attributes, but I need to make this more complex.

I need to query all of the AD, with the exclusion of "some OUs" and then exclude the built-in "system accounts, so I'd think filtering out the system accounts would be something like "exclude accounts starting with "System", etc.

Then I need to gather many attributes of the users and finally export and email the csv to people.

Can anyone help, after about 1 week of making no progress, I"m just stuck.
User avatar
SAPIEN Support Forums
Posts: 945
Last visit: Thu Oct 22, 2015 1:10 pm

AD Script to report on all users with exclude of some?

Post by SAPIEN Support Forums »

This is an automated post. A real person will respond soon.

Thank you for posting, virtuallynothere.

Here are some hints to help you get an accurate and complete answer to your question.

Ask in the best forum: If you asked in the wrong forum, just copy your question to the right forum.

Anticipate follow-up questions!

Did you remember to include the following?
  • 1. Product, version and build
    2. 32 or 64 bit product
    3. Operating system, e.g. Windows 7 64 bit.
    4. Attach a screenshot, if applicable
    5. Attach logs, crash reports, etc., in a ZIP file
If not, please take a moment to edit your original post or reply to this one.

*** Make sure you do not post any licensing information ***
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: AD Script to report on all users with exclude of some?

Post by jvierra »

Have you search for scripts that do this? There are a great many available.

What have you tried so far?
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: AD Script to report on all users with exclude of some?

Post by jvierra »

I typed in one simple search and this was the first thing to pop up:
https://gallery.technet.microsoft.com/o ... t-7754a877
This topic is 9 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked