amps

0.1.0

A PowerShell script module with advanced functions that extend PowerShell.

Minimum PowerShell version

5.0

Installation Options

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

Install-Module -Name amps -RequiredVersion 0.1.0

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

Install-PSResource -Name amps -Version 0.1.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 Alan Mervitz. All rights reserved.

Package Details

Author(s)

  • Alan Mervitz

Tags

splatting

Functions

Enter-Object

Dependencies

This module has no dependencies.

Release Notes

Initial release.

Add the Enter-Object function for accessing the properties of an object or items of a hashtable as variables
within a new scope without needing to refer to the containing object. This makes it easy to splat a nested
object without temporary variable assignments.

It has an alias of 'with' to provide a shorthand version that makes it feel like a built-in language construct.

FileList

Version History

Version Downloads Last updated
0.2.1 746 2/13/2017
0.1.0 (current version) 40 2/6/2017