<?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: writing LOG-file with WFA in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99089#M17474</link>
    <description>&lt;P&gt;@&amp;nbsp; i tried to achieve with PoSh through [command] | convertto-html "path2file" but it seems that the file won't be created.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ConvertTo-Html doesn't create any file for you, it just formats the output in HTML tags. &amp;nbsp;Use it like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;My-Command&amp;gt; |ConvertTo-Html|Set-Content C:\log.html&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want better control, select objects in your output for the specific tags in your log.html. Read some details here :&amp;nbsp;&lt;A target="_blank" href="http://technet.microsoft.com/en-us/library/ee156817.aspx"&gt;http://technet.microsoft.com/en-us/library/ee156817.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you can use this as is into WFA commands too. It will behave just the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jan 2015 09:02:45 GMT</pubDate>
    <dc:creator>sinhaa</dc:creator>
    <dc:date>2015-01-09T09:02:45Z</dc:date>
    <item>
      <title>writing LOG-file with WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99027#M17465</link>
      <description>&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wanted wfa to write out a log as html file - i tried to achieve with PoSh through [command] | convertto-html "path2file" but it seems that the file won't be created.&lt;/P&gt;&lt;P&gt;the idea behind it: i wanted to write-out all before/after informations when the workflows is run per workflow - so there should be one file for e.g. all "volume_resize" workflows with information of how big was the volume before the workflow run and what size it has after the workflow ran.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:19:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99027#M17465</guid>
      <dc:creator>HONIG2012</dc:creator>
      <dc:date>2025-06-05T05:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: writing LOG-file with WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99029#M17467</link>
      <description>&lt;P&gt;Have you developed the commands on your own?&lt;/P&gt;&lt;P&gt;Or,&lt;/P&gt;&lt;P&gt;you are trying to get the output from the certified commands in HTML.&lt;/P&gt;&lt;P&gt;If you are writing the commands on your own, you can create a file and&lt;/P&gt;&lt;P&gt;write the file with HTML tags.&lt;/P&gt;&lt;P&gt;Sample command attached, written with WFA 3.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 11:59:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99029#M17467</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2015-01-08T11:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: writing LOG-file with WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99030#M17468</link>
      <description>&lt;P&gt;i'm developing on my own - i'll give it a try - thanks for fast reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 12:09:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99030#M17468</guid>
      <dc:creator>HONIG2012</dc:creator>
      <dc:date>2015-01-08T12:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: writing LOG-file with WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99089#M17474</link>
      <description>&lt;P&gt;@&amp;nbsp; i tried to achieve with PoSh through [command] | convertto-html "path2file" but it seems that the file won't be created.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ConvertTo-Html doesn't create any file for you, it just formats the output in HTML tags. &amp;nbsp;Use it like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;My-Command&amp;gt; |ConvertTo-Html|Set-Content C:\log.html&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want better control, select objects in your output for the specific tags in your log.html. Read some details here :&amp;nbsp;&lt;A target="_blank" href="http://technet.microsoft.com/en-us/library/ee156817.aspx"&gt;http://technet.microsoft.com/en-us/library/ee156817.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you can use this as is into WFA commands too. It will behave just the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 09:02:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99089#M17474</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-01-09T09:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: writing LOG-file with WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99090#M17475</link>
      <description>&lt;P&gt;yeah right -&amp;nbsp;wrong command usage on my side&amp;nbsp;- now i pipe it to |out-file and it works..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 09:45:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/writing-LOG-file-with-WFA/m-p/99090#M17475</guid>
      <dc:creator>HONIG2012</dc:creator>
      <dc:date>2015-01-09T09:45:36Z</dc:date>
    </item>
  </channel>
</rss>

