POSHOrigin icon indicating copy to clipboard operation
POSHOrigin copied to clipboard

PowerShell framework for defining and invoking custom DSC resources to provision infrastructure.

Results 4 POSHOrigin issues
Sort by recently updated
recently updated
newest added

Trying the example in your wiki on a computer with French culture . cd $env:userprofile\.poshorigin\configs $config = Get-POSHOriginConfig -Path '.\example.ps1' -Verbose ## Current Behavior VERBOSE: [L160242] : Gestionnaire de configuration...

bug

Error when running the Invoke.ps1 file ## Expected Behavior Should read version 1.8.1 at line 41: Import-DscResource -Name POSHFolder -ModuleName POSHOrigin -ModuleVersion 1.8.1 ## Current Behavior Crashes when compiling invoke.ps1...

It would be nice to have a way to specify parameters or variables at run time instead of having them hardcoded in the POSHOrigin module. ## Expected Behavior When running...

enhancement

Tell a resource to export it's properties to a known location on the filesystem after it has executed. These properties can then be read by another resource and used as...

enhancement