Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resiliency for Get-WindowsOptionalFeature (#3382)
Solves #3378 by catching the specific error and continue. This is the output of `New-BcContainer` when running as administrator and having the mentioned issue with `Get-WindowsOptionalFeature -online`: ``` BcContainerHelper is running as administrator Cannot check Hyper-V status. HyperV is ``` At least we do not stop anymore with this.
- Loading branch information