Skip to main content

Updateable Help

PowerShell online help and updateable help use two different module metadata values:

  • HelpUri is used by Get-Help -Online to open a command's web help page.
  • HelpInfoURI is used by Update-Help to find the module's updateable help metadata.

For Keldor, command help pages live under /powershell/keldor/. Updateable help files live in the static site folder:

static/powershell-help/keldor/

Files placed there are served directly from the published site:

https://docs.keldor.dev/powershell-help/keldor/

Host HelpInfo.xml and generated locale CAB files, such as Keldor-help-en-US.cab, from this static folder when updateable help packages are published.