Delete test.ps1

This commit is contained in:
Doug Finke
2015-04-10 10:03:04 -04:00
parent e6c8380c58
commit 2b0e80a327

View File

@@ -1,10 +0,0 @@
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