Skip to content

Commit

Permalink
Added new resource UserAccountControl (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Feb 13, 2020
1 parent c3d4a95 commit ad7ed36
Show file tree
Hide file tree
Showing 18 changed files with 1,832 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added new resource IEEnhancedSecurityConfiguration (moved from module
xSystemSecurity).
- Added new resource UserAccountControl (moved from module
xSystemSecurity).

### Changed

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -58,6 +58,8 @@ The **ComputerManagementDsc** module contains the following resources:
- **SystemLocale**: This resource is used to set the system locale on a
Windows machine
- **TimeZone**: This resource is used for setting the time zone on a machine.
- **UserAccountControl**: This resource allows you to configure the notification
level or granularly configure the User Account Control for the computer.
- **VirtualMemory**: This resource allows configuration of properties of the
paging file on the local computer.
- **WindowsEventLog**: This resource allows configuration of a specified
Expand Down
1 change: 1 addition & 0 deletions source/ComputerManagementDsc.psd1
Expand Up @@ -52,6 +52,7 @@
'WindowsEventLog'
'WindowsCapability'
'IEEnhancedSecurityConfiguration'
'UserAccountControl'
)

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
Expand Down

0 comments on commit ad7ed36

Please sign in to comment.