<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WFA PowerShell Reports in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102866#M18205</link>
    <description>&lt;P&gt;Do you have Excel installed on the WFA server?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2015 16:44:51 GMT</pubDate>
    <dc:creator>geringer</dc:creator>
    <dc:date>2015-04-07T16:44:51Z</dc:date>
    <item>
      <title>WFA PowerShell Reports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102865#M18204</link>
      <description>&lt;P&gt;Error&amp;nbsp; Exception calling "SaveAs"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting errors saving excel via powershell code in WFA&lt;/P&gt;&lt;P&gt;if any work around&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$xl=New-Object -ComObject "Excel.Application"&lt;BR /&gt;$wb=$xl.Workbooks.Add()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#==Powershell Code for Report==&lt;/P&gt;&lt;P&gt;$wb.SaveAs($htmlReport,$xlHTML)&lt;BR /&gt;$wb.SaveAs($csvReport, $xlCSV)&lt;BR /&gt;$wb.SaveAs( $reportName,[Microsoft.Office.Interop.Excel.XlFileFormat]::xlExcel8)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:37:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102865#M18204</guid>
      <dc:creator>SrikanthReddy</dc:creator>
      <dc:date>2025-06-05T04:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: WFA PowerShell Reports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102866#M18205</link>
      <description>&lt;P&gt;Do you have Excel installed on the WFA server?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 16:44:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102866#M18205</guid>
      <dc:creator>geringer</dc:creator>
      <dc:date>2015-04-07T16:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: WFA PowerShell Reports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102867#M18206</link>
      <description>&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tested code works ok via powershell at command prompt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 16:48:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102867#M18206</guid>
      <dc:creator>SrikanthReddy</dc:creator>
      <dc:date>2015-04-07T16:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: WFA PowerShell Reports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102891#M18212</link>
      <description>&lt;P&gt;See, you have provided almost close to zero information for debugging and expecting a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. What are you actually trying to do.&lt;/P&gt;&lt;P&gt;2. What is the error message you get?&lt;/P&gt;&lt;P&gt;3. What values of variables&amp;nbsp;$htmlReport,$xlHTML..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can one make out from a few lines &amp;nbsp;from the middle of the code. It will not help. So provide sufficient infomation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 06:25:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102891#M18212</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-04-08T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: WFA PowerShell Reports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102922#M18214</link>
      <description>&lt;P&gt;Thanks sinhaa&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this was for testing if I could write excel &amp;nbsp;output to local drive via powershell on WFA server&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only exception I am getting from &amp;nbsp;logs is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Error&amp;nbsp; Exception calling "SaveAs" "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can we save Excel workbook on local drive ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could be service account permission issues ,will report after testing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 15:01:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102922#M18214</guid>
      <dc:creator>SrikanthReddy</dc:creator>
      <dc:date>2015-04-08T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: WFA PowerShell Reports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102933#M18220</link>
      <description>&lt;P&gt;Attached is a simple WFA command that you can "test" to see if you have an issue with your WFA server configuration, or if the issue is in your code.&amp;nbsp; This requires an open directory at C:\Temp\WFA to run.&amp;nbsp; It works on my laptop with WFA installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 19:34:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102933#M18220</guid>
      <dc:creator>geringer</dc:creator>
      <dc:date>2015-04-08T19:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: WFA PowerShell Reports</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102935#M18221</link>
      <description>&lt;P&gt;Not sure why the dar file does not show as an attachment, unless it is being filtered out as "software files".&amp;nbsp; Email me, and I will send you the attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike Geringer&lt;/P&gt;&lt;P&gt;NetApp&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 19:38:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-PowerShell-Reports/m-p/102935#M18221</guid>
      <dc:creator>geringer</dc:creator>
      <dc:date>2015-04-08T19:38:32Z</dc:date>
    </item>
  </channel>
</rss>

