Skip to content

Commit

Permalink
Fixed casing of module landing pages
Browse files Browse the repository at this point in the history
The casing has to be consistent with the module name since this is used to construct the help URI.
  • Loading branch information
adityapatwardhan authored and juanpablojofre committed Oct 10, 2017
1 parent b3aed91 commit cf08991
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ keywords: powershell,cmdlet
Help Version: 6.0
Download Help Link: https://go.microsoft.com/fwlink/?linkid=855961
Module Guid: 766204a6-330e-4263-a7ab-46c87afc366c
title: Microsoft.WsMan.Management
Module Name: Microsoft.WsMan.Management
title: Microsoft.WSMan.Management
Module Name: Microsoft.WSMan.Management
---

# Microsoft.WsMan.Management Module
# Microsoft.WSMan.Management Module
## Description
This section contains the help topics for the cmdlets that are installed with Windows PowerShell Microsoft.WSMan.Management module. The WSMan module contains cmdlets and providers that manage the WS-Management protocol in Windows PowerShell.

## Microsoft.WsMan.Management Cmdlets
## Microsoft.WSMan.Management Cmdlets
### [Connect-WSMan](Connect-WSMan.md)
Connects to the WinRM service on a remote computer.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ keywords: powershell,cmdlet
Help Version: 6.0
Download Help Link: https://go.microsoft.com/fwlink/?linkid=855966
Module Guid: 5714753b-2afd-4492-a5fd-01d9e2cff8b5
title: PSReadline
Module Name: PSReadline
title: PSReadLine
Module Name: PSReadLine
---

# PSReadline Module
# PSReadLine Module
## Description
This section contains the help topics for the cmdlets that are installed with the Windows PowerShell® PSReadline module. The PSReadline module contains cmdlets that let you customize the command-line editing environment in Windows PowerShell.

## PSReadline Cmdlets
## PSReadLine Cmdlets
### [Get-PSReadlineKeyHandler](Get-PSReadlineKeyHandler.md)
Gets the key bindings for the PSReadline module.

Expand Down

0 comments on commit cf08991

Please sign in to comment.