From c88258a7f549595ca4f3b38bc0baf0205d4743af Mon Sep 17 00:00:00 2001 From: JuanPablo Jofre Date: Tue, 15 Aug 2017 11:39:57 -0700 Subject: [PATCH] removing nonexistent cmdlets --- .../Get-HashValueFromString.md | 77 ------------------- .../Get-OSVersion.md | 46 ----------- 2 files changed, 123 deletions(-) delete mode 100644 reference/6/Microsoft.PowerShell.Core/Get-HashValueFromString.md delete mode 100644 reference/6/Microsoft.PowerShell.Core/Get-OSVersion.md 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 -