Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.

Commit a24cbeb

Browse files
committed
Minor bug fix
1 parent 4d202be commit a24cbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConfigureExchangeURLs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Process {
128128
Write-Host "Configuring Outlook Anywhere URLs"
129129
Get-OutlookAnywhere -Server $i | Set-OutlookAnywhere -ExternalHostname $externalurl -InternalHostname $internalurl -ExternalClientsRequireSsl $ExternalSSL -InternalClientsRequireSsl $InternalSSL -DefaultAuthenticationMethod $DefaultAuth
130130

131-
if ($externalurl -eq $null)
131+
if ($externalurl -eq "")
132132
{
133133
Write-Host "Configuring Outlook Web App URLs"
134134
Get-OwaVirtualDirectory -Server $i | Set-OwaVirtualDirectory -ExternalUrl $null -InternalUrl https://$internalurl/owa

0 commit comments

Comments
 (0)