Examples of using Input objects in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
Performs an operation against each of a set of input objects.
The connection between the input objects and the output object is easily broken.
Performs an operation against each of a set of input objects. Group-Object.
The input objects can be piped to the cmdlet
The ForEach-Object cmdlet performs an operation on each of a set of input objects.
Specifies that if a subset of the input objects has identical properties and values,
Use the$input automatic variable to represent the input objects in the command.
Specifies the number of objects to select from the end of an array of input objects.
which associates input objects with cmdlet parameters,
Specifies a script block to run after processing all input objects.
it copies the values of those properties from the input objects and creates new objects that have the specified properties
use the$input automatic variable to represent the input objects.
create events for array input objects when their contents change, via the On data change event.
use the$input automatic variable in the value of the ScriptBlock parameter to represent the input objects.
Specifies a script block to run before processing any input objects.
and Index parameters to select particular objects from an array of input objects.
False-Character Counts the number of characters in the input object.
False-Word Counts the number of words in the input object.
The-as operator tries to convert the input object to the specified.
False-Line Counts the number of lines in the input object.
Out-String returns the string that it creates from the input object.
Counts the number of lines in the input object.
Counts the number of characters in the input object.
declaration of a mandatory ComputerName parameter that accepts the input object that is passed to the function from the pipeline.
block that describes the operations to be carried out on each input object, you can provide two additional script blocks.
function in which the statement list runs one time for each input object.
Within the script block, the current input object is represented by the$_ variable.
