Skip to content

Commit

Permalink
Merge pull request #454 from SSvilen/helpermodulefix
Browse files Browse the repository at this point in the history
xExchangeHelper: Fix Exchange session removal
  • Loading branch information
mhendric authored May 12, 2020
2 parents 799a9ca + ba3ed8b commit 36d4fb3
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 @@ -18,6 +18,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
$env:Temp and reused every time DSC check runs, instead of creating a new
module every time.
- Added AD Permissions parameter for xExchReceiveConnector.
- 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 36d4fb3

Please sign in to comment.