Getting list of users reporting from specific Manager from exchange
Could some body help me in pulling out the list of users reporting from a specific manager / User?
January 30th, 2013 9:07am

Hi, Please tell some more info. Reporting from a specific manager? Or are you asking about a list of users who are reporting to same manager? Then it's an Active directory propertyRegards from ExchangeOnline Windows Administrator's Area
Free Windows Admin Tool Kit Click here and download it now
January 30th, 2013 9:27am

On Wed, 30 Jan 2013 14:01:41 +0000, Sirki001 wrote: >Could some body help me in pulling out the list of users reporting from a specific manager / User? get-user -resultsize unlimited | where {$_.manager.name -eq "manager-name"} --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
January 30th, 2013 10:54am

Hi Thanks for the Reply, Actually I was trying to create a Query based DL in which I need all the users whose designation is manager and above reporting to a specific user.
Free Windows Admin Tool Kit Click here and download it now
January 30th, 2013 11:03am

Define "designation".[string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "
January 30th, 2013 11:32am

On Wed, 30 Jan 2013 15:57:46 +0000, Sirki001 wrote: >Hi Thanks for the Reply, Actually I was trying to create a Query based DL in which I need all the users whose designation is manager and above reporting to a specific user. "Manager" is a property you can use in the OPATH query on the DDL. How you'll know if a person is a "manager or above" is something you'll have to decide based on the value or some other property you've populated. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
January 30th, 2013 2:54pm

On Wed, 30 Jan 2013 15:57:46 +0000, Sirki001 wrote: >Hi Thanks for the Reply, Actually I was trying to create a Query based DL in which I need all the users whose designation is manager and above reporting to a specific user. "Manager" is a property you can use in the OPATH query on the DDL. How you'll know if a person is a "manager or above" is something you'll have to decide based on the value or some other property you've populated. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
January 30th, 2013 10:49pm

Hi Sirki001 Do you mean by creating a DL which contains all other DL managers CheersZi Feng TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2013 3:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics