Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 684 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 684 Bytes

PSUtilities

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.

Getting Started with PSUtilities

  1. Fork this repository
  2. Clone this project locally
  3. Copy the entire PSUtilities directory
  4. Place it in your user's PowerShell module path - c:\Users\UserName\Documents\WindowsPowerShell\Modules
  5. 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