You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($ExistingTenantInfo-and$ExistingTenantInfo.RequiresRefresh-eq$false-and ($ExistingTenantInfo.displayName-eq$LatestRelationship.displayName-or$ExistingTenantInfo.displayName-eq$Alias)) {
107
113
Write-Host'Existing tenant found. We already have it cached, skipping.'
108
114
109
115
$DisplayNameUpdated=$false
110
116
if (![string]::IsNullOrEmpty($Alias)) {
111
-
if ($Alias.Value-ne$ExistingTenantInfo.displayName) {
0 commit comments