Ejemplo: obtener el tamaño de la carpeta powershell
"{0} MB" -f ((Get-ChildItem C:users -Recurse | Measure-Object -Property Length -Sum -ErrorAction Stop).Sum / 1MB)
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)
"{0} MB" -f ((Get-ChildItem C:users -Recurse | Measure-Object -Property Length -Sum -ErrorAction Stop).Sum / 1MB)