Function-Array-Action-with-filter
1.0
This function will take a .CSV file and run a command against specific items in the array
The function will count all the items that has a numeric value inside a specific column and then execute a command against these items only
In this example function, some computers in the .CSV has a Startup Priority and some don't. The function will filter only those with a value
The function will count all the items that has a numeric value inside a specific column and then execute a command against these items only
In this example function, some computers in the .CSV has a Startup Priority and some don't. The function will filter only those with a value
This function will take a .CSV file and run a command against specific items in the array
The function will count all the items that has a numeric value inside a specific column and then execute a command against these items only
In this example function, some computers in the .CSV has a Startup Priority and some don't. The function will filter only those with a value in the StartupPriority column
and will run a command against each one
$Servers = All the items in the .CSV
$Physical_Servers = only servers with some number in the StartupPriority column
Show more
The function will count all the items that has a numeric value inside a specific column and then execute a command against these items only
In this example function, some computers in the .CSV has a Startup Priority and some don't. The function will filter only those with a value in the StartupPriority column
and will run a command against each one
$Servers = All the items in the .CSV
$Physical_Servers = only servers with some number in the StartupPriority column
Installation Options
Owners
Package Details
Author(s)
- Omer Barel
Functions
Dependencies
This script has no dependencies.
FileList
- Function-Array-Action-with-filter.nuspec
- Function-Array-Action-with-filter.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0 (current version) | 292 | 3/29/2017 |