We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 799a9ca + ba3ed8b commit 36d4fb3Copy full SHA for 36d4fb3
CHANGELOG.md
@@ -18,6 +18,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
18
$env:Temp and reused every time DSC check runs, instead of creating a new
19
module every time.
20
- Added AD Permissions parameter for xExchReceiveConnector.
21
+ - Small bug fix in xExchangeHelper module.
22
23
## [1.31.0] - 2020-01-27
24
source/Modules/xExchangeHelper/xExchangeHelper.psm1
@@ -23,7 +23,7 @@ function Get-ExistingRemoteExchangeSession
}
else # Session is in an unexpected state. Remove it so we can rebuild it
25
{
26
- Remove-RemoteExchangeSession
+ Remove-RemoteExchangeModule
27
$session = $null
28
29
0 commit comments