Get-TypeAccelerator¶
SYNOPSIS¶
Get available type accelerators.
SYNTAX¶
DESCRIPTION¶
Get available type accelerators. These can be useful when trying to find or remember the different type accelerators that are available to use in PowerShell.
EXAMPLES¶
EXAMPLE 1¶
EXAMPLE 2¶
Get all type accelerators that begin with the string “ps”.
PARAMETERS¶
-Name¶
The name of a specific type accelerator to get.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: True
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS¶
OUTPUTS¶
Object[]¶
NOTES¶
Thanks to Jeff Hicks (@JDHITSolutions) for helpful suggestions and improvements on this output!