Skip to content

v3.0.0-preview0002

Pre-release
Pre-release

Choose a tag to compare

@dscbot dscbot released this 07 Oct 15:57
1b5bd16

[v3.0.0-preview0002]

Fixed

  • xRDSessionCollection
    • Ignore errors from New-RDSessionCollection and instead checks the collection is created; resolves issue #105
    • Always filter SessionCollection result; resolves issue #106

Added

  • xRDConnectionBrokerHAMode
    • New resource to configure HA mode on a connection broker

Changed

  • xRDSessionCollection
    • SessionHost supports array
    • Collections are now tested for SessionHosts as well, list of session hosts is amended
  • xRDSessionDeployment
    • SessionHost and WebAccessServer supports array
    • Deployments are now tested for WebAccess and SessionHosts as well
    • Resource can extend an existing deployment with more session hosts and web access servers
    • ConnectionBroker is only remaining key since the broker can only broker one deployment
  • xRDServer
    • Improve error handling in Set-TargetResource function for Add-RDServer
      cmdlet, fixes issue #111.