Configuration icon indicating copy to clipboard operation
Configuration copied to clipboard

A module to help other modules have settings

Results 9 Configuration issues
Sort by recently updated
recently updated
newest added

The first time Export-Configuration is used, it generates a warning message: `WARNING: The Enterprise path C:\Users\\AppData\Roaming\powershell cannot be found` ...and it cannot be suppressed with any of the usual methods:...

enhancement

I utilize Configuration in a Build pipeline, and today i started having build failures, with the error "The term 'Add-MetadataConverter' is not recognized as the name of a cmdlet, function,...

We need to be able to specify a value for `Export-Configuration -Scope` regardless of ParameterSet (just like you can for `Get-StoragePath`). Currently, it has it's ParameterSet to the `ManualOverride` set,...

bug

Hiyo! In some cases, one might simply want to set, or add a property to an existing configuration. As is, `Export-Configuration` simply overwrites everything. I don't see an option to...

enhancement

I've been thinking that we could easily add a parameter for the file name (defaulted to the current hard-coded `Configuration.psd1`) which would allow the file name to be specified ......

enhancement
question

When I'm configuring complicated things, I may want to be able to define variables which I can reuse in other configurations. For instance, in a script which does software installs:...

enhancement

### Current behavior `Metadata` is hardcoded to use `-Encoding UTF8`. `UTF8` is `UTF-8 with BOM`. https://github.com/PoshCode/Configuration/blob/244a7cbc6f7f415fb989acb82637d42b46447099/Source/Metadata.psm1#L595 ### Expected behavior `Metadata` should not change the file encoding of the manifest. >...

enhancement

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

There are three linux tests with the TestDrive mocking that are failing, but it's a Pester thing, not a Configuration bug _Originally posted by @Jaykul in https://github.com/PoshCode/Configuration/issues/44#issuecomment-873347853_