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
Copy file name to clipboardExpand all lines: Diagnostics/FreeBusyChecker/Functions/hostOutput.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,9 @@ function ShowParameters() {
58
58
Write-Host-ForegroundColor White " AD root Domain"
59
59
Write-Host-ForegroundColor Green "$Script:ExchangeOnPremLocalDomain"
60
60
Write-Host-ForegroundColor White " Exchange On Premises Domain: "
61
-
Write-Host-ForegroundColor Green "$exchangeOnPremDomain"
61
+
Write-Host-ForegroundColor Green "$Script:ExchangeOnPremDomain"
62
62
Write-Host-ForegroundColor White " Exchange On Premises External EWS url:"
63
-
Write-Host-ForegroundColor Green "$exchangeOnPremEWS"
63
+
Write-Host-ForegroundColor Green "$Script:ExchangeOnPremEWS"
64
64
Write-Host-ForegroundColor White " On Premises Hybrid Mailbox:"
65
65
Write-Host-ForegroundColor Green "$Script:UserOnPrem"
66
66
Write-Host-ForegroundColor White " Exchange Online Mailbox:"
@@ -83,7 +83,7 @@ function hostOutputIntraOrgConEnabled($Auth) {
83
83
Write-Host-ForegroundColor White " -> Running for OAuth only as OAuth takes precedence over DAuth;"
84
84
Write-Host-ForegroundColor White "`n This script can be Run using the -Auth All parameter to Check for both OAuth and DAuth configuration. `n`n Example: ./FreeBusyChecker.ps1 -Auth All"
85
85
Write-Host-ForegroundColor White "`n This script can be Run using the -Auth DAuth parameter to Check for DAuth configuration only. `n`n Example: ./FreeBusyChecker.ps1 -Auth DAuth"
0 commit comments