Nick G

Results 7 issues of Nick G

### Problem description The two `Get-DscConfiguration` integration tests for `WebApplication` fail: ``` It 'Should be able to call Get-DscConfiguration without throwing' { { Get-DscConfiguration -Verbose -ErrorAction Stop } | Should...

help wanted
tests

Currently `ScheduledTask` conflates the param `BuiltInAccount` and `*-ScheduledTask` cmdlet's `user` parameter. This fixes that. #### Pull Request (PR) description Currently `ScheduledTask` conflates the param `BuiltInAccount` and `*-ScheduledTask` cmdlet's `user` parameter....

waiting for code fix

### Problem description The ScheduledTask resource parameter `BuiltInAccount` must be one of the following: `('SYSTEM', 'LOCAL SERVICE', 'NETWORK SERVICE')`, but `Get-TargetResource` returns `BuiltInAccount` as `NT SERVICE\SYSTEM`. ### Verbose logs ```text...

bug
needs investigation

#### Pull Request (PR) description New resource to manage PowerShell Resources - `PSResource` #### This Pull Request (PR) fixes the following issues - Fixes #398 #### Task list - [x]...

abandoned

### Problem description When the `PSGallery` is not present on the builders, adding it fails with the error "Value may not be null". This has been independently tested and the...

help wanted
tests

### Resource proposal This is a duplicate of Issue #393 , but scoped solely to the proposed `PSResource` resource. Currently, psmodule is bundled in the PowershellGet v2 module. In PowerShellGet...

in progress
resource proposal

### Resource proposal Currently, `psmodule` and `psrepository` are bundled in the `PowershellGet v2` module. In `PowerShellGet v3` the resources have been moved into a new, dsc specific module, `PowerShellGetDsc`. Unfortunately,...

in progress
resource proposal