external help file | Module Name | online version | schema |
---|---|---|---|
PSScriptTools-help.xml |
PSScriptTools |
2.0.0 |
Import a custom type extension file
Import-PSScriptToolsTypeExtension [[-TypeName] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
Use this command to import a PSScriptTools type extension file. This will add functionality to output of commands like Get-Process and Measure-Object. You can pipe output from Get-PSScriptToolsTypeExtension to this command.
PS C:\> Import-PSScriptToolsTypeExtension
Import all available custom type extensions.
PS C:\> Import-PSScriptToolsTypeExtension -typename *file*
Import all custom type extensions that have "file" in the name.
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The TypeName of the custom type extension set
Type: String
Parameter Sets: (All)
Aliases: Type
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: True
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This 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