| external help file | Module Name | online version | schema |
|---|---|---|---|
PSScriptTools-help.xml |
PSScriptTools |
2.0.0 |
Get available custom type extensions
Get-PSScriptToolsTypeExtension [[-TypeName] <String>] [<CommonParameters>]The PSScriptTools module includes several custom type extensions that you can import. These will add functionality to output of commands like Get-Process and Measure-Object. Use this command to get information about available extensions.
PS C:\> Get-PSScriptToolsTypeExtension -TypeName *file*
TypeName : System.IO.FileInfo
Description: Alias and script properties designed to extend the file object. There is also a PropertySet called AgeInfo.
MemberType MemberName
---------- ----------
AliasProperty Created
AliasProperty Modified
AliasProperty Size
PropertySet AgeInfo
ScriptProperty SizeKB
ScriptProperty ModifiedAge
ScriptProperty CreatedAge
ScriptProperty SizeMBThe default behavior is to list all available extensions. You can filter the list by providing a wildcard pattern for the TypeName parameter.
The name of the custom type extension set
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: TrueThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Learn more about PowerShell: https://jdhitsolutions.com/yourls/newsletter