Adam Cook
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...
Need to update the enum `SMS_CM_UpdatePackages_State` in Invoke-UpdateCM.ps1 to match 262143 as "failed". Then also need to update the `New-LoopAction` to break and throw if this state is detected. 
I received a report that CM-2002 is not included in MSI installer of AutomatedLab - I need to verify this
`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...