Adam Cook
Adam Cook
Which date are you referring to? I know Get-HotFix returns the data in the format of the OS culture so it sometimes returns a blank property for dates it cannot...
I could be mistaken but I believe the libraries come from a dependent module and are from the WSUS RSAT tools, or part of the WSUS installation. Most code on...
Looks like the test failed due to a transient issue with the CDN? I see the comment "microsoft's CDN appears to be having massive issues and sometimes this does not...
If it's known to be hit&miss, maybe remove the test or rerun the tests a couple more times 😛
No, this line is new: ```powershell If ($AsUser) { $JobParameters['Credential'] = $AsUser} ``` It passes the credential for `-AsUser` to `Register-ScheduledJob`.
Has anyone spotted weird behavour when trying to wrap tests with `-ThrottleLimit` of the `ForEach-Object` cmdlet? Take this simple `test.ps1` test file: ```powershell param( $parameter ) Describe 'test' { It...
Thank you @fflaten ❤️
@nreisb how did you identify an overflow was your obstacle?