Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 1.46 KB

Get-TypeAccelerator.md

File metadata and controls

71 lines (52 loc) · 1.46 KB
external help file Module Name online version schema
PSPreworkout-help.xml
PSPreworkout
2.0.0

Get-TypeAccelerator

SYNOPSIS

Get available type accelerators.

SYNTAX

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

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: 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

System.Array

NOTES

Author: Sam Erde Version: 0.0.3 Modified: 2024/10/29

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

RELATED LINKS