We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1382108 commit 3c2ad2aCopy full SHA for 3c2ad2a
src/Export-RecipientPermissions.ps1
@@ -9769,9 +9769,7 @@ try {
9769
9770
foreach ($x in $GrantorsToConsider) {
9771
if (($AllRecipients[$x].RecipientTypeDetails -ilike 'Group*') -or ($AllRecipients[$x].RecipientTypeDetails -ilike '*Group')) {
9772
- if ($ExportDistributionGroupMembers -ieq 'None') {
9773
- # do nothing
9774
- } elseif ($ExportDistributionGroupMembers -ieq 'OnlyTrustees') {
+ if ($ExportDistributionGroupMembers -ieq 'OnlyTrustees') {
9775
if ($AllRecipients[$x].IsTrustee -eq $true) {
9776
$tempQueue.enqueue($x)
9777
}
0 commit comments