PowerShell PowerShell ForEach ($fichero in Get-ChildItem *.*) { # Determine the type of a file file $fichero } 12345 ForEach ($fichero in Get-ChildItem *.*){# Determine the type of a filefile $fichero}