Adam Cook

Results 10 issues of Adam Cook

I disagree "The rest of the options are pretty self explanatory" - When to use options under General vs options in Specific Remove Rules? - What if I wanted to...

Must append `-ErrorAction Stop` to Import-Module for CM module

I learnt as MMSJAZZ that perf could be better as dictionarties are a reference in memory rather than a copy to the runspace. Could be promising as the param for...

enhancement

`Save-KbUpdate` did not return output if `Start-BitsTransfer` threw an exception. The files downloaded OK, however there wasn't a FileInfo object returned.

Hey, I have a question regarding this line: https://github.com/potatoqualitee/kbupdate/blob/main/public/Save-KbUpdate.ps1#L260 Do you think it should be `$hyperlinklol = $dl.Link` instead of what it is now? I haven't actually seen this happen,...

I discovered when trying to run a script block with `-AsUser`, where the credential is a *local user account*\*, the scheduled job just wouldn't run. powershell.exe would return with an...

### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...

Bug

Added `Write-Verbose` lines to help with troubleshooting Also, I noticed the `-LoopDelayType` param was only for the `DoUntil` parameter set which made it unavailable if you were to use the...

If my current module manifest includes a ScriptsToProcess property with invalid values (i.e. files that do not exist), I cannot update it using `Update-ModuleManifest`. An exception is thrown. For example,...

Issue-Bug
Area-InfoFile