Posh

0.2

PowerShell made Posh - Spice up Your Shell

Installation Options

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

Install-Module -Name Posh

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

Install-PSResource -Name Posh

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

2023 Start-Automating

Package Details

Author(s)

  • James Brundage

Tags

Posh .ps1xml Format Output Types Colorized Prompt Customization

Dependencies

This module has no dependencies.

Release Notes

## Posh 0.2: Posh.NET:

Added Posh.Net Psuedotype (#282)

This makes .NET types easier to explore in Posh

For example:

~~~PowerShell
$Posh.NET.Assembly # Get all assemblies
$Posh.NET.Type # Get all types
$Posh.Net.Generic # Get all generic types
$Posh.Net.Attribute # Get all attributes
~~~

For a full list of everything you can do, run:

~~~PowerShell
$Posh.Net | Get-Member
~~~

---

More History in [CHANGELOG](https://github.com/StartAutomating/Posh/blob/main/CHANGELOG.md)

Like It?  Star It!  Love It?  Support It!

FileList

Version History

Version Downloads Last updated
0.2 (current version) 5,536 9/28/2023
0.1.9 53 9/16/2023
0.1.8 40 9/10/2023
0.1.7 22 9/7/2023
0.1.6 154 8/27/2023
0.1.5 44 8/18/2023
0.1.4 18 8/17/2023
0.1.3 29 8/12/2023
0.1.2 56 8/3/2023
0.1.1 30 7/24/2023
0.1 16 7/20/2023
Show more