WebAdministrationDsc

4.1.0

Module with DSC Resources for Web Administration

Minimum PowerShell version

4.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 WebAdministrationDsc -RequiredVersion 4.1.0

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

Install-PSResource -Name WebAdministrationDsc -Version 4.1.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 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.1.0] - 2023-01-03

### Fixed

- WebApplication
 - Ensure CIM class names match for `WebApplicationAuthenticationInformation`.
   Prior to this change there as a mismatch between the class name for
   WebApplicationAuthenticationInformation in the schema and implementation.
   The schema referenced the class as DSC_WebApplicationAuthenticationInformation
   whereas the implementation referenced the class as MSFT_xWebApplicationAuthenticationInformation.
- WebVirtualDirectory
 [Issue #366](https://github.com/dsccommunity/WebAdministrationDsc/issues/366)
 In WebVirtualDirectory WebApplication '' and '/' can now be used interchangeably.
 - Fixed Add WebVirtualDirectory when WebApplication = '/'.
 - Fixed Remove WebVirtualDirectory when WebApplication = ''.
- CommonTestHelper  
 Added `Invoke-UnitTestCleanup` to get consistent cleanup of stubs.  
 Gives correct execution of integration tests when run in same PowerShell session as unit tests (no longer calling stubs).  
 Gives correct `Restore-WebConfiguration` after integration tests when run in same PowerShell session as unit tests (no longer calling stub).  
- MockWebAdministrationWindowsFeature  
 [Issue #351](https://github.com/dsccommunity/WebAdministrationDsc/issues/351)
 Stubs now throw StubNotImplemented when they are called in order to show when a cmdlet is not mocked correctly.  

FileList

Version History

Version Downloads Last updated
4.2.0-previe... 61 12/7/2023
4.1.1-previe... 15 12/7/2023
4.1.0 (current version) 57,396 1/3/2023
4.1.0-previe... 15 11/12/2022
4.0.1-previe... 4 11/12/2022
4.0.0 1,236,595 9/17/2022
4.0.0-previe... 10 9/17/2022
0.1.0.0 238,063 8/10/2016
Show more