PSTeachingTools

4.3.0

A set of commands and tools for teaching PowerShell. This module is used in my beginning PowerShell courses from Pluralsight.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSTeachingTools

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSTeachingTools

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016-2024 JDH Information Technology Solutions, Inc. All rights reserved.

Package Details

Author(s)

  • Jeff Hicks

Tags

training teaching tutorial demo

Functions

Get-Vegetable New-Vegetable Set-Vegetable Remove-Vegetable Start-TypedDemo

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

## 4.3.0

### Added

- Added a table view of vegetable objects called Color. This uses a new global variable called AnsiVegColor.
- Added an alias State for the CookedState property on vegetable objects.

### Changed

- Update vegetable JSON file to use proper casing for vegetable names.
- General code cleanup
- Modified root module to use the cooked state from the JSON data file on module import. This is technically a breaking change, but since it happens on module import, this shouldn't affect the end-user. The underlying class definition was not changed. [Issue #12](https://github.com/jdhitsolutions/PSTeachingTools/issues/12)
- Updated README.md.
- Help updates.

### Fixed

- Fixed broken online help links.

FileList

Version History

Version Downloads Last updated
4.3.0 (current version) 2,783 9/3/2024
4.2.0 12,158 1/11/2022
4.1.0 72 1/3/2022
4.0.0 1,824 1/5/2021
3.2.1 973 5/16/2020
3.2.0 388 4/13/2020
3.1.0 197 4/2/2020
3.0.0 1,940 2/21/2019
2.0.0 751 10/23/2018
Show more