Releases: dsccommunity/ComputerManagementDsc
Releases · dsccommunity/ComputerManagementDsc
v10.0.0-preview0003
[v10.0.0-preview0003]
Added
- SystemProtection
- New resource to configure System Protection settings (formerly xWindowsRestore) - Fixes Issue #364.
- SystemRestorePoint
- New resource to create and delete restore points (formerly xSystemRestorePoint) - Fixes Issue #364.
- ScheduledTask
- Added support for ScheduleType 'OnIdle', 'AtCreation', 'OnSessionState'.
Fixes Issue #282. - Added support for StateChange to allow specifying which session state changes should
trigger the task (with ScheduleType = OnSessionState). - Added support for StopAtDurationEnd permitting control over the 'Stop all running tasks
at the end of the repetition duration' feature.
Fixes Issue #168. - Added support for TriggerExecutionTimeLimit permitting control over per-trigger 'Stop task
if it runs longer than...' feature.
- Added support for ScheduleType 'OnIdle', 'AtCreation', 'OnSessionState'.
Fixed
- BREAKING CHANGE: ScheduledTask
- Fixed User parameter to correctly return the user that triggers an AtLogon or OnSessionState
Schedule Type, instead of the current value of ExecuteAsCredential. This parameter
is only valid when using the AtLogon and OnSessionState Schedule Types. - Fixed User parameter to permit use even if LogonType = Group.
- Updated RandomDelay logic from a blacklist to a whitelist.
- Updated Delay parameter logic to reflect other TimeSpan based values.
- Updated unit tests to use Should -Invoke for Pester 5 compatibility.
- Fixed User parameter to correctly return the user that triggers an AtLogon or OnSessionState
VirtualMemory
fix incorrect variable nameSmbServerConfiguration
remove errant argument- Update all calls to edit the registry so that the value Type is explicitly set.
Fixes Issue #433.
Changed
- BREAKING CHANGE: ScheduledTask
- Allow StartTime to be used to set the 'Activate' setting when adding ScheduleType triggers
other than 'Once', 'Daily' and 'Weekly'. - Updated Delay parameter to support ScheduleType AtLogon, AtStartup, AtCreation, OnSessionState.
Fixes Issue #345. - Updated User parameter for use with ScheduleType OnSessionState in addition to AtLogon.
- Updated integration tests to ensure resource and configuration names are matching.
- Allow StartTime to be used to set the 'Activate' setting when adding ScheduleType triggers
- Converted tests to Pester 5
- Rename Delete-ADSIObject to Delete-ADSIObject to satisfy HQRM
Removed
- Removed
Get-InvalidOperationRecord
to use version provided byDscResource.Test
v10.0.0-preview0002
[v10.0.0-preview0002]
Added
- ScheduledTask
- Added support for ScheduleType 'OnIdle', 'AtCreation', 'OnSessionState'.
Fixes Issue #282. - Added support for StateChange to allow specifying which session state changes should
trigger the task (with ScheduleType = OnSessionState). - Added support for StopAtDurationEnd permitting control over the 'Stop all running tasks
at the end of the repetition duration' feature.
Fixes Issue #168. - Added support for TriggerExecutionTimeLimit permitting control over per-trigger 'Stop task
if it runs longer than...' feature.
- Added support for ScheduleType 'OnIdle', 'AtCreation', 'OnSessionState'.
Fixed
- BREAKING CHANGE: ScheduledTask
- Fixed User parameter to correctly return the user that triggers an AtLogon or OnSessionState
Schedule Type, instead of the current value of ExecuteAsCredential. This parameter
is only valid when using the AtLogon and OnSessionState Schedule Types. - Fixed User parameter to permit use even if LogonType = Group.
- Updated RandomDelay logic from a blacklist to a whitelist.
- Updated Delay parameter logic to reflect other TimeSpan based values.
- Updated unit tests to use Should -Invoke for Pester 5 compatibility.
- Fixed User parameter to correctly return the user that triggers an AtLogon or OnSessionState
VirtualMemory
fix incorrect variable nameSmbServerConfiguration
remove errant argument- Update all calls to edit the registry so that the value Type is explicitly set.
Fixes Issue #433.
Changed
- BREAKING CHANGE: ScheduledTask
- Allow StartTime to be used to set the 'Activate' setting when adding ScheduleType triggers
other than 'Once', 'Daily' and 'Weekly'. - Updated Delay parameter to support ScheduleType AtLogon, AtStartup, AtCreation, OnSessionState.
Fixes Issue #345. - Updated User parameter for use with ScheduleType OnSessionState in addition to AtLogon.
- Updated integration tests to ensure resource and configuration names are matching.
- Allow StartTime to be used to set the 'Activate' setting when adding ScheduleType triggers
- Converted tests to Pester 5
- Rename Delete-ADSIObject to Delete-ADSIObject to satisfy HQRM
Removed
- Removed
Get-InvalidOperationRecord
to use version provided byDscResource.Test
v10.0.0-preview0001
[v10.0.0-preview0001]
Added
- ScheduledTask
- Added support for ScheduleType 'OnIdle', 'AtCreation', 'OnSessionState'.
Fixes Issue #282. - Added support for StateChange to allow specifying which session state changes should
trigger the task (with ScheduleType = OnSessionState). - Added support for StopAtDurationEnd permitting control over the 'Stop all running tasks
at the end of the repetition duration' feature.
Fixes Issue #168. - Added support for TriggerExecutionTimeLimit permitting control over per-trigger 'Stop task
if it runs longer than...' feature.
- Added support for ScheduleType 'OnIdle', 'AtCreation', 'OnSessionState'.
Fixed
- BREAKING CHANGE: ScheduledTask
- Fixed User parameter to correctly return the user that triggers an AtLogon or OnSessionState
Schedule Type, instead of the current value of ExecuteAsCredential. This parameter
is only valid when using the AtLogon and OnSessionState Schedule Types. - Fixed User parameter to permit use even if LogonType = Group.
- Updated RandomDelay logic from a blacklist to a whitelist.
- Updated Delay parameter logic to reflect other TimeSpan based values.
- Updated unit tests to use Should -Invoke for Pester 5 compatibility.
- Fixed User parameter to correctly return the user that triggers an AtLogon or OnSessionState
VirtualMemory
fix incorrect variable nameSmbServerConfiguration
remove errant argument
Changed
- BREAKING CHANGE: ScheduledTask
- Allow StartTime to be used to set the 'Activate' setting when adding ScheduleType triggers
other than 'Once', 'Daily' and 'Weekly'. - Updated Delay parameter to support ScheduleType AtLogon, AtStartup, AtCreation, OnSessionState.
Fixes Issue #345. - Updated User parameter for use with ScheduleType OnSessionState in addition to AtLogon.
- Updated integration tests to ensure resource and configuration names are matching.
- Allow StartTime to be used to set the 'Activate' setting when adding ScheduleType triggers
- Converted tests to Pester 5
- Rename Delete-ADSIObject to Delete-ADSIObject to satisfy HQRM
Removed
- Removed
Get-InvalidOperationRecord
to use version provided byDscResource.Test
v9.2.1-preview0001
[v9.2.1-preview0001]
Fixed
VirtualMemory
fix incorrect variable nameSmbServerConfiguration
remove errant argument
Changed
- Converted tests to Pester 5
- Rename Delete-ADSIObject to Delete-ADSIObject to satisfy HQRM
Removed
- Removed
Get-InvalidOperationRecord
to use version provided byDscResource.Test
v9.2.0
[v9.2.0]
Added
- ScheduledTask
- Added support for configuring Event ValueQueries, allowing the triggering event to be
parsed for values which are sent to the scheduled task script.
Fixes Issue #392.
- Added support for configuring Event ValueQueries, allowing the triggering event to be
Fixed
- ScheduledTask
- Resolved an issue where DaysOfWeek array ordering can cause configuration drift.
Fixes Issue #354.
- Resolved an issue where DaysOfWeek array ordering can cause configuration drift.
- Update build process to pin GitVersion to 5.* to resolve errors
(gaelcolas/Sampler#477).
Changed
- CI Pipeline
- Updated pipeline files to match current DSC Community patterns - fixes Issue #427.
- Updated HQRM step to use windows-latest image.
v9.2.0-preview0001
[v9.2.0-preview0001]
Added
- ScheduledTask
- Added support for configuring Event ValueQueries, allowing the triggering event to be
parsed for values which are sent to the scheduled task script.
Fixes Issue #392.
- Added support for configuring Event ValueQueries, allowing the triggering event to be
Fixed
- ScheduledTask
- Resolved an issue where DaysOfWeek array ordering can cause configuration drift.
Fixes Issue #354.
- Resolved an issue where DaysOfWeek array ordering can cause configuration drift.
- Update build process to pin GitVersion to 5.* to resolve errors
(gaelcolas/Sampler#477).
Changed
- CI Pipeline
- Updated pipeline files to match current DSC Community patterns - fixes Issue #427.
- Updated HQRM step to use windows-latest image.
v9.1.1-preview0001
[v9.1.1-preview0001]
Changed
- CI Pipeline
- Updated pipeline files to match current DSC Community patterns - fixes Issue #427.
- Updated HQRM step to use windows-latest image.
v9.1.0
[v9.1.0]
Changed
- ComputerManagementDsc
- The class-based resources are now re-using the module DscResource.Base - Fixes Issue #404.
- Removed the file
source/build.psd1
as it is no longer required for the
build pipeline. - Fixed Delete-ADSIObject so that existing AD Computer objects will be deleted. Fixes Issue #414.
- PSResourceRepository
- The resource now supports the read-only property
Reasons
that the
compliance part (audit via Azure Policy) of Azure AutoManage Machine
Configuration uses.
- The resource now supports the read-only property
Fixed
- ComputerManagementDsc
- AppVeyor build now sets the correct module version to be able to run tests.
- ScheduledTask
- Allowed values for ScheduleType updated to accept AtLogon over AtLogOn - Fixes Issue #420
- SmbShare
- Allow Test-TargetResource to succeed when access entries use different order - Fixes Issue #247, Issue #423
- UserAccountControl
- Ensure registry keys are created as REG_DWORD rather than REG_SZ - Fixes Issue #412
v9.1.0-preview0004
[v9.1.0-preview0004]
Changed
- ComputerManagementDsc
- The class-based resources are now re-using the module DscResource.Base - Fixes Issue #404.
- Removed the file
source/build.psd1
as it is no longer required for the
build pipeline. - Fixed Delete-ADSIObject so that existing AD Computer objects will be deleted. Fixes Issue #414.
- PSResourceRepository
- The resource now supports the read-only property
Reasons
that the
compliance part (audit via Azure Policy) of Azure AutoManage Machine
Configuration uses.
- The resource now supports the read-only property
Fixed
- ComputerManagementDsc
- AppVeyor build now sets the correct module version to be able to run tests.
- ScheduledTask
- Allowed values for ScheduleType updated to accept AtLogon over AtLogOn - Fixes Issue #420
- SmbShare
- Allow Test-TargetResource to succeed when access entries use different order - Fixes Issue #247, Issue #423
- UserAccountControl
- Ensure registry keys are created as REG_DWORD rather than REG_SZ - Fixes Issue #412
v9.1.0-preview0003
[v9.1.0-preview0003]
- ScheduledTask
- Allowed values for ScheduleType updated to accept AtLogon over AtLogOn - Fixes Issue #420
Changed
- ComputerManagementDsc
- The class-based resources are now re-using the module DscResource.Base - Fixes Issue #404.
- Removed the file
source/build.psd1
as it is no longer required for the
build pipeline. - Fixed Delete-ADSIObject so that existing AD Computer objects will be deleted. Fixes Issue #414.
- PSResourceRepository
- The resource now supports the read-only property
Reasons
that the
compliance part (audit via Azure Policy) of Azure AutoManage Machine
Configuration uses.
- The resource now supports the read-only property
Fixed
- ComputerManagementDsc
- AppVeyor build now sets the correct module version to be able to run tests.