Skip to content

Commit

Permalink
Merge branch 'master' into tlsdomainfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhendric authored May 12, 2020
2 parents 860caee + 36d4fb3 commit 3d14dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
module every time.
- Added AD Permissions parameter for xExchReceiveConnector.
- Adding missing TlsAuthLevel to xExchSendConnector Get-TargetResource function.
- Small bug fix in xExchangeHelper module.

## [1.31.0] - 2020-01-27

Expand Down
2 changes: 1 addition & 1 deletion source/Modules/xExchangeHelper/xExchangeHelper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Get-ExistingRemoteExchangeSession
}
else # Session is in an unexpected state. Remove it so we can rebuild it
{
Remove-RemoteExchangeSession
Remove-RemoteExchangeModule
$session = $null
}
}
Expand Down

0 comments on commit 3d14dc7

Please sign in to comment.