fix: Removed banner from EXO connection step
This commit is contained in:
@@ -8,6 +8,7 @@ The format is based on and uses the types of changes according to [Keep a Change
|
||||
|
||||
- Fixed test 1.3.1 to include notification window for password expiration.
|
||||
- Fixed 6.1.1 test definition to include the correct connection.
|
||||
- Removed banner from EXO connection step.
|
||||
|
||||
### Added
|
||||
|
||||
|
@@ -59,7 +59,7 @@ function Connect-M365Suite {
|
||||
|
||||
if ($RequiredConnections -contains "EXO" -or $RequiredConnections -contains "AzureAD | EXO" -or $RequiredConnections -contains "Microsoft Teams | EXO" -or $RequiredConnections -contains "EXO | Microsoft Graph") {
|
||||
Write-Host "Connecting to Exchange Online..." -ForegroundColor Cyan
|
||||
Connect-ExchangeOnline | Out-Null
|
||||
Connect-ExchangeOnline -ShowBanner $false | Out-Null
|
||||
$exoTenant = (Get-OrganizationConfig).Identity
|
||||
$tenantInfo += [PSCustomObject]@{
|
||||
Service = "Exchange Online"
|
||||
|
Reference in New Issue
Block a user