xPSDesiredStateConfiguration

8.4.0.0

The xPSDesiredStateConfiguration module is a part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit, which is a collection of DSC Resources produced by the PowerShell Team. This module contains the xDscWebService, xWindowsProcess, xService, xPackage, xArchive, xRemoteFile, xPSEndpoint and xWindowsOptionalFeature resources. Please see the Details
The xPSDesiredStateConfiguration module is a part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit, which is a collection of DSC Resources produced by the PowerShell Team. This module contains the xDscWebService, xWindowsProcess, xService, xPackage, xArchive, xRemoteFile, xPSEndpoint and xWindowsOptionalFeature resources. Please see the Details section for more information on the functionalities provided by these resources.

All of the resources in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service. The "x" in xPSDesiredStateConfiguration stands for experimental, which means that these resources will be fix forward and monitored by the module owner(s).
Show more

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 xPSDesiredStateConfiguration -RequiredVersion 8.4.0.0

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

Install-PSResource -Name xPSDesiredStateConfiguration -Version 8.4.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) 2014 Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

Functions

Publish-DSCModuleAndMof Publish-ModuleToPullServer Publish-MOFToPullServer

DSCResources

xArchive xDSCWebService xEnvironment xFileUpload xGroup xGroupSet xMsiPackage xPackage xProcessSet xPSEndpoint xRegistry xRemoteFile xScript xService xServiceSet xUser xWindowsFeature xWindowsFeatureSet xWindowsOptionalFeature xWindowsOptionalFeatureSet xWindowsPackageCab xWindowsProcess

Dependencies

This module has no dependencies.

Release Notes

* Changes to xPSDesiredStateConfiguration
 * Opt-in for the common tests validate module files and script files.
 * All files change to encoding UTF-8 (without byte order mark).
 * Opt-in for the common test for example validation.
 * Added Visual Studio Code workspace settings that helps with formatting
   against the style guideline.
 * Update all examples for them to be able pass the common test validation.
