- SecurityPolicyDsc:
- Added automatic release with a new CI pipeline. Issue #143.
- Updated pipeline with
Sampler.GitHubTasks
tasks. - SecurityPolicyDsc:
- AccountPolicy/SecurityOption:
- BREAKING: Introduced support for PowerShell v7 (Invoke-DscResource). With this change, we start using Import-PowerShellDataFile, which is only available from PowerShell v5. This means Windows PowerShell 4 (WMF 4) is no longer supported.
- Resolved custom Script Analyzer rules that was added to the test framework.
- Moved change log to CHANGELOG.md.
- Added support for more SDDL SID constants
Issue #126.
- Added functions to convert identity to and from SDDL SID constants.
- Changed Format-RestrictedRemoteSAM to use new function to create strings with additional SDDL SID constants.
- Changed ConvertTo-CimRestrictedRemoteSam to use new function to accept more possible SDDL SID constants.
- Changed ConvertTo-CimRestrictedRemoteSam to skip CimInstance creation if no valid Identity was found.
- Added schema descriptions for all properties and update README.
- Added PowerShell Dsc Resource Help Files.
- AccountPolicy/SecurityOption:
- AccountPolicy:
- Improved and updated unit tests to Pester v4 format.
- AccountPolicy:
- Ensure
Get
method returns the specifiedName
property. - Fix applying Account_lockout_duration to zero Issue #140.
- Ensure
- SecurityPolicy:
- Ensure
Get
method returns the specifiedName
property. -SecurityOption - 'Network_access_Remotely_accessible_registry_paths' and 'Network_access_Remotely_accessible_registry_paths_and_subpaths' use null char as a delimiter
- Ensure
- Changes to SecurityPolicyDsc:
- Opt-in to the following DSC Resource Common Meta Tests:
- Common Tests - Validate Module Files
- Common Tests - Validate Script Files
- Common Tests - Validate Markdown Files
- Common Tests - Required Script Analyzer Rules
- Common Tests - Flagged Script Analyzer Rules
- Common Tests - New Error-Level Script Analyzer Rules
- Common Tests - Custom Script Analyzer Rules
- Common Tests - Validate Markdown Links
- Common Tests - Relative Path Length
- Common Tests - Validate Example Files
- Common Tests - Validate Example Files To Be Published
- Fix keywords to lower-case to align with guideline.
- Opt-in to the following DSC Resource Common Meta Tests:
- Bug fix - Max password age fails when setting to 0. Fixes Issue #121.
- Bug fix - Domain_controller_LDAP_server_signing_requirements - Require Signing. Fixes Issue #122.
- Bug fix - Network_security_Restrict_NTLM security options correct parameter validation. This fix could impact your systems.
- Bug fix - Issue 71 - Issue Added Validation Attributes to AccountPolicy & SecurityOption
- Bug fix - Network_security_Restrict_NTLM security option names now maps to correct keys. This fix could impact your systems.
- Updated LICENSE file to match the Microsoft Open Source Team standard. Fixes Issue #108.
- Refactored the SID translation process to not throw a terminating error when called from Test-TargetResource
- Updated verbose message during the SID translation process to identify the policy where an orphaned SID exists
- Added the EType "FUTURE" to the security option "Network_security_Configure_encryption_types_allowed_for_Kerberos"
- Documentation update to include all valid settings for security options and account policies
- Bug fix - Issue 83 - Network_access_Remotely_accessible_registry_paths_and_subpaths correctly applies multiple paths
- Update LICENSE file to match the Microsoft Open Source Team standard
- Added SecurityOption - Network_access_Restrict_clients_allowed_to_make_remote_calls_to_SAM
- Bug fix - Issue 105 - Spelling error in SecurityOption User_Account_Control_Behavior_of_the_elevation_prompt_for_standard_users
- Bug fix - Issue 90 - Corrected value for Microsoft_network_server_Server_SPN_target_name_validation_level policy
- Added handler for null value in SecurityOption
- Moved the helper module out from DSCResource folder to the Modules folder.
- Fixed SecurityPolicyResourceHelper.Tests.ps1 so it possible to run the tests locally.
- Fixed minor typos.
- Added additional error handling to ConvertTo-Sid helper function.
- Updated documentation.
- Add example of applying Kerberos policies
- Added hyper links to readme
- Fixed bug in UserRightAssignment where Get-DscConfiguration would fail if it returns $Identity as single string
- Updated SecurityOption to handle multi-line logon messages
- SecurityOption: Added logic and example to handle scenario when using Interactive_logon_Message_text_for_users_attempting_to_log_on
- Added SecurityOption and AccountPolicy
- Removed SecuritySetting
- Refactored user rights assignment to read and test easier.
- Fixed bug in which friendly name translation may fail if user or group contains 'S-'.
- Fixed bug identified in issue 33 and 34 where Test-TargetResource would return false but was true
- Added functionality to support BaselineManagement Module.
- Updated UserRightsAssignment resource to respect dynamic local accounts.
- Added SecuritySetting resource to process additional INF settings.
- SecurityTemplate: Remove [ValidateNotNullOrEmpty()] attribute for IsSingleInstance parameter
- Fixed typos
- SecurityTemplate:
- Made SecurityTemplate compatible with Nano Server
- Fixed bug in which Path parameter failed when no User section was present
- Initial release with the following resources:
- UserRightsAssignment
- SecurityTemplate