Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion reference/7.0/Microsoft.PowerShell.Utility/Get-Verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ warning message.
> [!NOTE]
> The verb list that `Get-Verb` returns might not be complete. For an updated list of approved
> PowerShell verbs with descriptions, see
> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
> in the Microsoft Docs.

## EXAMPLES
Expand Down
2 changes: 1 addition & 1 deletion reference/7.2/Microsoft.PowerShell.Utility/Get-Verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ warning message.
> [!NOTE]
> The verb list that `Get-Verb` returns might not be complete. For an updated list of approved
> PowerShell verbs with descriptions, see
> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
> in the Microsoft Docs.

## EXAMPLES
Expand Down
2 changes: 1 addition & 1 deletion reference/7.3/Microsoft.PowerShell.Utility/Get-Verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ warning message.
> [!NOTE]
> The verb list that `Get-Verb` returns might not be complete. For an updated list of approved
> PowerShell verbs with descriptions, see
> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
> in the Microsoft Docs.

## EXAMPLES
Expand Down
4 changes: 2 additions & 2 deletions reference/docs-conceptual/community/2021-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ Content updates
- [Install on macOS](/powershell/scripting/install/Installing-PowerShell-on-macOS)
- [Install on Linux](/powershell/scripting/install/Installing-PowerShell-on-Linux)
- [Alpine](/powershell/scripting/install/install-alpine)
- [CentOS](/powershell/scripting/install/install-centos)
- CentOS
- [Debian](/powershell/scripting/install/install-debian)
- [Fedora](/powershell/scripting/install/install-fedora)
- Fedora
- [Raspberry Pi OS](/powershell/scripting/install/install-raspbian)
- [Red Hat Enterprise Linux](/powershell/scripting/install/install-rhel)
- [Ubuntu](/powershell/scripting/install/install-ubuntu)
Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/community/2022-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ issues. Thank you!

New Content

- [about_Calling_Generic_Methods](/powershell/module/microsoft.powershell.core/about/about_calling_generic_methods&preserve-view=true)
- [about_Calling_Generic_Methods](/powershell/module/microsoft.powershell.core/about/about_calling_generic_methods?view=powershell-7.3&preserve-view=true)

Content updates

Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/gallery/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Hosts required when using the PowerShell Gallery website:
[Install-Script]: /powershell/module/powershellget/Install-Script
[Publish-Module]: /powershell/module/powershellget/Publish-Module
[Publish-Script]: /powershell/module/powershellget/Publish-Script
[Register-PSRepository]: /powershell/module/powershellget/Register-Repository
[Register-PSRepository]: /powershell/module/powershellget/register-psrepository
[Save-Module]: /powershell/module/powershellget/Save-Module
[Save-Script]: /powershell/module/powershellget/Save-Script
[Update-Module]: /powershell/module/powershellget/Update-Module
Expand Down
4 changes: 2 additions & 2 deletions reference/docs-conceptual/samples/Managing-Services.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Invoke-Command -ComputerName Server02 -ScriptBlock { Get-Service }
```

You can also manage services with the other `*-Service` cmdlets. For more information on PowerShell
remoting, see [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about_Remote).
remoting, see [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about/about_Remote).

## Getting Required and Dependent Services

Expand Down Expand Up @@ -190,7 +190,7 @@ For more information, see [Set-Service](/powershell/module/Microsoft.PowerShell.

## See Also

- [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about_Remote)
- [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about/about_Remote)
- [Get-Service](/powershell/module/Microsoft.PowerShell.Management/get-service)
- [Set-Service](/powershell/module/Microsoft.PowerShell.Management/set-service)
- [Restart-Service](/powershell/module/Microsoft.PowerShell.Management/restart-service)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ To opt-out of this telemetry, set the environment variable `POWERSHELL_TELEMETRY
[Get-MarkdownOption]: /powershell/module/Microsoft.PowerShell.Utility/Get-MarkdownOption
[Set-MarkdownOption]: /powershell/module/Microsoft.PowerShell.Utility/Set-MarkdownOption
[Show-Markdown]: /powershell/module/Microsoft.PowerShell.Utility/Show-Markdown
[Remove-Alias]: /powershell/module/Microsoft.PowerShell.Utility/Remote-Alias
[Remove-Alias]: /powershell/module/Microsoft.PowerShell.Utility/Remove-Alias
[Remove-Service]: /powershell/module/Microsoft.PowerShell.Utility/Remote-Service
[Join-String]: /powershell/module/Microsoft.PowerShell.Utility/Join-String
[Get-Uptime]: /powershell/module/Microsoft.PowerShell.Utility/Get-Uptime
Expand Down