Link to home
Start Free TrialLog in
Avatar of bsharath
bsharathFlag for India

asked on

Find all groups that are defined to accept messages only from

Hi,

Find all groups that are defined to accept messages only from.Is there a way to get all these group names to a file .

Regards
Sharath
Avatar of Farhan Kazi
Farhan Kazi
Flag of Australia image

Hi Sharath,

Click Start -> Run -> Cmd.exe

DSQuery * -Filter "(&(authOrig=*)(objectCategory=group))" -Attr Name -Limit 0 -L >OnlyFromGroups.txt

Check 'OnlyFromGroups.txt' for group names.

Hope this helps!
Farhan
Avatar of bsharath

ASKER

Farhan this works fine from the local Domain but from the root domain it does not fetch.Can you change it to even get details from the root domain
ASKER CERTIFIED SOLUTION
Avatar of Farhan Kazi
Farhan Kazi
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial