Working with type accelerators in PowerShell
Type accelerators are a great way in PowerShell to access .Net classes without having to write their full names. In essence they are aliases for .Net classes. If you have worked with PowerShell then you probably have used a type accelerator without knowing. To get the list of available type accelerators the following command can be executed:…
View On WordPress









