WebAdministrationDsc

4.2.0

Module with DSC Resources for Web Administration

Minimum PowerShell version

4.0

Installation Options

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

Install-Module -Name WebAdministrationDsc

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

Install-PSResource -Name WebAdministrationDsc

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 DSCResourceKit DSCResource

DSCResources

IisFeatureDelegation IisLogging IisMimeTypeMapping IisModule SslSettings WebApplication WebApplicationHandler WebAppPool WebAppPoolDefaults WebConfigProperty WebConfigPropertyCollection WebSite WebSiteDefaults WebVirtualDirectory

Dependencies

This module has no dependencies.

Release Notes

## [4.2.0] - 2024-08-26

### Removed

- WebAdministrationDsc
 - Removed the common function `Find-Certificate` in favor of the command
   present in the module DscResource.Common.
 - Removed the function `Get-CurrentUser` since no code were using it.

### Changed

- Website
 - Add Ensure to LogCustomFieldInformation. ([issue #571](https://github.com/dsccommunity/WebAdministrationDsc/issues/571))
 - Added code to ensure certificate selected has longest time until expiration when multiple matching certificates are found ([issue #578](https://github.com/dsccommunity/WebAdministrationDsc/issues/578))
- WebVirtualDirectory
 - Added Credential paramater

### Fixed

- WebAdministrationDsc
 - Fix so pipeline use GitVersion v5.
- IisLogging
 - Can now remove all LogCustomFields using Ensure. ([issue #571](https://github.com/dsccommunity/WebAdministrationDsc/issues/571))
-  WebSite
  - Added code to ensure certificate has private key. ([issue #578](https://github.com/dsccommunity/WebAdministrationDsc/issues/578))
- Removed duplicated resource descriptions in README.md
- Added documentation for ConfigurationPath attribute of IisMimeTypeMapping in README.md
- WebVirtualDirectory
 - Fixed error when using UNC PhysicalPath. ([issue #94](https://github.com/dsccommunity/WebAdministrationDsc/issues/94))
- Update build process to pin GitVersion to 5.* to resolve errors
 (https://github.com/gaelcolas/Sampler/issues/477).

FileList

Version History

Version Downloads Last updated
4.2.0 (current version) 3,156 8/26/2024
4.2.0-previe... 53 7/7/2024
4.2.0-previe... 40 5/22/2024
4.2.0-previe... 73 12/7/2023
4.1.1-previe... 16 12/7/2023
4.1.0 76,408 1/3/2023
4.1.0-previe... 16 11/12/2022
4.0.1-previe... 5 11/12/2022
4.0.0 1,581,398 9/17/2022
4.0.0-previe... 11 9/17/2022
0.1.0.0 238,481 8/10/2016
Show more