Skip to content

Commit 36d4fb3

Browse files
authored
Merge pull request #454 from SSvilen/helpermodulefix
xExchangeHelper: Fix Exchange session removal
2 parents 799a9ca + ba3ed8b commit 36d4fb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
1818
$env:Temp and reused every time DSC check runs, instead of creating a new
1919
module every time.
2020
- Added AD Permissions parameter for xExchReceiveConnector.
21+
- Small bug fix in xExchangeHelper module.
2122

2223
## [1.31.0] - 2020-01-27
2324

source/Modules/xExchangeHelper/xExchangeHelper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function Get-ExistingRemoteExchangeSession
2323
}
2424
else # Session is in an unexpected state. Remove it so we can rebuild it
2525
{
26-
Remove-RemoteExchangeSession
26+
Remove-RemoteExchangeModule
2727
$session = $null
2828
}
2929
}

0 commit comments

Comments
 (0)