PSTypeExtensionTools

1.7.0

A set of PowerShell tools for working with type extensions.

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name PSTypeExtensionTools -RequiredVersion 1.7.0

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

Install-PSResource -Name PSTypeExtensionTools -Version 1.7.0

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) 2017-2021 JDH Information Technology Solutions, Inc.

Package Details

Author(s)

  • Jeff Hicks

Tags

typeextension typedata

Functions

Get-PSTypeExtension Get-PSType Import-PSTypeExtension Export-PSTypeExtension Add-PSTypeExtension New-PSPropertySet

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

## v1.7.0

+ Added `services.types.ps1xml` to samples folder.
+ Updated `README.md`.
+ Updates `README.md` in Samples folder.
+ Changed statements using `Out-Null` to use `[void]`.
+ Modified `Export-PSTypeExtension` to support appending in a very specific use-case. ([Issue #16](https://github.com/jdhitsolutions/PSTypeExtensionTools/issues/16))
+ Added a private function, `_convertTypeName` to convert typename values to properly cased names.
+ Modified `Export-PSTypeExtension` to add a `-Passthru` parameter. ([Issue #18](https://github.com/jdhitsolutions/PSTypeExtensionTools/issues/18))
+ Updated help.

FileList

Version History

Version Downloads Last updated
1.9.0 1,056 8/10/2021
1.8.0 104 3/10/2021
1.7.1 17 3/9/2021
1.7.0 (current version) 14 3/9/2021
1.6.0 18 3/8/2021
1.5.1 201 2/29/2020
1.5.0 122 9/21/2019
1.4.0 155 2/18/2019
1.3.0 85 10/23/2018
Show more