* xEnvironment path documentation update demonstrating usage with multiple values  ([issue 415](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/415). [Alex Kokkinos (@alexkokkinos)](https://github.com/alexkokkinos)
* Changes to xWindowsProcess
 * Increased the wait time in the integration tests since the tests
   still failed randomly ([issue 420](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/420)).
* Renamed and updated examples to be able to publish them to PowerShell Gallery.
 * Sample\_xScript.ps1 to xScript\_WatchFileContentConfig.ps1
 * Sample\_xService\_UpdateStartupTypeIgnoreState.ps1 to xService\_UpdateStartupTypeIgnoreStateConfig.ps1
 * Sample\_xWindowsProcess\_Start.ps1 to xWindowsProcess\_StartProcessConfig.ps1
 * Sample\_xWindowsProcess\_StartUnderUser.ps1 to xWindowsProcess\_StartProcessUnderUserConfig.ps1
 * Sample\_xWindowsProcess\_Stop.ps1 to xWindowsProcess\_StopProcessConfig.ps1
 * Sample\_xWindowsProcess\_StopUnderUser.ps1 to xWindowsProcess\_StopProcessUnderUserConfig.ps1
 * Sample\_xUser\_CreateUser.ps1.ps1 to xUser\_CreateUserConfig.ps1
 * Sample\_xUser\_Generic.ps1.ps1 to xUser\_CreateUserDetailedConfig.ps1
 * Sample\_xWindowsFeature.ps1 to xWindowsFeature\_AddFeatureConfig.ps1
 * Sample\_xWindowsFeatureSet\_Install.ps1 to xWindowsFeatureSet\_AddFeaturesConfig.ps1
 * Sample\_xWindowsFeatureSet\_Uninstall.ps1 to xWindowsFeatureSet\_RemoveFeaturesConfig.ps1
 * Sample\_xRegistryResource\_AddKey.ps1 to xRegistryResource\_AddKeyConfig.ps1
 * Sample\_xRegistryResource\_RemoveKey.ps1 to xRegistryResource\_RemoveKeyConfig.ps1
 * Sample\_xRegistryResource\_AddOrModifyValue.ps1 to xRegistryResource\_AddOrModifyValueConfig.ps1
 * Sample\_xRegistryResource\_RemoveValue.ps1 to xRegistryResource\_RemoveValueConfig.ps1
 * Sample\_xService\_CreateService.ps1 to xService\_CreateServiceConfig.ps1
 * Sample\_xService\_DeleteService.ps1 to xService\_RemoveServiceConfig.ps1
 * Sample\_xServiceSet\_StartServices.ps1 to xServiceSet\_StartServicesConfig.ps1
 * Sample\_xServiceSet\_BuiltInAccount to xServiceSet\_EnsureBuiltInAccountConfig.ps1
 * Sample\_xWindowsPackageCab to xWindowsPackageCab\_InstallPackageConfig
 * Sample\_xWindowsOptionalFeature.ps1 to xWindowsOptionalFeature\_EnableConfig.ps1
 * Sample\_xWindowsOptionalFeatureSet\_Enable.ps1 to xWindowsOptionalFeatureSet\_EnableConfig.ps1
 * Sample\_xWindowsOptionalFeatureSet\_Disable.ps1 to xWindowsOptionalFeatureSet\_DisableConfig.ps1
 * Sample\_xRemoteFileUsingProxy.ps1 to xRemoteFile\_DownloadFileUsingProxyConfig.ps1
 * Sample\_xRemoteFile.ps1 to xRemoteFile\_DownloadFileConfig.ps1
 * Sample\_xProcessSet\_Start.ps1 to xProcessSet\_StartProcessConfig.ps1
 * Sample\_xProcessSet\_Stop.ps1 to xProcessSet\_StopProcessConfig.ps1
 * Sample\_xMsiPackage\_UninstallPackageFromHttps.ps1 to xMsiPackage\_UninstallPackageFromHttpsConfig.ps1
 * Sample\_xMsiPackage\_UninstallPackageFromFile.ps1 to xMsiPackage\_UninstallPackageFromFileConfig.ps1
 * Sample\_xMsiPackage\_InstallPackageFromFile to xMsiPackage\_InstallPackageConfig.ps1
 * Sample\_xGroup\_SetMembers.ps1 to xGroup\_SetMembersConfig.ps1
 * Sample\_xGroup\_RemoveMembers.ps1 to xGroup\_RemoveMembersConfig.ps1
 * Sample\_xGroupSet\_AddMembers.ps1 to xGroupSet\_AddMembersConfig.ps1
 * Sample\_xFileUpload.ps1 to xFileUpload\_UploadToSMBShareConfig.ps1
 * Sample\_xEnvironment\_CreateMultiplePathVariables.ps1 to xEnvironment\_AddMultiplePathsConfig.ps1
 * Sample\_xEnvironment\_RemovePathVariables.ps1 to xEnvironment\_RemoveMultiplePathsConfig.ps1
 * Sample\_xEnvironment\_CreateNonPathVariable.ps1 to xEnvironment\_CreateNonPathVariableConfig.ps1
 * Sample\_xEnvironment\_Remove.ps1 to xEnvironment\_RemoveVariableConfig.ps1
 * Sample\_xArchive\_ExpandArchiveChecksumAndForce.ps1 to xArchive\_ExpandArchiveChecksumAndForceConfig.ps1
 * Sample\_xArchive\_ExpandArchiveDefaultValidationAndForce.ps1 to xArchive\_ExpandArchiveDefaultValidationAndForceConfig.ps1
 * Sample\_xArchive\_ExpandArchiveNoValidation.ps1 to xArchive\_ExpandArchiveNoValidationConfig.ps1
 * Sample\_xArchive\_ExpandArchiveNoValidationCredential.ps1 to xArchive\_ExpandArchiveNoValidationCredentialConfig.ps1
 * Sample\_xArchive\_RemoveArchiveChecksum.ps1 to xArchive\_RemoveArchiveChecksumConfig.ps1
 * Sample\_xArchive\_RemoveArchiveNoValidation.ps1 to xArchive\_RemoveArchiveNoValidationConfig.ps1
 * Sample\_InstallExeCreds\_xPackage.ps1 to xPackage\_InstallExeUsingCredentialsConfig.ps1
 * Sample\_InstallExeCredsRegistry\_xPackage.ps1 to xPackage\_InstallExeUsingCredentialsAndRegistryConfig.ps1
 * Sample\_InstallMSI\_xPackage.ps1 to xPackage\_InstallMsiConfig.ps1
 * Sample\_InstallMSIProductId\_xPackage.ps1 to xPackage\_InstallMsiUsingProductIdConfig.ps1
* New examples
 * xUser\_RemoveUserConfig.ps1
 * xWindowsFeature\_AddFeatureUsingCredentialConfig.ps1
 * xWindowsFeature\_AddFeatureWithLogPathConfig.ps1
 * xWindowsFeature\_RemoveFeatureConfig.ps1
 * xService\_ChangeServiceStateConfig.ps1
 * xWindowsOptionalFeature\_DisableConfig.ps1
 * xPSEndpoint\_NewConfig.ps1
 * xPSEndpoint\_NewWithDefaultsConfig.ps1
 * xPSEndpoint\_RemoveConfig.ps1
 * xPSEndpoint\_NewCustomConfig.ps1
* Removed examples
 * Sample\_xPSSessionConfiguration.ps1 - This file was split up in several examples,
   those starting with "xPSEndpoint*".
 * Sample\_xMsiPackage\_InstallPackageFromHttp - This was added to the example
   xMsiPackage\_InstallPackageConfig.ps1 so the example sows either URI scheme.
 * Sample\_xEnvironment\_CreatePathVariable.ps1 - Same as the new example
   xEnvironment\_AddMultiplePaths.ps1

FileList

Version History

Version Downloads Last updated
9.2.0-previe... 316 11/11/2023
9.2.0-previe... 3,533 9/26/2021
9.2.0-previe... 73 9/25/2021
9.2.0-previe... 335 5/23/2021
9.2.0-previe... 101 4/21/2021
9.2.0-previe... 76 4/17/2021
9.2.0-previe... 421 12/30/2020
9.2.0-previe... 100 12/17/2020
9.1.1-previe... 116 12/6/2020
9.1.1-previe... 114 9/21/2020
9.1.1-previe... 85 8/31/2020
9.1.0 6,820,657 2/19/2020
9.1.0-previe... 79 2/19/2020
9.1.0-previe... 110 1/24/2020
9.0.1-previe... 80 1/24/2020
9.0.1-previe... 78 1/17/2020
9.0.0 312,313 1/15/2020
9.0.0-previe... 80 1/14/2020
9.0.0-previe... 85 1/10/2020
9.0.0-previe... 95 1/7/2020
8.10.0.0 1,007,268 9/19/2019
8.9.0.0 121,125 8/8/2019
8.8.0.0 146,544 6/26/2019
8.7.0.0 89,421 5/15/2019
8.6.0.0 123,474 4/3/2019
8.5.0.0 41,424 2/21/2019
8.4.0.0 (current version) 379,199 7/25/2018
8.3.0.0 2,840,442 6/13/2018
8.2.0.0 2,810,781 4/20/2018
8.1.0.0 93,749 3/22/2018
8.0.0.0 420,670 11/15/2017
7.0.0.0 77,787 8/23/2017
6.4.0.0 55,954 5/9/2017
6.3.0.0 4,572 5/1/2017
6.2.0.0 6,158 4/19/2017
6.1.0.0 23,234 3/8/2017
6.0.0.0 21,838 2/3/2017
5.2.0.0 5,807 1/26/2017
5.1.0.0 7,173 12/17/2016
5.0.0.0 23,625 11/2/2016
4.0.0.0 21,941 9/21/2016
3.13.0.0 9,452 8/10/2016
3.12.0.0 5,386 6/30/2016
3.11.0.0 360 6/29/2016
3.10.0.0 7,088 5/18/2016
3.9.0.0 5,505 3/31/2016
3.8.0.0 927 3/19/2016
3.7.0.0 16,161 2/3/2016
3.6.0.0 3,437 12/3/2015
3.5.0.0 3,287 9/11/2015
3.4.0.0 873 7/24/2015
3.3.0.0 457 6/9/2015
3.2.0.0 450 5/2/2015
3.1.3.4 187 4/23/2015
3.0.3.4 948 12/18/2014
3.0.3.3 137 12/1/2014
3.0.3.0 177 11/10/2014
3.0.2.0 288 8/22/2014
3.0.1.0 172 7/22/2014
3.0.0.0 835 6/6/2014
2.0.1 196 5/13/2014
2.0.0.0 221 4/8/2014
Show less