Skip to content

Fixed "about_Updatable_Help" link #2186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.assetid: 6dc7052d-cc5a-4220-950f-98f963a2b587
# Getting Ready to Use Windows PowerShell
When Windows PowerShell is installed and started, consider the following setup options. You can perform these tasks at any time.

- **Install help files.** The cmdlets that are included in Windows PowerShell 3.0 do not come with help files. However, you can use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet to download and install the newest help files on your computer. When the files are installed, you can use the [Get-Help](/powershell/module/microsoft.powershell.core/get-help) cmdlet to display them right at the command line. For more information, see [about_Updatable_Help](/powershell/module/microsoft.powershell.core/about/about_execution_policies).
- **Install help files.** The cmdlets that are included in Windows PowerShell 3.0 do not come with help files. However, you can use the [Update-Help](/powershell/module/microsoft.powershell.core/update-help) cmdlet to download and install the newest help files on your computer. When the files are installed, you can use the [Get-Help](/powershell/module/microsoft.powershell.core/get-help) cmdlet to display them right at the command line. For more information, see [about_Updatable_Help](/powershell/module/microsoft.powershell.core/about/about_updatable_help).

If you decide not to install the help files, you can still read the help topics online. To find the online version of any cmdlet help topic, type: `Get-Help <CmdletName> -Online`. To browse the Windows PowerShell help topics see the [PowerShell documentation](/powershell/scripting).

Expand Down