Forum Discussion

이영곤74's avatar
이영곤74
Copper Contributor
Jul 30, 2022

Update-Help error

안녕하세요. 파워셀을 사용하려 는데 도움이 필요 합니다. 업데이트를 하는데 계속해서 이런 메시지가 나옵니다 Hello.  I need help trying to use PoweShell. I keep getting this message when I try to update.   Update-Help: Failed to update Help ...
  • raindropsdev's avatar
    raindropsdev
    Aug 03, 2022
    Basically the flow is:
    - You used Update-Help to get the Help for the cmdlets for the modules you have installed
    - You get an error which indicates that the Help is not available in the chosen culture (ko-KR)
    - You append -Verbose to have more information
    - You append -Force to ensure that if any Yes/No prompts appear it will automatically chose Yes and continue
    - You append -ErrorAction with value SilentlyContinue, which means that if it encounters any error it will continue without showing an error, effectively skipping the parts that it cannot update

    So what you did is that you asked the Update-Help cmdlet to update everything it can update, overwrite if needed and not inform you if it hits any error.

Share

Resources