RE: AD Reports

2009-11-16 Thread Steven M. Caesare
If not, iterating via script with psloggedon (sysinternals), can get this for you. -sc -Original Message- From: mqcarp [mailto:mqcarpen...@gmail.com] Sent: Monday, November 16, 2009 2:00 PM To: NT System Admin Issues Subject: Re: AD Reports This is a tangent question. Do any of these

Re: AD Reports

2009-11-16 Thread mqcarp
; > > > From: Tres Coker [mailto:tlco...@gmail.com] > Sent: Monday, November 16, 2009 12:46 PM > To: NT System Admin Issues > Subject: AD Reports > > > > Does anyone have a good (preferably free) way to create some Active > Directory reports. I basically need a report t

RE: AD Reports

2009-11-16 Thread Brumbaugh, Luke
Netwrix has a free version. I have the bought version and love it. From: Tres Coker [mailto:tlco...@gmail.com] Sent: Monday, November 16, 2009 12:46 PM To: NT System Admin Issues Subject: AD Reports Does anyone have a good (preferably free) way to create some Active Directory reports. I

Re: AD Reports

2009-11-16 Thread KenM
For group membership I like using the Quest AD powershell cmdlets. To get the OU's I would use ADFIND with the OU as a base, this could also be done with powershell or a vbscript. Or you could output all the users DN's and have a script parse all of them. On Mon, Nov 16, 2009 at 12:46 PM, Tres

RE: AD Reports

2009-11-16 Thread David Lum
Joeware.net Dave From: Don Ely [mailto:don@gmail.com] Sent: Monday, November 16, 2009 9:48 AM To: NT System Admin Issues Subject: Re: AD Reports CSVDE or LDIFDE? Certainly not fancy and pretty ugly, but very free On Mon, Nov 16, 2009 at 9:46 AM, Tres Coker mailto:tlco...@gmail.com

RE: AD Reports

2009-11-16 Thread John Cook
Coker [mailto:tlco...@gmail.com] Sent: Monday, November 16, 2009 12:46 PM To: NT System Admin Issues Subject: AD Reports Does anyone have a good (preferably free) way to create some Active Directory reports. I basically need a report that will tell me which members are in certain OUs and groups

Re: AD Reports

2009-11-16 Thread Don Ely
CSVDE or LDIFDE? Certainly not fancy and pretty ugly, but very free On Mon, Nov 16, 2009 at 9:46 AM, Tres Coker wrote: > Does anyone have a good (preferably free) way to create some Active > Directory reports. I basically need a report that will tell me which members > are in certain OUs an

AD Reports

2009-11-16 Thread Tres Coker
Does anyone have a good (preferably free) way to create some Active Directory reports. I basically need a report that will tell me which members are in certain OUs and groups. Nothing too fancy. ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~

Re: AD reports

2008-06-12 Thread Steven Peck
No problem, I was bored and am still learning PowerShell so knowing how to solve your problem may come in handy later. :) Steven On Thu, Jun 12, 2008 at 11:52 AM, wjh <[EMAIL PROTECTED]> wrote: > Wow, thanks guys. I didn't mean to give anyone a task. But, I appreciate > it. > > Bill > > > Steve

Re: AD reports

2008-06-12 Thread wjh
Wow, thanks guys. I didn't mean to give anyone a task. But, I appreciate it. Bill Steven Peck wrote: I believe the original request was for groups a user account is a memberof. If you want to get group membership and nested group membership I think you would have to go with a top down appr

Re: AD reports

2008-06-12 Thread Steven Peck
oh, missed the OU part of the original request. There are output formatting options available in PowerShell but I haven't really explored those much yet so this really just dumps output to the screen. You can add an Out-File or do the old cmd prompt > redirect to a text file. One of these da

RE: AD reports

2008-06-12 Thread Free, Bob
om: KenM [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 9:57 AM To: NT System Admin Issues Subject: Re: AD reports Just a word of warning if you decide to use this. This will not get the users Primary group or any nested groups the users may belong to. I do not know PS well enough to tell y

Re: AD reports

2008-06-12 Thread Steven Peck
I believe the original request was for groups a user account is a memberof. If you want to get group membership and nested group membership I think you would have to go with a top down approach and then compare/soprt etc. (note, I could easily be wrong here) get-qadgroupmember "Group Name" -indire

Re: AD reports

2008-06-12 Thread KenM
Just a word of warning if you decide to use this. This will not get the users Primary group or any nested groups the users may belong to. I do not know PS well enough to tell you how to get those but would be interested to see how this is done with PS if anyone knows. On Thu, Jun 12, 2008 at 12:

Re: AD reports

2008-06-12 Thread Steven Peck
With PowerShell and the Quest AD cmdlets it would be more along the lines of $user = "juser" (get-QADuser $user ).memberof | get-qadgroup | select-object Name | export-cvs ./report.csv - To do all the users you could loop through them from a list or an AD query with Get-Q

Re: AD reports

2008-06-12 Thread Eric Woodford
I've used this tool with decent success.. I think it is more Exchange focused, but might do your job for AD groups too.. Otherwise PowerShell and something like *get-qadGroup "Groupname"* could do it in a rough format.. http://www.imanami.com/products/smartr/ On Thu, Jun 12, 2008 at 7:58 AM, wjh

AD reports

2008-06-12 Thread wjh
Hi all, We have a client that will require quarterly reports regarding AD users and the groups to which they belong. Is there an easy and possibly free tool out there to provide a legible list of users and the groups the user is in. This isn't any big enterprise AD environment. Only about