ComputerManagementDsc
8.1.0
DSC resources for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
Minimum PowerShell version
4.0
See the version list below for details.
Installation Options
Owners
Copyright
Copyright the DSC Community contributors. All rights reserved.
Package Details
Author(s)
- DSC Community
Tags
DesiredStateConfiguration DSC DSCResource
DSCResources
Computer OfflineDomainJoin PendingReboot PowerPlan PowerShellExecutionPolicy RemoteDesktopAdmin ScheduledTask SmbServerConfiguration SmbShare SystemLocale TimeZone VirtualMemory WindowsEventLog WindowsCapability IEEnhancedSecurityConfiguration UserAccountControl
Dependencies
This module has no dependencies.
Release Notes
## [8.1.0] - 2020-03-26
### Added
- ComputerManagementDsc
- Added build task `Generate_Conceptual_Help` to generate conceptual help
for the DSC resource.
- Added build task `Generate_Wiki_Content` to generate the wiki content
that can be used to update the GitHub Wiki.
### Changed
- ComputerManagementDsc
- Updated CI pipeline files.
- No longer run integration tests when running the build task `test`, e.g.
`.\build.ps1 -Task test`. To manually run integration tests, run the
following:
```powershell
.\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
```
### Fixed
- ScheduledTask:
- Added missing 'NT Authority\' domain prefix when testing tasks that use
the BuiltInAccount property - Fixes [Issue #317](https://github.com/dsccommunity/ComputerManagementDsc/issues/317)
## [8.0.0] - 2020-02-14
### Added
- Added new resource IEEnhancedSecurityConfiguration (moved from module
xSystemSecurity).
- Added new resource UserAccountControl (moved from module
xSystemSecurity).
### Changed
- SmbShare:
- Add parameter ScopeName to support creating shares in a different
scope - Fixes [Issue #284](https://github.com/dsccommunity/ComputerManagementDsc/issues/284).
- Added `.gitattributes` to ensure CRLF is used when pulling repository - Fixes
[Issue #290](https://github.com/dsccommunity/ComputerManagementDsc/issues/290).
- SystemLocale:
- Migrated SystemLocale from [SystemLocaleDsc](https://github.com/PowerShell/SystemLocaleDsc).
- RemoteDesktopAdmin:
- Correct Context messages in integration tests by adding 'When'.
- WindowsCapability:
- Change `Test-TargetResource` to remove test for valid LogPath.
- BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
- Updated to use continuous delivery pattern using Azure DevOps - Fixes
[Issue #295](https://github.com/dsccommunity/ComputerManagementDsc/issues/295).
### Deprecated
- None
### Removed
- None
### Fixed
- WindowsCapability:
- Fix `A parameter cannot be found that matches parameter name 'Ensure'.`
error in `Test-TargetResource` - Fixes [Issue #297](https://github.com/dsccommunity/ComputerManagementDsc/issues/297).
### Security
- None
FileList
- ComputerManagementDsc.nuspec
- ComputerManagementDsc.psd1
- en-US\about_ComputerManagementDsc.help.txt
- DSCResources\DSC_SmbServerConfiguration\DSC_SmbServerConfiguration.psm1
- DSCResources\DSC_SmbServerConfiguration\README.md
- DSCResources\DSC_SmbServerConfiguration\DSC_SmbServerConfiguration.data.psd1
- DSCResources\DSC_SmbServerConfiguration\DSC_SmbServerConfiguration.schema.mof
- DSCResources\DSC_WindowsCapability\README.md
- DSCResources\DSC_WindowsCapability\DSC_WindowsCapability.schema.mof
- DSCResources\DSC_WindowsCapability\DSC_WindowsCapability.psm1
- DSCResources\DSC_ScheduledTask\DSC_ScheduledTask.schema.mof
- DSCResources\DSC_ScheduledTask\DSC_ScheduledTask.psm1
- DSCResources\DSC_ScheduledTask\README.md
- DSCResources\DSC_PowerShellExecutionPolicy\DSC_PowerShellExecutionPolicy.psm1
- DSCResources\DSC_PowerShellExecutionPolicy\README.md
- DSCResources\DSC_PowerShellExecutionPolicy\DSC_PowerShellExecutionPolicy.schema.mof
- DSCResources\DSC_PowerPlan\DSC_PowerPlan.schema.mof
- DSCResources\DSC_PowerPlan\README.md
- DSCResources\DSC_PowerPlan\DSC_PowerPlan.psm1
- DSCResources\DSC_PendingReboot\README.md
- DSCResources\DSC_PendingReboot\DSC_PendingReboot.psm1
- DSCResources\DSC_PendingReboot\DSC_PendingReboot.schema.mof
- DSCResources\DSC_WindowsEventLog\DSC_WindowsEventLog.psm1
- DSCResources\DSC_WindowsEventLog\README.md
- DSCResources\DSC_WindowsEventLog\DSC_WindowsEventLog.schema.mof
- DSCResources\DSC_Computer\DSC_Computer.schema.mof
- DSCResources\DSC_Computer\README.md
- DSCResources\DSC_Computer\DSC_Computer.psm1
- DSCResources\DSC_SmbShare\DSC_SmbShare.schema.mof
- DSCResources\DSC_SmbShare\README.md
- DSCResources\DSC_SmbShare\DSC_SmbShare.psm1
- DSCResources\DSC_TimeZone\README.md
- DSCResources\DSC_TimeZone\DSC_TimeZone.psm1
- DSCResources\DSC_TimeZone\DSC_TimeZone.schema.mof
- DSCResources\DSC_IEEnhancedSecurityConfiguration\README.md
- DSCResources\DSC_IEEnhancedSecurityConfiguration\DSC_IEEnhancedSecurityConfiguration.psm1
- DSCResources\DSC_IEEnhancedSecurityConfiguration\DSC_IEEnhancedSecurityConfiguration.schema.mof
- DSCResources\DSC_SystemLocale\DSC_SystemLocale.schema.mof
- DSCResources\DSC_SystemLocale\README.md
- DSCResources\DSC_SystemLocale\DSC_SystemLocale.psm1
- DSCResources\DSC_OfflineDomainJoin\DSC_OfflineDomainJoin.schema.mof
- DSCResources\DSC_OfflineDomainJoin\README.md
- DSCResources\DSC_OfflineDomainJoin\DSC_OfflineDomainJoin.psm1
- DSCResources\DSC_UserAccountControl\DSC_UserAccountControl.schema.mof
- DSCResources\DSC_UserAccountControl\DSC_UserAccountControl.psm1
- DSCResources\DSC_UserAccountControl\README.md
- DSCResources\DSC_VirtualMemory\DSC_VirtualMemory.psm1
- DSCResources\DSC_VirtualMemory\README.md
- DSCResources\DSC_VirtualMemory\DSC_VirtualMemory.schema.mof
- DSCResources\DSC_RemoteDesktopAdmin\DSC_RemoteDesktopAdmin.psm1
- DSCResources\DSC_RemoteDesktopAdmin\DSC_RemoteDesktopAdmin.schema.mof
- DSCResources\DSC_RemoteDesktopAdmin\README.md
- Modules\ComputerManagementDsc.Common\SetTimeZone.cs
- Modules\ComputerManagementDsc.Common\ComputerManagementDsc.Common.psm1
- DSCResources\DSC_SmbServerConfiguration\en-US\DSC_SmbServerConfiguration.schema.mfl
- DSCResources\DSC_SmbServerConfiguration\en-US\DSC_SmbServerConfiguration.strings.psd1
- DSCResources\DSC_WindowsCapability\en-US\DSC_WindowsCapability.strings.psd1
- DSCResources\DSC_ScheduledTask\en-US\DSC_ScheduledTask.strings.psd1
- DSCResources\DSC_PowerShellExecutionPolicy\en-US\DSC_PowerShellExecutionPolicy.strings.psd1
- DSCResources\DSC_PowerPlan\en-US\DSC_PowerPlan.schema.mfl
- DSCResources\DSC_PowerPlan\en-US\DSC_PowerPlan.strings.psd1
- DSCResources\DSC_PendingReboot\en-US\DSC_PendingReboot.data.psd1
- DSCResources\DSC_PendingReboot\en-US\DSC_PendingReboot.strings.psd1
- DSCResources\DSC_WindowsEventLog\en-US\DSC_WindowsEventLog.strings.psd1
- DSCResources\DSC_Computer\en-US\DSC_Computer.strings.psd1
- DSCResources\DSC_SmbShare\en-US\DSC_SmbShare.schema.mfl
- DSCResources\DSC_SmbShare\en-US\DSC_SmbShare.strings.psd1
- DSCResources\DSC_TimeZone\en-US\DSC_TimeZone.strings.psd1
- DSCResources\DSC_IEEnhancedSecurityConfiguration\en-US\DSC_IEEnhancedSecurityConfiguration.strings.psd1
- DSCResources\DSC_SystemLocale\en-US\DSC_SystemLocale.strings.psd1
- DSCResources\DSC_OfflineDomainJoin\en-US\DSC_OfflineDomainJoin.strings.psd1
- DSCResources\DSC_UserAccountControl\en-US\DSC_UserAccountControl.strings.psd1
- DSCResources\DSC_VirtualMemory\en-US\DSC_VirtualMemory.strings.psd1
- DSCResources\DSC_RemoteDesktopAdmin\en-US\DSC_RemoteDesktopAdmin.strings.psd1
- Modules\ComputerManagementDsc.Common\en-US\ComputerManagementDsc.Common.strings.psd1
Version History
Version | Downloads | Last updated |
---|---|---|
10.0.0-previ... | 28 | 11/15/2024 |
10.0.0-previ... | 47 | 10/30/2024 |
10.0.0-previ... | 18 | 10/22/2024 |
10.0.0-previ... | 17 | 10/16/2024 |
9.2.1-previe... | 29 | 9/30/2024 |
9.2.0 | 83,233 | 9/30/2024 |
9.2.0-previe... | 73 | 8/31/2024 |
9.1.1-previe... | 366 | 6/6/2024 |
9.1.0 | 242,687 | 4/30/2024 |
9.1.0-previe... | 17 | 4/24/2024 |
9.1.0-previe... | 522 | 12/4/2023 |
9.1.0-previe... | 806 | 7/17/2023 |
9.1.0-previe... | 478 | 3/10/2023 |
9.0.1-previe... | 77 | 2/25/2023 |
9.0.0 | 2,173,058 | 2/22/2023 |
9.0.0-previe... | 486 | 12/11/2022 |
8.6.0-previe... | 96 | 11/23/2022 |
8.6.0-previe... | 91 | 11/7/2022 |
8.6.0-previe... | 718 | 6/2/2022 |
8.6.0-previe... | 85 | 5/27/2022 |
8.5.0 | 5,834,791 | 9/13/2021 |
8.5.0-previe... | 1,447 | 4/15/2021 |
8.4.1-previe... | 474 | 2/12/2021 |
8.4.1-previe... | 86 | 2/8/2021 |
8.4.1-previe... | 457 | 8/5/2020 |
8.4.0 | 428,640 | 8/3/2020 |
8.4.0-previe... | 144 | 7/4/2020 |
8.3.0 | 17,317 | 6/30/2020 |
8.3.0-previe... | 70 | 6/26/2020 |
8.2.1-previe... | 172 | 5/14/2020 |
8.2.0 | 37,416 | 5/5/2020 |
8.1.0 (current version) | 19,880 | 3/26/2020 |
8.1.0-previe... | 79 | 3/25/2020 |
8.1.0-previe... | 69 | 3/24/2020 |
8.0.0 | 43,372 | 2/14/2020 |
8.0.0-previe... | 70 | 2/14/2020 |
8.0.0-previe... | 81 | 2/8/2020 |
7.1.0.0 | 87,205 | 10/30/2019 |
7.0.0.0 | 25,921 | 9/19/2019 |
6.5.0.0 | 21,706 | 8/8/2019 |
6.4.0.0 | 44,180 | 5/15/2019 |
6.3.0.0 | 26,138 | 4/3/2019 |
6.2.0.0 | 56,810 | 2/20/2019 |
6.1.0.0 | 12,882 | 1/10/2019 |
6.0.0.0 | 10,895 | 10/25/2018 |
5.2.0.0 | 15,355 | 7/25/2018 |
5.1.0.0 | 34,904,142 | 6/13/2018 |
5.0.0.0 | 5,599 | 5/3/2018 |