You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crear dos ficheros con el nombre de los procesos con extensión ".procesos" y agruparlos por extensión
Get-Process|Select-Object name |Out-File1.procesos
Get-Process|Select-Object name |Out-File2.procesos
Get-ChildItem| select Extension |Select-String".procesos"|Group-Object
ls | select Extension |Select-String".procesos"| group