Tag: Powershell

PowerShell Type Accelerators
Powershell

PowerShell Type Accelerators 

Using PowerShell type accelerators PowerShell type accelerators are aliases for .NET classes or types, which makes using classes in PowerShell scripts much easier. The intention behind type accelerators is to use shorter names for .NET classes and types and save some unnecessary typing. For example,…