diff --git a/reference/6/Microsoft.PowerShell.Core/Get-HashValueFromString.md b/reference/6/Microsoft.PowerShell.Core/Get-HashValueFromString.md deleted file mode 100644 index 21c262482797..000000000000 --- a/reference/6/Microsoft.PowerShell.Core/Get-HashValueFromString.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -ms.date: 2017-06-09 -schema: 2.0.0 -locale: en-us -keywords: powershell,cmdlet -external help file: utils-help.xml ---- - -# Get-HashValueFromString - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -``` -Get-HashValueFromString [-string] [[-algorithm] ] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -``` -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -algorithm -{{Fill algorithm Description}} - -```yaml -Type: String -Parameter Sets: (All) -Aliases: -Accepted values: SHA1, SHA256, SHA384, SHA512, MACTripleDES, MD5, RIPEMD160 - -Required: False -Position: 1 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -string -{{Fill string Description}} - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -## INPUTS - -### None - - -## OUTPUTS - -### System.Object - -## NOTES - -## RELATED LINKS - diff --git a/reference/6/Microsoft.PowerShell.Core/Get-OSVersion.md b/reference/6/Microsoft.PowerShell.Core/Get-OSVersion.md deleted file mode 100644 index 80abfdced497..000000000000 --- a/reference/6/Microsoft.PowerShell.Core/Get-OSVersion.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -ms.date: 2017-06-09 -schema: 2.0.0 -locale: en-us -keywords: powershell,cmdlet -external help file: utils-help.xml ---- - -# Get-OSVersion - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -``` -Get-OSVersion -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -``` -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -## INPUTS - -### None - - -## OUTPUTS - -### System.Object - -## NOTES - -## RELATED LINKS -