<?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: PowerShell Parameters Not Working in Application Integration</title>
    <link>https://community.hpe.com/t5/application-integration/powershell-parameters-not-working/m-p/7038138#M1124</link>
    <description>&lt;P&gt;From the command help:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DESCRIPTION&lt;BR /&gt;Create operation is used to create or clone a volume. Creating volumes requires name and size attributes. Cloning&lt;BR /&gt;volumes requires clone, name and base_snap_id attributes where clone is set to true.&lt;FONT color="#993366"&gt; &lt;STRONG&gt;&lt;EM&gt;Newly created volume will not&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993366"&gt;&lt;STRONG&gt;&lt;EM&gt;have any access control records, they can be added to the volume by create operation on access_control_records&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993366"&gt;&lt;STRONG&gt;&lt;EM&gt;object set. Cloned volume inherits access control records from the parent volume.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;RELATED LINKS&lt;/P&gt;&lt;P&gt;REMARKS&lt;BR /&gt;To see the examples, type: "get-help New-NSVolume -examples".&lt;BR /&gt;For more information, type: "get-help New-NSVolume -detailed".&lt;BR /&gt;For technical information, type: "get-help New-NSVolume -full".&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 06:07:55 GMT</pubDate>
    <dc:creator>Thomas_Lam_HK</dc:creator>
    <dc:date>2019-03-13T06:07:55Z</dc:date>
    <item>
      <title>PowerShell Parameters Not Working</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-parameters-not-working/m-p/7038021#M1120</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have been trying to script out some LUN creation with the PSTK and noticed that some parameters come back a unrecognized. Below is an example.&lt;/P&gt;&lt;PRE&gt;PS C:\WINDOWS\system32&amp;gt; New-NSVolume -name test -size 10240 -perfpolicy 0316a3d10c4302926200000000000000000000001f -folder 2f16a3d10c4
3029262000000000000000000000001 -multi_initiator 1 -access_control_records
New-NSVolume : A parameter cannot be found that matches parameter name 'access_control_records'.
At line:1 char:162
+ ... 62000000000000000000000001 -multi_initiator 1 -access_control_records
+                                                   ~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [New-NSVolume], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,New-NSVolume

PS C:\WINDOWS\system32&amp;gt;&lt;/PRE&gt;&lt;P&gt;I know that -access_control_records is a parameter I can call but it doesn't work. Has anyone else run into this issue? Does anyone know of a fix? I may be doing something wrong and if I am the help commands and error messages are not making that clear.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 15:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-parameters-not-working/m-p/7038021#M1120</guid>
      <dc:creator>wave2453</dc:creator>
      <dc:date>2019-03-12T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Parameters Not Working</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-parameters-not-working/m-p/7038138#M1124</link>
      <description>&lt;P&gt;From the command help:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DESCRIPTION&lt;BR /&gt;Create operation is used to create or clone a volume. Creating volumes requires name and size attributes. Cloning&lt;BR /&gt;volumes requires clone, name and base_snap_id attributes where clone is set to true.&lt;FONT color="#993366"&gt; &lt;STRONG&gt;&lt;EM&gt;Newly created volume will not&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993366"&gt;&lt;STRONG&gt;&lt;EM&gt;have any access control records, they can be added to the volume by create operation on access_control_records&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993366"&gt;&lt;STRONG&gt;&lt;EM&gt;object set. Cloned volume inherits access control records from the parent volume.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;RELATED LINKS&lt;/P&gt;&lt;P&gt;REMARKS&lt;BR /&gt;To see the examples, type: "get-help New-NSVolume -examples".&lt;BR /&gt;For more information, type: "get-help New-NSVolume -detailed".&lt;BR /&gt;For technical information, type: "get-help New-NSVolume -full".&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 06:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-parameters-not-working/m-p/7038138#M1124</guid>
      <dc:creator>Thomas_Lam_HK</dc:creator>
      <dc:date>2019-03-13T06:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: PowerShell Parameters Not Working</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-parameters-not-working/m-p/7038659#M1125</link>
      <description>&lt;P&gt;Then why even have that as an option on the New-NSVolume command?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 12:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-parameters-not-working/m-p/7038659#M1125</guid>
      <dc:creator>wave2453</dc:creator>
      <dc:date>2019-03-18T12:22:21Z</dc:date>
    </item>
  </channel>
</rss>

