mkht
mkht
I am waiting for the approval of the proposal by WG. Please let me know if there is anything I can do to help.
Still waiting for the WG's response to this proposal. Any updates? @iSazonov
> We could think about using an enum for `RetryMode` and a switch expression for `retryIntervalInSeconds` I was thinking that too. But I couldn't decide which was better, so I...
This PR is marked as draft as it is still awaiting approval of the proposal by the WG.
I ran the build on my computer and did some simple tests to make sure it worked, but now that I do it again, I'm having the exact problem you...
I have modified the code once again. Tested with PowerShell 7.3.0, 7.2.7, and 5.1 on Windows. The code used for the test looks like this. ```PowerShell $currentGlobalVp = $global:VerbosePreference $Credential...
But at least, this script works as expected. ;) ```PowerShell $global:VerbosePreference = 'SilentlyContinue' $VerbosePreference = 'Continue' Write-Verbose 'VERBOSE MESSAGE' ``` Regardless of the value of the `$global:VerbosePreference`, the verbose message...
This issue was a major obstacle for me when I migrated from PS5 to PS7. I hope it will be addressed as soon as possible.
Please let me know the results of the following commands. ```PowerShell $PSVersionTable Get-NetAdapter Get-NetAdapter -Name 'Wi-Fi' | fl ```
Looking at the results of the command execution, it seems that the WMI service on your computer is not working properly. In general, you will need to do some work...