From 2b0e80a3273a3117ecf1d4943c8ef6ce2e553469 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Fri, 10 Apr 2015 10:03:04 -0400 Subject: [PATCH] Delete test.ps1 --- test.ps1 | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test.ps1 diff --git a/test.ps1 b/test.ps1 deleted file mode 100644 index 633f855..0000000 --- a/test.ps1 +++ /dev/null @@ -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 \ No newline at end of file