blah

1.1

A handy function for creating a temporary array ($blah) from a list of arbitrary data (i.e. email addresses), useful for running a loop against. After loading the function (or adding to your PowerShell profile), execute the function by typing 'blah' then pasting in a list of data that you want to perform a common command against.  For example, from an Excel spreadshee
A handy function for creating a temporary array ($blah) from a list of arbitrary data (i.e. email addresses), useful for running a loop against. After loading the function (or adding to your PowerShell profile), execute the function by typing 'blah' then pasting in a list of data that you want to perform a common command against.  For example, from an Excel spreadsheet, just ensure there are no leading or trailing spaces in the data.  Then run a foreach against $blah:  foreach ($b in $blah) {get-recipient $b} or $blah|%{get-recipient $_}.  Stop creating useless temporary text files!!
Show more

Installation Options

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

Install-Script -Name blah

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

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

Package Details

Author(s)

  • David Dean <david@sycho.net>

Functions

blah

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
1.1 (current version) 1,181,276 1/29/2020