Skip to content

v1.32.0

Compare
Choose a tag to compare
@dscbot dscbot released this 13 May 16:54
39c1c86

[v1.32.0]

Changed

  • xExchange
    • Update CI pipeline files.
    • Fixing xExchSendConnector ExtendedRight functionality by moving the test function
      to the helper module and setting explicit Deny permissions, instead of removing
      the marked as 'Deny' entries.
    • A remote implicing module with all Exchange cmdlets will be created under
      $env:Temp and reused every time DSC check runs, instead of creating a new
      module every time.
    • Added AD Permissions parameter for xExchReceiveConnector.
    • xExchAddressList: Removing the scriptblock creation for RecipientFilter
      property in Get-TargetResource.
    • Adding missing TlsAuthLevel to xExchSendConnector Get-TargetResource function.
    • Small bug fix in xExchangeHelper module.