Skip to content

Commit 3fdaf47

Browse files
committed
Update O365-GROUP-Get-DistributionGroupRecursive.ps1
Update Notes
1 parent 67aefaf commit 3fdaf47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

O365-GROUP-Get-DistributionGroupRecursive/O365-GROUP-Get-DistributionGroupRecursive.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ function Get-DistributionGroupMemberRecursive
55
.SYNOPSIS
66
This script will list all the members (recursively) of a DistributionGroup
77
.EXAMPLE
8-
Get-DistributionGroupMemberRecursive -Group mtl-wbgames_metallica_all -Verbose
8+
Get-DistributionGroupMemberRecursive -Group TestDG -Verbose
99
.NOTES
1010
Francois-Xavier Cat
11-
2015/02/18
12-
11+
www.lazywinadmin.com
12+
@lazywinadm
1313
#>
1414
[CmdletBinding()]
1515
PARAM ($Group)
@@ -63,4 +63,4 @@ function Get-DistributionGroupMemberRecursive
6363
{
6464
Write-Verbose -message "[END] Done"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)