Emil Larsson

Results 8 comments of Emil Larsson

I remember trying to solve this issue before: https://answers.microsoft.com/en-us/windows/forum/all/updateing-powershell-user-help-files/07afd880-c543-4e56-9446-1e9eb509003d People suggest running get-help with -Force -ErrorAction SilentlyContinue - however this will not update the failing modules, only hide the errors...

After some digging I found this: https://github.com/MicrosoftDocs/windows-powershell-docs/issues/2247 Seems to be a known issue with Get-Help / Update-Help that causes this As described here by Sean: https://devblogs.microsoft.com/powershell/updating-help-for-the-psreadline-module-in-windows-powershell-5-1/ a work-around is to...

> After some digging I found this: [MicrosoftDocs/windows-powershell-docs#2247](https://github.com/MicrosoftDocs/windows-powershell-docs/issues/2247) Seems to be a known issue with Get-Help / Update-Help that causes this > > As described here by Sean: https://devblogs.microsoft.com/powershell/updating-help-for-the-psreadline-module-in-windows-powershell-5-1/ a...

> Does anyone know why "ConfigDefenderPerformance, Dism, Get-NetView, Kds, NetQos, PcsvDevice, PKI, Whea, WindowsUpdate" might fail with a 404? They fail because what is displayed and stored in your module...

This was talked about in the PS Commuinity Call - July 21st 2022: https://www.youtube.com/watch?v=GcPTjtybohM&t=2281s

nslookup ping -t shutdown /r /t 0 echo wget curl set (to display environment variables, cmd) icacls (huge rabbit hole but would be nice if it had a translation table,...

tried it in linux : PSVersion: 7.2.4 OS: Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 PS /usr/local/share/powershell/Modules> # whats my ip addressVERBOSE: {"prompt": "\n\n# what processes are...

> We had an internal meeting about this problem. We are discussing what needs to be done to fix this. We will adjust the documentation once we have a decision....