ActiveDirectoryCSDsc

5.0.0

DSC resources for installing, uninstalling and configuring Certificate Services components in Windows Server.

Minimum PowerShell version

5.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ActiveDirectoryCSDsc -RequiredVersion 5.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ActiveDirectoryCSDsc -Version 5.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright the DSC Community contributors. All rights reserved.

Package Details

Author(s)

  • DSC Community

Tags

DesiredStateConfiguration DSC DSCResource ActiveDirectory CertificateServices

DSCResources

AdcsAuthorityInformationAccess AdcsCertificationAuthority AdcsCertificationAuthoritySettings AdcsEnrollmentPolicyWebService AdcsOnlineResponder AdcsWebEnrollment AdscTemplate

Dependencies

This module has no dependencies.

Release Notes

## [5.0.0] - 2020-06-20

### Changed

- Updated common function `Test-DscParameterState` to support ordered comparison
 of arrays by copying function and tests from `ComputerManagementDsc`.
- Added new resource AdcsAuthorityInformationAccess - see
 [Issue #101](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/101).
- BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
 AdcsAuthorityInformationAccess.
- AdcsCertificateAuthoritySettings:
 - Correct types returned by `CRLPeriodUnits` and `AuditFilter` properties
   from Get-TargetResource.
- Updated module ownership to DSC Community.
- BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
- Updated to use continuous delivery pattern using Azure DevOps - Fixes
 [Issue #105](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/105).
- Fixed build badge IDs - Fixes [Issue #108](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/108).
- Corrected MOF formatting of `DSC_AdcsAuthorityInformationAccess.schema.mof`
 to fix issue with auto documentation generation.
- 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
 ```
- Removed unused files repository - Fixes [Issue #112](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/112).
- Change Azure DevOps Pipeline definition to include `source/*` - Fixes [Issue #114](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/114).
- Updated pipeline to use `latest` version of `ModuleBuilder` - Fixes [Issue #115](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/115).
- Merge `HISTORIC_CHANGELOG.md` into `CHANGELOG.md` - Fixes [Issue #115](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/115).
- Fixed build failures caused by changes in `ModuleBuilder` module v1.7.0
 by changing `CopyDirectories` to `CopyPaths` - Fixes [Issue #119](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/119).
- Updated to use the common module _DscResource.Common_ - Fixes [Issue #117](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/117).
- Pin `Pester` module to 4.10.1 because Pester 5.0 is missing code
 coverage - Fixes [Issue #118](https://github.com/dsccommunity/ActiveDirectoryCSDsc/issues/118).

### Added

- 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.

FileList

Version History

Version Downloads Last updated
5.0.1-previe... 467 12/30/2020
5.0.1-previe... 271 7/4/2020
5.0.0 (current version) 92,209 6/20/2020
5.0.0-previe... 239 6/20/2020
5.0.0-previe... 269 4/26/2020
5.0.0-previe... 247 3/25/2020
4.1.0.0 69,365 9/19/2019
4.0.0.0 11,911 8/8/2019
3.3.0.0 21,139 5/15/2019
3.2.0.0 55,437 2/20/2019
3.1.0.0 4,867 1/10/2019
3.0.0.0 3,723 6/13/2018
2.0.0.0 759 5/2/2018
Show more