Skip to content

Releases: dsccommunity/ComputerManagementDsc

v1.9.0

20 Jan 05:30
Compare
Choose a tag to compare
  • Added resources
    • xPowerPlan

v1.8.0

20 Jan 05:30
Compare
Choose a tag to compare
  • Converted AppVeyor.yml to pull Pester from PSGallery instead of
    Chocolatey.
  • Changed AppVeyor.yml to use default image
  • xScheduledTask: Fixed bug with different OS versions returning repeat interval
    differently

v1.7.0

20 Jan 05:31
Compare
Choose a tag to compare
  • Added support for enabling or disabling scheduled tasks
  • The Name parameter resolves to $env:COMPUTERNAME when the value is localhost

v1.6.0

20 Jan 05:31
Compare
Choose a tag to compare
  • Added the following resources:
    • MSFT_xOfflineDomainJoin resource to join computers to an AD Domain using an
      Offline Domain Join request file.
    • MSFT_xScheduledTask resource to control scheduled tasks on the local server
  • MSFT_xOfflineDomainJoin: Corrected localizedData.DomainAlreadyJoinedhMessage name.
  • xComputer: Changed credential generation code in tests to avoid triggering
    PSSA rule PSAvoidUsingConvertToSecureStringWithPlainText.
    Renamed unit test file to match the name of Resource file.

v1.5.0

20 Jan 05:31
Compare
Choose a tag to compare
  • Update Unit tests to use the standard folder structure and test templates.
  • Added .gitignore to prevent commit of DSCResource.Tests.

v1.4.0

20 Jan 05:31
Compare
Choose a tag to compare
  • Added validation to the Name parameter
  • Added the JoinOU parameter which allows you to specify the organizational unit
    that the computer account will be created in
  • Added the CurrentOU read-only property that shows the organizational unit that
    the computer account is currently in

v1.3.0

20 Jan 05:32
Compare
Choose a tag to compare
  • xComputer
    • Fixed issue with Test-TargetResource when not specifying Domain or
      Workgroup name
    • Added tests

v1.2.2

20 Jan 05:32
Compare
Choose a tag to compare
  • Added types to Get/Set/Test definitions to allow xResourceDesigner validation
    to succeed