<?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: How to change a flexclone security style via Powershell? in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-change-a-flexclone-security-style-via-Powershell/m-p/170563#M3170</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the "Update-NcVol" CmdLet with a query and attribute template. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;$q = Get-NcVol -Template
Initialize-NcObjectProperty $q VolumeSecurityAttributes
$q.VolumeSecurityAttributes.Style = "ntfs"
$q.Vserver = "vserver1"
$q.Name = "cifs_data_001"
$a = Get-NcVol -Template
Initialize-NcObjectProperty $a VolumeSecurityAttributes
$a.VolumeSecurityAttributes.Style = "unix"
Update-NcVol -Query $q -Attributes $a&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
    <pubDate>Wed, 06 Oct 2021 02:40:56 GMT</pubDate>
    <dc:creator>mbeattie</dc:creator>
    <dc:date>2021-10-06T02:40:56Z</dc:date>
    <item>
      <title>How to change a flexclone security style via Powershell?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-change-a-flexclone-security-style-via-Powershell/m-p/170547#M3169</link>
      <description>&lt;P&gt;Sorry if this thread is misplaced not sure where to put Powershell questions...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running Powershell cmdlets 9.9.1 (latest version) What I'm trying to accomplish is this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a CIFS volume. I create a snapshot. I make a flexclone and mount it up.&amp;nbsp; Everything is good there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I want to change the security style on the flexclone from NTFS to UNIX .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have gone through every cmdlet that I believe is applicable and can't spot how to make this change any assistance would be appreciated.&amp;nbsp; It's easy on a brand new volume but can't seem to find how to change the security style on an already existing volume.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:12:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-change-a-flexclone-security-style-via-Powershell/m-p/170547#M3169</guid>
      <dc:creator>teebee</dc:creator>
      <dc:date>2025-06-04T10:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change a flexclone security style via Powershell?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-change-a-flexclone-security-style-via-Powershell/m-p/170563#M3170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the "Update-NcVol" CmdLet with a query and attribute template. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;$q = Get-NcVol -Template
Initialize-NcObjectProperty $q VolumeSecurityAttributes
$q.VolumeSecurityAttributes.Style = "ntfs"
$q.Vserver = "vserver1"
$q.Name = "cifs_data_001"
$a = Get-NcVol -Template
Initialize-NcObjectProperty $a VolumeSecurityAttributes
$a.VolumeSecurityAttributes.Style = "unix"
Update-NcVol -Query $q -Attributes $a&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 02:40:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-change-a-flexclone-security-style-via-Powershell/m-p/170563#M3170</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2021-10-06T02:40:56Z</dc:date>
    </item>
  </channel>
</rss>

