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
Owners
Package Details
FileList
- blah.nuspec
- blah.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.1 (current version) | 1,181,276 | 1/29/2020 |