Files
ImportExcel/Examples/Nasa/FireBalls.ps1
dfinke e9b8deccf5 Updated scripts
Added -Header parameter and scoped the header variable in the
Export-Excel command
2016-03-02 18:03:00 -05:00

14 lines
407 B
PowerShell

$header = echo `
'Date/Time - Peak Brightness (UT)' `
'Latitude (Deg)' `
'Longitude (Deg)' `
'Altitude (km)' `
'Velocity (km/s)' `
'Velocity Components (km/s) vx' `
'Velocity Components (km/s) vy' `
'Velocity Components (km/s) vz' `
'Total Radiated Energy (J)' `
'Calculated Total Impact Energy (kt)'
Import-Html http://neo.jpl.nasa.gov/fireballs/ 5 -Header $header