No announcements
Found 1613555 threads
-
2 Votes
Distribution Group Members Export
Export Distribution Group and Members to CSV Script Highlights: Allows you to filter ...Answered | 3 Replies | 1706 Views | Created by Vegas588 - Sunday, July 3, 2016 8:32 PM | Last reply by Kathy Cooper - Friday, May 24, 2019 6:16 AM -
2 Votes
get disabled members of a distribution group
Hello, Try this: $GlobalCatalog = "server01.contoso.com" $GroupName = "Sales" # Method ...Answered | 2 Replies | 10355 Views | Created by Graill - Thursday, February 25, 2010 11:04 AM | Last reply by Graill - Friday, February 26, 2010 9:26 AM -
0 Votes
export distribution group with members
This script works real good compared to just trying to string together native ...Answered | 4 Replies | 4236 Views | Created by Alter1974 - Wednesday, July 27, 2011 9:16 AM | Last reply by Alter1974 - Wednesday, July 27, 2011 3:33 PM -
0 Votes
Distribution groups members
Powershell command to list all distribution groups and members of those ...Answered | 1 Replies | 4636 Views | Created by Piero Bacarella - Tuesday, January 4, 2011 3:19 PM | Last reply by Jon Alfred Smith - Tuesday, January 4, 2011 6:12 PM -
0 Votes
Distribution group member's priority
This can be beneficial to other community members reading the thread.Answered | 3 Replies | 4250 Views | Created by vcnz - Tuesday, May 24, 2011 10:30 AM | Last reply by Gavin-Zhang - Monday, May 30, 2011 5:44 AM -
18 Votes
Get the list of members in "Dynamic distribution group"
Groups' members to CSV with Display Name, Primary SMTP Address, Alias, Manager(ManagedBy), Group Members Count, Member Type, Count By Members ...Answered | 40 Replies | 134226 Views | Created by Senthil KR - Wednesday, February 3, 2010 4:50 AM | Last reply by pravin m bedekar - Monday, October 21, 2019 12:58 PM -
0 Votes
Hide Members of Distribution Group
You shouldn't assume that you can go modifying attributes manually and getting predictable results.Answered | 2 Replies | 1751 Views | Created by Jerry__Ye - Tuesday, November 10, 2015 3:17 AM | Last reply by Mike Crowley - Wednesday, November 11, 2015 8:02 PM -
0 Votes
Distribution Group Members
Provided the number of members on the group is less than the default page size in the AD (probably 1500) it works quickly.Answered | 5 Replies | 920 Views | Created by JozTech - Thursday, April 10, 2014 3:01 PM | Last reply by Rich Matheisen [Ex-MVP (retired)] - Friday, April 11, 2014 10:00 PM -
0 Votes
export Distribution group members
If you resolved it using our solution, please "mark it as answer" to help other community members find the helpful reply quickly.Answered | 3 Replies | 635 Views | Created by ItsMe-Roger - Friday, May 17, 2019 7:47 AM | Last reply by LeeSeenLi - Monday, May 20, 2019 6:17 AM -
0 Votes
Edit Distribution Group Members
Enumerate all groups user DomainA\UserA is a direct member of.Answered | 3 Replies | 3766 Views | Created by Matt Mylchreest - Friday, September 2, 2011 1:42 PM | Last reply by Matt Mylchreest - Monday, September 5, 2011 10:28 AM -
0 Votes
Get distribution group members along with email and country.
Get all group list: Get-DistributionGroup Get group members: Get-DistributionGroupMember ...Answered | 1 Replies | 12758 Views | Created by Shawn D - Tuesday, September 18, 2012 9:54 PM | Last reply by ILYA [ sie ] Sazonov - Wednesday, September 19, 2012 2:20 AM -
0 Votes
Members added in Distribution Group
Also wanted to add to it that, once you have exported the Group in CSV, you can filtered by the Group and Do the check on the no of Members.Answered | 3 Replies | 2817 Views | Created by Insa - Friday, July 20, 2012 5:01 AM | Last reply by Gavin-Zhang - Tuesday, July 24, 2012 5:22 AM -
0 Votes
Need list of all Distribution groups that has Distribution group members
{$_.recipienttype -match "Group"}) -ne $null){$DG} } This will list you the distribution group which has another distribution group as a ...Answered | 4 Replies | 1161 Views | Created by Diego Mirner - Tuesday, September 23, 2014 1:19 PM | Last reply by MAS- - Tuesday, September 23, 2014 4:24 PM -
0 Votes
preview distribution group with dynamic group members
To review the members of mail universal distribution group with 2 dynamic groups as members, I write a script for reference.Answered | 1 Replies | 977 Views | Created by joerabbi - Friday, October 7, 2016 3:55 PM | Last reply by Lynn-Li - Monday, October 10, 2016 7:30 AM -
0 Votes
Export Distribution group member list
The following should work: Get-ADGroup -Filter {GroupCategory -eq "Distribution"} | Get-ADGroupMember | Select distinguishedName | Export-Csv ...Answered | 3 Replies | 19426 Views | Created by SelvanayagamR - Thursday, December 17, 2015 1:24 PM | Last reply by Richard Mueller - Monday, December 21, 2015 12:04 PM -
0 Votes
Distribution Group Member Size Best Practice
We are required to create a distribution group of approx. 18,000 members.Answered | 3 Replies | 7008 Views | Created by D.T. Jenkins - Wednesday, April 28, 2010 7:38 PM | Last reply by Rich Matheisen [Ex-MVP (retired)] - Thursday, April 29, 2010 1:36 AM -
10 Votes
Powershell tip to get desired distribution group name and members in csv format
Even I'm getting Unexpected token 'Report' in expression or statement.Answered | 13 Replies | 80142 Views | Created by Kanien - Saturday, March 3, 2012 3:11 AM | Last reply by Daniel S Orlando - Wednesday, March 12, 2014 7:33 PM -
0 Votes
Adding member in Distribution Group
Since this issue is more related to Office 365, I'd recommend you post a new question in the Office 365 Community ...Answered | 1 Replies | 672 Views | Created by ZAIN67 - Monday, April 20, 2015 8:18 AM | Last reply by Steve Fan - Tuesday, April 21, 2015 5:54 AM -
0 Votes
Dynamic Distribution group excluding specific group members
Hi Tim De Meyer, Here is a summary about this thread: Request/Expectation: Is there a way to create a dynamic group(DDG) excluding a ...Answered | 5 Replies | 870 Views | Created by Tim De Meyer - Friday, November 8, 2019 3:09 PM | Last reply by Kyle.Xu - Thursday, November 21, 2019 9:07 AM -
0 Votes
Need to get a report of which Distribution Groups contain at least 1 external member.
The above script will print all the distribution group that contains exchange mail contacts.Answered | 2 Replies | 660 Views | Created by ScotchTech - Wednesday, September 11, 2019 1:26 PM | Last reply by Kyle.Xu - Thursday, September 12, 2019 7:15 AM - Items 1 to 20 of 1613555 Next ›
No announcements