function Get-TypeAccelerators {
[PSObject].Assembly.GetType(System.Management.Automation.TypeAccelerators)::Get.GetEnumerator() | sort key | select key
}
This is totally a place holder so I can remember it later. Not pretending I came up with it...
Tuesday, March 1, 2016
PowerShell v2 Function Get TypeAccelerators
Posted by
karjana
,
at
3:01 AM
Subscribe to:
Post Comments (Atom)