Configuration Steps .com

The pipe takes the output of the “Get-ChildItems” and passes it to the “Where-Object” command which prints out the result of files that have length greater than 100 KB. When writing piped commands on multiple lines you have to end each line with the pipe symbol (except the last line which ends with the last command). ................
................