<?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: equal plus in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34304#M1565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joel - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't take this the wrong way, but I would suggest grabbing a powershell book from amazon and flipping through it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for general powershell questions, I would use a forum site @ powershell.com or powershell.org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though i'm just a customer, this community is for Powershell for Netapp mainly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to answer your questions += usually when you stuff an array of custom objects, and $filers = "1","2" - creates an array so you can do something like $filerrs | % { }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 12:04:59 GMT</pubDate>
    <dc:creator>JGPSHNTAP</dc:creator>
    <dc:date>2013-05-30T12:04:59Z</dc:date>
    <item>
      <title>equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34282#M1560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw this in some scripts and could not get my head around it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$filers &lt;SPAN style="color: #ff0000;"&gt;+=&lt;/SPAN&gt; "filer1"&lt;/P&gt;&lt;P&gt;$filers &lt;SPAN style="color: #ff00ff;"&gt;+=&lt;/SPAN&gt; "filer2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:01:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34282#M1560</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2025-06-05T06:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34285#M1561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;It's done to add individual elements to an array. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$filers Is a array and individual filer names are added to the array.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 11:27:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34285#M1561</guid>
      <dc:creator>vinith</dc:creator>
      <dc:date>2013-05-30T11:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34293#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so it is the same as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$filers = "filer1","filer2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 11:40:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34293#M1563</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2013-05-30T11:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34297#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:02:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34297#M1564</guid>
      <dc:creator>vinith</dc:creator>
      <dc:date>2013-05-30T12:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34304#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joel - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't take this the wrong way, but I would suggest grabbing a powershell book from amazon and flipping through it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for general powershell questions, I would use a forum site @ powershell.com or powershell.org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though i'm just a customer, this community is for Powershell for Netapp mainly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to answer your questions += usually when you stuff an array of custom objects, and $filers = "1","2" - creates an array so you can do something like $filerrs | % { }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:04:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34304#M1565</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2013-05-30T12:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34309#M1566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm already reading a book by Dr. Tobias Weltner called "Matering PowerShell" but that issue wasn't mentioned there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't take this the wrong way but the way I see it, you can either answer my questions or not. If you think this is not the right question for you then don't answer and BTW, I really appreciate the help so far..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:25:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34309#M1566</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2013-05-30T12:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34314#M1567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:26:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34314#M1567</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2013-05-30T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34319#M1568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Joel - also check out &lt;A href="http://www.amazon.com/Learn-Windows-PowerShell-Month-Lunches/dp/1617291080" target="_blank"&gt;http://www.amazon.com/Learn-Windows-PowerShell-Month-Lunches/dp/1617291080&lt;/A&gt; its an awesome book.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:32:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34319#M1568</guid>
      <dc:creator>vinith</dc:creator>
      <dc:date>2013-05-30T12:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: equal plus</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34327#M1569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks good - I'll check it out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 12:37:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equal-plus/m-p/34327#M1569</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2013-05-30T12:37:50Z</dc:date>
    </item>
  </channel>
</rss>

