Skip to content

dgoldman-msft/PSUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PS Module for retrieving jobs and sessions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published