Skip to content

kpd956/PSTeachingTools

 
 

Repository files navigation

PSTeachingTools

PSGallery Version PSGallery Downloads

Installation

You should install this module from the PowerShell Gallery:

install-module psteachingtools [-scope currentuser]

If installing on PowerShell 7 you may need to include the -scope currentuser parameter. Do not attempt to download and install from this repository unless you are an experienced PowerShell user.

The module should work in both Windows PowerShell and PowerShell 7. Please post an issue with any feedback, suggestions or problems.

Teaching PowerShell

This PowerShell module includes tools and techniques for teaching PowerShell. Many of the commands will create a set of sample objects and commands that can be used to demonstrate a variety of PowerShell techniques and concepts without having to worry about anything technical like Active Directory, services or file objects.

Using objects in the pipeline

setting objects

See the about_psteachingtools help file for more information.

Typed Demos

The module also includes a function for simulating an interactive PowerShell console session. You can type your commands in a file and have the function "play back" the commands just as if you were typing the commands. The function will pause after every | character. Pressing Enter will advance the demo. Read help for Start-TypedDemo. A sample file is included in this module.

Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/

last updated: 2020-05-16 13:21:23Z UTC

About

A set of commands and tools for teaching PowerShell.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PowerShell 100.0%