This is a starter module for PowerShell administrators that want to get in to formatting extension types with tables.
This module will work with PSjobs and PSSessions and has a few helper functions to get you started in creating your own PowerShell helper module.
- Fork this repository
- Clone this project locally
- Copy the entire PSUtilities directory
- Place it in your user's PowerShell module path - c:\Users\UserName\Documents\WindowsPowerShell\Modules
- Run the following command:
Import-Module PSUtilities
All xml files for extended types and table format displays are in the 1.0.0/xml directory