xWebAdministration

3.0.0.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 xWebAdministration -RequiredVersion 3.0.0.0

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

Install-PSResource -Name xWebAdministration -Version 3.0.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

(c) 2019 Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

MSFT_WebApplicationHandler MSFT_xIisFeatureDelegation MSFT_xIIsHandler MSFT_xIisLogging MSFT_xIisMimeTypeMapping MSFT_xIisModule MSFT_xSslSettings MSFT_xWebApplication MSFT_xWebAppPool MSFT_xWebAppPoolDefaults MSFT_xWebConfigKeyValue MSFT_xWebConfigProperty MSFT_xWebConfigPropertyCollection MSFT_xWebSite MSFT_xWebSiteDefaults MSFT_xWebVirtualDirectory

Dependencies

This module has no dependencies.

Release Notes

- Changes to xWebAdministration
 - Changes to PULL\_REQUEST\_TEMPLATE.md
   - Improving descriptive text around the CHANGELOG.md entry.
   - Adding note that entry in CHANGELOG.md is mandatory for all PRs.
 - Resolved custom Script Analyzer rules that was added to the test
   framework.
 - Moved change log from README.md to a separate CHANGELOG.md ([issue 446](https://github.com/PowerShell/xWebAdministration/issues/446)).
 - Remove example "Creating the default website using configuration
   data" from README.md ([issue 488](https://github.com/PowerShell/xWebAdministration/issues/488)).
 - Removed examples README.md as it was obsolete ([issue 482](https://github.com/PowerShell/xWebAdministration/issues/482)).
 - Updated `Ensure` property description for `xIisHandler` resource to
   match schema.mof
 - Moved examples from Readme.md to respective `/Examples/Resources/`
   folders ([issue 486](https://github.com/PowerShell/xWebAdministration/issues/486)).
 - Created new folder structure for examples so that examples will be
   placed in `/Examples/Resources/$resourceName` ([issue 483](https://github.com/PowerShell/xWebAdministration/issues/483)).
 - Added a table of contents for the resource list ([issue 450](https://github.com/PowerShell/xWebAdministration/issues/450)).
 - Alphabetized the resource list in the README.md ([issue 449](https://github.com/PowerShell/xWebAdministration/issues/449)).
 - Optimized exporting in the module manifest for best performance ([issue 448](https://github.com/PowerShell/xWebAdministration/issues/448)).
 - Updated hashtables in the repo to adhere to the style guidelines
   described at https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.mdcorrect-format-for-hashtables-or-objects
   ([issue 524](https://github.com/PowerShell/xWebAdministration/issues/524))
 - Moved example Sample_EndToEndxWebAdministration from readme.md to a
   separate .ps1 in `/examples/` ([issue 491](https://github.com/PowerShell/xWebAdministration/issues/491))
 - Removed example "Create and configure an application pool" from
   README.md ([issue 489](https://github.com/PowerShell/xWebAdministration/issues/489)).
- Changes to xIisHandler
 - Updated schema.mof to include descriptions for each property ([issue 453](https://github.com/PowerShell/xWebAdministration/issues/453)).
 - Moved MSFT_xIisHandler localization strings to strings.psd1 ([issue 463](https://github.com/PowerShell/xWebAdministration/issues/463)).
- Changes to xWebSite
 - Fix `Get-TargetResource` so that `LogFlags` are returned as expected
   array of strings (one for each flag) rather than an array containing
   a single comma-separated string of flags" ([issue 332](https://github.com/PowerShell/xWebAdministration/issues/332)).
 - Moved localization strings to strings.psd1 file ([issue 475](https://github.com/PowerShell/xWebAdministration/issues/475))
 - Updated schema.mof so that each property has an appropriate description ([issue 456](https://github.com/PowerShell/xWebAdministration/issues/456)).
 - Updated schema.mof and README so that `SourceType` and `SourceName`
   properties for `MSFT_xLogCustomFieldInformation` are associated with
   the appropriate descriptions and valuemaps/values ([issue 456](https://github.com/PowerShell/xWebAdministration/issues/456)).
 - Move examples from README.md to resource examples folder ([issue 487](https://github.com/PowerShell/xWebAdministration/issues/487)).
 - Fix case of resource name from `xWebsite` to `xWebSite` ([issue 535](https://github.com/PowerShell/xWebAdministration/issues/535)).
- Changes to xIISLogging
 - Fix `Get-TargetResource` so that `LogFlags` are returned as expected
   array of strings (one for each flag) rather than an array containing
   a single comma-separated string of flags ([issue 332](https://github.com/PowerShell/xWebAdministration/issues/332)).
 - Moved MSFT_xIisLogging localization strings to strings.psd1 ([issue 464](https://github.com/PowerShell/xWebAdministration/issues/464)).
- Changes to xSslSettings
 - Updated casing of `xSslSettings` in all file names, folder names,
   schema, and documentation ([issue 461](https://github.com/PowerShell/xWebAdministration/issues/461)).
 - Updated casing of `xSslSettings` in all file names, folder names,
   schema, and documentation ([issue 536](https://github.com/PowerShell/xWebAdministration/issues/536)).
 - Moved MSFT_xSslSettings localization strings to strings.psd1 ([issue 467](https://github.com/PowerShell/xWebAdministration/issues/467)).
- Changes to xWebConfigKeyValue
 - Updated schema.mof to include a description for the Ensure property ([issue 455](https://github.com/PowerShell/xWebAdministration/issues/455)).
 - Move localization strings to strings.psd1 file ([issue 472](https://github.com/PowerShell/xWebAdministration/issues/472)).
- Changes to xWebAppPoolDefaults
 - Move localization strings to strings.psd1 file ([issue 470](https://github.com/PowerShell/xWebAdministration/issues/470)).
 - BREAKING CHANGE: Changed `ApplyTo` key parameter to `IsSingleInstance`
   to bring the resource into compliance with published best practices ([issue 462](https://github.com/PowerShell/xWebAdministration/issues/462)).
- Changes to xWebApplication
 - Move localization strings to strings.psd1 file ([issue 468](https://github.com/PowerShell/xWebAdministration/issues/468))
 - Add description on class MSFT_xWebApplicationAuthenticationInformation ([issue 454](https://github.com/PowerShell/xWebAdministration/issues/454)).
- Changes to xIisModule entry
 - Moved xIisModule localization strings to strings.psd1 ([issue 466](https://github.com/PowerShell/xWebAdministration/issues/466)).
- Changes to xIisMimeTypeMapping
 - Moved MSFT_xIisMimeTypeMapping localization strings to strings.psd1 ([issue 465](https://github.com/PowerShell/xWebAdministration/issues/465)).
- Changes to xWebVirtualDirectory
 - Moved MSFT_xWebVirtualDirectory localization strings to strings.psd1 ([issue 477](https://github.com/PowerShell/xWebAdministration/issues/477)).
- Changes to xWebSiteDefaults
 - Move localization strings to strings.psd1 file ([issue 475](https://github.com/PowerShell/xWebAdministration/issues/475)).
 - BREAKING CHANGE: Changed `ApplyTo` key parameter to `IsSingleInstance`
   to bring the resource into compliance with published best practices ([issue 457](https://github.com/PowerShell/xWebAdministration/issues/457)).
 - Fix case of resource name from `xWebsiteDefaults` to `xWebSiteDefaults` ([issue 535](https://github.com/PowerShell/xWebAdministration/issues/535)).
- Changes to xWebConfigProperty
 - Move localization strings to strings.psd1 file ([issue 473](https://github.com/PowerShell/xWebAdministration/issues/473)).
- Changes to xWebConfigPropertyCollection
 - Move localization strings to strings.psd1 file ([issue 474](https://github.com/PowerShell/xWebAdministration/issues/474)).
- Changes to xIisFeatureDelegation
 - Moved MSFT_xIisFeatureDelegation localization strings to strings.psd1 ([issue 459](https://github.com/PowerShell/xWebAdministration/issues/459)).
- Changes to xWebAppPool
 - Moved MSFT_xWebAppPool localization strings to strings.psd1 ([issue 469](https://github.com/PowerShell/xWebAdministration/issues/469)).

FileList

Version History

Version Downloads Last updated
3.3.0 2,383,216 6/3/2022
3.3.0-previe... 96 5/29/2022
3.2.1-previe... 87 5/29/2022
3.2.1-previe... 490 1/7/2021
3.2.1-previe... 134 10/31/2020
3.2.0 437,446 8/6/2020
3.2.0-previe... 98 8/6/2020
3.2.0-previe... 221 1/21/2020
3.1.2-previe... 101 1/15/2020
3.1.1 188,015 1/10/2020
3.1.1-previe... 96 1/10/2020
3.1.1-previe... 103 1/6/2020
3.1.0 5,946 12/30/2019
3.1.0-previe... 99 12/30/2019
3.1.0-previe... 99 12/30/2019
3.0.0.0 (current version) 40,631 10/30/2019
2.8.0.0 119,150 9/19/2019
2.7.0.0 49,726 8/8/2019
2.6.0.0 76,480 5/15/2019
2.5.0.0 69,169 2/20/2019
2.4.0.0 14,027 1/10/2019
2.3.0.0 26,536 10/25/2018
2.2.0.0 152,582 9/5/2018
2.1.0.0 13,870 7/25/2018
2.0.0.0 19,599,457 6/13/2018
1.20.0.0 23,943 5/2/2018
1.19.0.0 112,754 11/15/2017
1.18.0.0 115,421 7/12/2017
1.17.0.0 368,967 1/26/2017
1.16.0.0 6,712 12/14/2016
1.15.0.0 7,263 11/2/2016
1.14.0.0 5,262 9/21/2016
1.13.0.0 14,731 8/10/2016
1.12.0.0 34,512 6/29/2016
1.11.0.0 41,569 5/11/2016
1.10.0.0 24,800 3/31/2016
1.9.0.0 4,937 2/3/2016
1.8.0.0 1,422 12/3/2015
1.7.0.0 9,418 7/24/2015
1.6.0.0 22,110 6/9/2015
1.5.0.0 1,218 5/2/2015
1.4.0.0 298 4/24/2015
1.3.2.4 523 4/1/2015
1.3.2.3 540 12/18/2014
1.3.2.2 330 12/1/2014
1.3.2 576 7/22/2014
1.3.1 994 5/13/2014
1.3 21,200 5/8/2014
1.2 309 4/8/2014
Show less