Skip to content

Commit 45c5e3a

Browse files
authored
Update note on Get-Help command usage
Added note about URI/URL requirement for online help.
1 parent d49fc77 commit 45c5e3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

learn-pr/wwl-azure/understand-command-syntax-windows-powershell/includes/5-display-about-files-content-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You can also open the help topic in a separate window or online:
1818
Get-Help about_CommonParameters -ShowWindow
1919
Get-Help about_CommonParameters -Online
2020
```
21+
> [!NOTE]
22+
> For the online version to show, it must have the URI/URL included in the information in the local help files. If the URI/URL is not included in the local version, you will receive an error.
2123
2224
When you use wildcard characters with the **Get-Help** command, **About** help files will appear in a list when their titles contain a match for your wildcard pattern. Typically, **About** help files will appear last, after any commands whose names also matched your wildcard pattern. You can also use the *‑Category* parameter to specify a search for **About** files.
2325

0 commit comments

Comments
 (0)