Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new diag to list members inside nested DLs #229

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Next Next commit
modify comparison
hazemembaby committed Oct 26, 2021
commit fabd973787ae54f0884bde4f03e297b03d6e9a43
2 changes: 1 addition & 1 deletion ActionPlans/Start-DlToO365GroupUpgradeChecks.ps1
Original file line number Diff line number Diff line change
@@ -428,7 +428,7 @@ catch {
$counter=1
foreach($sharedMBX in $sharedMBXs)
{
if ($sharedMBX.ForwardingAddress -match $dg.name -or $sharedMBX.ForwardingSmtpAddress -match $dg.PrimarySmtpAddress)
if ($sharedMBX.ForwardingAddress -eq $dg.name -or $sharedMBX.ForwardingSmtpAddress -match $dg.PrimarySmtpAddress)
{
$Conditionfwdmbx= $Conditionfwdmbx+$sharedMBX
$counter++