ConvertTo-SortedHashtable¶
SYNOPSIS¶
Converts a given hashtable to an alphabetically sorted hashtable
SYNTAX¶
DESCRIPTION¶
Converts a given hashtable to an alphabetically sorted hashtable
EXAMPLES¶
Example 1¶
Converts to a sorted hashtable
PARAMETERS¶
-InputObject¶
The hashtable(s) to be sorted
Type: Hashtable[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.