mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-24 04:04:46 +00:00
10 lines
272 B
PowerShell
10 lines
272 B
PowerShell
cls
|
|
|
|
$DataToGather = @{
|
|
Processes = {ps}
|
|
Services = {gsv}
|
|
Files = {dir -File}
|
|
Albums = {(Invoke-RestMethod http://www.dougfinke.com/powershellfordevelopers/albums.js)}
|
|
}
|
|
|
|
Export-MultipleExcelSheets -Show -AutoSize .\testExport.xlsx $DataToGather |