Skip to content

v0.10.0-preview0008

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 27 Jul 11:12
a6d8b9f

[v0.10.0-preview0008]

Added

  • AddsDomainController:
    • add UnprotectFromAccidentalDeletion to allow dc promote if an existing AD computer account is protected
    • AllowPasswordReplication and DenyPasswordReplication Variables for RODCs
  • AzureConnectedMachine:
    • Composite to install and configure the Azure Connected Machine Agent
  • DhcpServerAuthorization:
    • new resource to authorize DHCP server in AD
  • FailoverCluster:
    • add Networks support
    • add installation of required Windows Features
    • update documentation
  • HyperVReplica
    • new resource to configure replication of Hyper-V virtual machines
  • HyperVState
    • new resource to control state parameters of Hyper-V virtual machines
  • RenameNetworkAdapters
    • Add composite to rename network adapters
    • Add documentation

Changed

  • Fixed Typo in AddsDomainController documentation
  • DHCPServer:
    • fix EnableSecurityGroups if resource is not running on a domain controller
  • HyperV:
    • remove unused code after migration to HyperVDsc
  • Pipeline
    • Updated to latest Sampler files and update an vmImage reference to ubuntu-latest
  • WindowsOptionalFeatures and WindowsFeatures are using the DSC resource in xPSDesiredStateConfiguration now.
  • CertificateRequests supports multiple certificates with the same issuer and subject by making friendlyName a mandatory (key) parameter.

Fixed

  • Fixed bugs in 'DscTagging'