Skip to content

Get-TypeAccelerator

SYNOPSIS

Get available type accelerators.

SYNTAX

__AllParameterSets

Get-TypeAccelerator [[-Name] <string>] [<CommonParameters>]

ALIASES

This cmdlet has no aliases.

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

Get-TypeAccelerator -Name ADSI

EXAMPLE 2

Get-TypeAccelerator -Name ps*

Get all type accelerators that begin with the string “ps”.

PARAMETERS

-Name

The name of a specific type accelerator to get.

Type: System.String
DefaultValue: '*'
SupportsWildcards: true
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

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.

INPUTS

OUTPUTS

Object

{{ Fill in the Description }}

NOTES

Thanks to Jeff Hicks (@JDHITSolutions) for helpful suggestions and improvements on this output!

{{ Fill in the related links here }}