PowerShell PowerShell function mostrarinformacion() { # Mostrar información sobre el núcleo [System.Environment]::OSVersion.Version wsl uname -r } mostrarinformacion 1234567 function mostrarinformacion(){ # Mostrar información sobre el núcleo [System.Environment]::OSVersion.Version wsl uname -r}mostrarinformacion