<?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 PSTK Templates and parameters in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PSTK-Templates-and-parameters/m-p/144038#M5954</link>
    <description>&lt;P&gt;Using PowerShell Toolkit to create an NFS service and enabling vStorage/VAAI.&lt;/P&gt;
&lt;P&gt;While my code is functioning, I'm encountering a warning I'd like to prevent the following warning:&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;WARNING: IsNfsv41PnfsStripedVolumesEnabled parameter is not available on Data ONTAP 8.3 and later.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the code snippet that enables vStorage/VAAI on the SVM/NFS service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;nbsp;$config=Get-NcNfsService -Template&lt;BR /&gt; $config.IsVstorageEnabled=$true&lt;BR /&gt; $myVserver | Set-NcNfsService -Attributes $config&lt;/PRE&gt;
&lt;P&gt;So, the&amp;nbsp;&lt;STRONG&gt;config&amp;nbsp;&lt;/STRONG&gt;template object from Get-NcNfsService template includes a lot of properties that I'm not interested in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;   TypeName: DataONTAP.C.Types.Nfs.NfsInfo

Name                                       MemberType    Definition
----                                       ----------    ----------
IsNfsv41PnfsEnabled                        Property      System.Nullable[bool] IsNfsv41PnfsEnabled {get;set;}
IsNfsv41PnfsEnabledSpecified               Property      bool IsNfsv41PnfsEnabledSpecified {get;set;}
&lt;FONT color="#FF0000"&gt;IsNfsv41PnfsStripedVolumesEnabled         &lt;/FONT&gt; Property      System.Nullable[bool] IsNfsv41PnfsStripedVolumesEnabled {get;set;}
IsNfsv41PnfsStripedVolumesEnabledSpecified Property      bool IsNfsv41PnfsStripedVolumesEnabledSpecified {get;set;}
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GeneralAccess :&lt;BR /&gt;IsNfsv3 :&lt;BR /&gt;IsNfsv4 :&lt;BR /&gt;IsNfsv41 :&lt;BR /&gt;AuthSysExtendedGroups :&lt;BR /&gt;CachedCredHarvestTimeout :&lt;BR /&gt;CachedCredNegativeTtl :&lt;BR /&gt;CachedCredPositiveTtl :&lt;BR /&gt;CachedTransientErrTtl :&lt;BR /&gt;ChownMode :&lt;BR /&gt;DefaultWindowsGroup :&lt;BR /&gt;DefaultWindowsUser :&lt;BR /&gt;EnableEjukebox :&lt;BR /&gt;ExtendedGroupsLimit :&lt;BR /&gt;FileSessionIoGroupingCount :&lt;BR /&gt;FileSessionIoGroupingDuration :&lt;BR /&gt;IgnoreNtAclForRoot :&lt;BR /&gt;IsChecksumEnabledForReplayCache :&lt;BR /&gt;IsMountRootonlyEnabled :&lt;BR /&gt;IsNetgroupDnsDomainSearch :&lt;BR /&gt;IsNfsAccessEnabled :&lt;BR /&gt;IsNfsRootonlyEnabled :&lt;BR /&gt;IsNfsv2Enabled :&lt;BR /&gt;IsNfsv364bitIdentifiersEnabled :&lt;BR /&gt;IsNfsv3ConnectionDropEnabled :&lt;BR /&gt;IsNfsv3Enabled :&lt;BR /&gt;IsNfsv3FsidChangeEnabled :&lt;BR /&gt;IsNfsv40AclEnabled :&lt;BR /&gt;IsNfsv40Enabled :&lt;BR /&gt;IsNfsv40MigrationEnabled :&lt;BR /&gt;IsNfsv40ReadDelegationEnabled :&lt;BR /&gt;IsNfsv40ReferralsEnabled :&lt;BR /&gt;IsNfsv40ReqOpenConfirmEnabled :&lt;BR /&gt;IsNfsv40WriteDelegationEnabled :&lt;BR /&gt;IsNfsv41AclEnabled :&lt;BR /&gt;IsNfsv41AclPreserveEnabled :&lt;BR /&gt;IsNfsv41Enabled :&lt;BR /&gt;IsNfsv41MigrationEnabled :&lt;BR /&gt;IsNfsv41PnfsEnabled :&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;IsNfsv41PnfsStripedVolumesEnabled&lt;/FONT&gt; :&lt;BR /&gt;IsNfsv41ReadDelegationEnabled :&lt;BR /&gt;IsNfsv41ReferralsEnabled :&lt;BR /&gt;IsNfsv41StateProtectionEnabled :&lt;BR /&gt;IsNfsv41WriteDelegationEnabled :&lt;BR /&gt;IsNfsv4FsidChangeEnabled :&lt;BR /&gt;IsNfsv4NumericIdsEnabled :&lt;BR /&gt;IsQtreeExportEnabled :&lt;BR /&gt;IsRquotaEnabled :&lt;BR /&gt;IsTcpEnabled :&lt;BR /&gt;IsUdpEnabled :&lt;BR /&gt;IsV3MsDosClientEnabled :&lt;BR /&gt;IsValidateQtreeExportEnabled :&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;IsVstorageEnabled : True&lt;/FONT&gt;&lt;BR /&gt;MapUnknownUidToDefaultWindowsUser :&lt;BR /&gt;MountdPort :&lt;BR /&gt;NameServiceLookupProtocol :&lt;BR /&gt;NcController :&lt;BR /&gt;NetgroupTrustAnyNsSwitchNoMatch :&lt;BR /&gt;Nfsv41ImplementationIdDomain :&lt;BR /&gt;Nfsv41ImplementationIdName :&lt;BR /&gt;Nfsv41ImplementationIdTime :&lt;BR /&gt;Nfsv41ImplementationIdTimeDT :&lt;BR /&gt;Nfsv4AclMaxAces :&lt;BR /&gt;Nfsv4GraceSeconds :&lt;BR /&gt;Nfsv4IdDomain :&lt;BR /&gt;Nfsv4LeaseSeconds :&lt;BR /&gt;Nfsv4xSessionNumSlots :&lt;BR /&gt;Nfsv4xSessionSlotReplyCacheSize :&lt;BR /&gt;NlmPort :&lt;BR /&gt;NsmPort :&lt;BR /&gt;NtaclDisplayPermissivePerms :&lt;BR /&gt;NtfsUnixSecurityOps :&lt;BR /&gt;PermittedEncTypes :&lt;BR /&gt;RpcsecCtxHigh :&lt;BR /&gt;RpcsecCtxIdle :&lt;BR /&gt;RquotadPort :&lt;BR /&gt;Showmount :&lt;BR /&gt;ShowmountTimestamp :&lt;BR /&gt;SkipRootOwnerWritePermCheck :&lt;BR /&gt;TcpMaxXferSize :&lt;BR /&gt;UdpMaxXferSize :&lt;BR /&gt;V3SearchUnconvertedFilename :&lt;BR /&gt;V4InheritedAclPreserve :&lt;BR /&gt;Vserver :&lt;BR /&gt;AuthSysExtendedGroupsSpecified : False&lt;BR /&gt;CachedCredHarvestTimeoutSpecified : False&lt;BR /&gt;CachedCredNegativeTtlSpecified : False&lt;BR /&gt;CachedCredPositiveTtlSpecified : False&lt;BR /&gt;CachedTransientErrTtlSpecified : False&lt;BR /&gt;EnableEjukeboxSpecified : False&lt;BR /&gt;ExtendedGroupsLimitSpecified : False&lt;BR /&gt;FileSessionIoGroupingCountSpecified : False&lt;BR /&gt;FileSessionIoGroupingDurationSpecified : False&lt;BR /&gt;IgnoreNtAclForRootSpecified : False&lt;BR /&gt;IsChecksumEnabledForReplayCacheSpecified : False&lt;BR /&gt;IsMountRootonlyEnabledSpecified : False&lt;BR /&gt;IsNetgroupDnsDomainSearchSpecified : False&lt;BR /&gt;IsNfsAccessEnabledSpecified : False&lt;BR /&gt;IsNfsRootonlyEnabledSpecified : False&lt;BR /&gt;IsNfsv2EnabledSpecified : False&lt;BR /&gt;IsNfsv364bitIdentifiersEnabledSpecified : False&lt;BR /&gt;IsNfsv3ConnectionDropEnabledSpecified : False&lt;BR /&gt;IsNfsv3EnabledSpecified : False&lt;BR /&gt;IsNfsv3FsidChangeEnabledSpecified : False&lt;BR /&gt;IsNfsv40AclEnabledSpecified : False&lt;BR /&gt;IsNfsv40EnabledSpecified : False&lt;BR /&gt;IsNfsv40MigrationEnabledSpecified : False&lt;BR /&gt;IsNfsv40ReadDelegationEnabledSpecified : False&lt;BR /&gt;IsNfsv40ReferralsEnabledSpecified : False&lt;BR /&gt;IsNfsv40ReqOpenConfirmEnabledSpecified : False&lt;BR /&gt;IsNfsv40WriteDelegationEnabledSpecified : False&lt;BR /&gt;IsNfsv41AclEnabledSpecified : False&lt;BR /&gt;IsNfsv41AclPreserveEnabledSpecified : False&lt;BR /&gt;IsNfsv41EnabledSpecified : False&lt;BR /&gt;IsNfsv41MigrationEnabledSpecified : False&lt;BR /&gt;IsNfsv41PnfsEnabledSpecified : False&lt;BR /&gt;IsNfsv41PnfsStripedVolumesEnabledSpecified : False&lt;BR /&gt;IsNfsv41ReadDelegationEnabledSpecified : False&lt;BR /&gt;IsNfsv41ReferralsEnabledSpecified : False&lt;BR /&gt;IsNfsv41StateProtectionEnabledSpecified : False&lt;BR /&gt;IsNfsv41WriteDelegationEnabledSpecified : False&lt;BR /&gt;IsNfsv4FsidChangeEnabledSpecified : False&lt;BR /&gt;IsNfsv4NumericIdsEnabledSpecified : False&lt;BR /&gt;IsQtreeExportEnabledSpecified : False&lt;BR /&gt;IsRquotaEnabledSpecified : False&lt;BR /&gt;IsTcpEnabledSpecified : False&lt;BR /&gt;IsUdpEnabledSpecified : False&lt;BR /&gt;IsV3MsDosClientEnabledSpecified : False&lt;BR /&gt;IsValidateQtreeExportEnabledSpecified : False&lt;BR /&gt;IsVstorageEnabledSpecified : True&lt;BR /&gt;MapUnknownUidToDefaultWindowsUserSpecified : False&lt;BR /&gt;MountdPortSpecified : False&lt;BR /&gt;NetgroupTrustAnyNsSwitchNoMatchSpecified : False&lt;BR /&gt;Nfsv4AclMaxAcesSpecified : False&lt;BR /&gt;Nfsv4GraceSecondsSpecified : False&lt;BR /&gt;Nfsv4LeaseSecondsSpecified : False&lt;BR /&gt;Nfsv4xSessionNumSlotsSpecified : False&lt;BR /&gt;Nfsv4xSessionSlotReplyCacheSizeSpecified : False&lt;BR /&gt;NlmPortSpecified : False&lt;BR /&gt;NsmPortSpecified : False&lt;BR /&gt;NtaclDisplayPermissivePermsSpecified : False&lt;BR /&gt;RpcsecCtxHighSpecified : False&lt;BR /&gt;RpcsecCtxIdleSpecified : False&lt;BR /&gt;RquotadPortSpecified : False&lt;BR /&gt;ShowmountSpecified : False&lt;BR /&gt;ShowmountTimestampSpecified : False&lt;BR /&gt;SkipRootOwnerWritePermCheckSpecified : False&lt;BR /&gt;TcpMaxXferSizeSpecified : False&lt;BR /&gt;UdpMaxXferSizeSpecified : False&lt;BR /&gt;V3SearchUnconvertedFilenameSpecified : False&lt;BR /&gt;V4InheritedAclPreserveSpecified : False&lt;/PRE&gt;
&lt;P&gt;I'm assuming that the template pulls all those parameters with no insight as to the connected/target cluster/SVM.&amp;nbsp; Any suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 13:12:34 GMT</pubDate>
    <dc:creator>NickSnyder</dc:creator>
    <dc:date>2025-06-04T13:12:34Z</dc:date>
    <item>
      <title>PSTK Templates and parameters</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PSTK-Templates-and-parameters/m-p/144038#M5954</link>
      <description>&lt;P&gt;Using PowerShell Toolkit to create an NFS service and enabling vStorage/VAAI.&lt;/P&gt;
&lt;P&gt;While my code is functioning, I'm encountering a warning I'd like to prevent the following warning:&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;WARNING: IsNfsv41PnfsStripedVolumesEnabled parameter is not available on Data ONTAP 8.3 and later.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the code snippet that enables vStorage/VAAI on the SVM/NFS service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;nbsp;$config=Get-NcNfsService -Template&lt;BR /&gt; $config.IsVstorageEnabled=$true&lt;BR /&gt; $myVserver | Set-NcNfsService -Attributes $config&lt;/PRE&gt;
&lt;P&gt;So, the&amp;nbsp;&lt;STRONG&gt;config&amp;nbsp;&lt;/STRONG&gt;template object from Get-NcNfsService template includes a lot of properties that I'm not interested in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;   TypeName: DataONTAP.C.Types.Nfs.NfsInfo

Name                                       MemberType    Definition
----                                       ----------    ----------
IsNfsv41PnfsEnabled                        Property      System.Nullable[bool] IsNfsv41PnfsEnabled {get;set;}
IsNfsv41PnfsEnabledSpecified               Property      bool IsNfsv41PnfsEnabledSpecified {get;set;}
&lt;FONT color="#FF0000"&gt;IsNfsv41PnfsStripedVolumesEnabled         &lt;/FONT&gt; Property      System.Nullable[bool] IsNfsv41PnfsStripedVolumesEnabled {get;set;}
IsNfsv41PnfsStripedVolumesEnabledSpecified Property      bool IsNfsv41PnfsStripedVolumesEnabledSpecified {get;set;}
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GeneralAccess :&lt;BR /&gt;IsNfsv3 :&lt;BR /&gt;IsNfsv4 :&lt;BR /&gt;IsNfsv41 :&lt;BR /&gt;AuthSysExtendedGroups :&lt;BR /&gt;CachedCredHarvestTimeout :&lt;BR /&gt;CachedCredNegativeTtl :&lt;BR /&gt;CachedCredPositiveTtl :&lt;BR /&gt;CachedTransientErrTtl :&lt;BR /&gt;ChownMode :&lt;BR /&gt;DefaultWindowsGroup :&lt;BR /&gt;DefaultWindowsUser :&lt;BR /&gt;EnableEjukebox :&lt;BR /&gt;ExtendedGroupsLimit :&lt;BR /&gt;FileSessionIoGroupingCount :&lt;BR /&gt;FileSessionIoGroupingDuration :&lt;BR /&gt;IgnoreNtAclForRoot :&lt;BR /&gt;IsChecksumEnabledForReplayCache :&lt;BR /&gt;IsMountRootonlyEnabled :&lt;BR /&gt;IsNetgroupDnsDomainSearch :&lt;BR /&gt;IsNfsAccessEnabled :&lt;BR /&gt;IsNfsRootonlyEnabled :&lt;BR /&gt;IsNfsv2Enabled :&lt;BR /&gt;IsNfsv364bitIdentifiersEnabled :&lt;BR /&gt;IsNfsv3ConnectionDropEnabled :&lt;BR /&gt;IsNfsv3Enabled :&lt;BR /&gt;IsNfsv3FsidChangeEnabled :&lt;BR /&gt;IsNfsv40AclEnabled :&lt;BR /&gt;IsNfsv40Enabled :&lt;BR /&gt;IsNfsv40MigrationEnabled :&lt;BR /&gt;IsNfsv40ReadDelegationEnabled :&lt;BR /&gt;IsNfsv40ReferralsEnabled :&lt;BR /&gt;IsNfsv40ReqOpenConfirmEnabled :&lt;BR /&gt;IsNfsv40WriteDelegationEnabled :&lt;BR /&gt;IsNfsv41AclEnabled :&lt;BR /&gt;IsNfsv41AclPreserveEnabled :&lt;BR /&gt;IsNfsv41Enabled :&lt;BR /&gt;IsNfsv41MigrationEnabled :&lt;BR /&gt;IsNfsv41PnfsEnabled :&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;IsNfsv41PnfsStripedVolumesEnabled&lt;/FONT&gt; :&lt;BR /&gt;IsNfsv41ReadDelegationEnabled :&lt;BR /&gt;IsNfsv41ReferralsEnabled :&lt;BR /&gt;IsNfsv41StateProtectionEnabled :&lt;BR /&gt;IsNfsv41WriteDelegationEnabled :&lt;BR /&gt;IsNfsv4FsidChangeEnabled :&lt;BR /&gt;IsNfsv4NumericIdsEnabled :&lt;BR /&gt;IsQtreeExportEnabled :&lt;BR /&gt;IsRquotaEnabled :&lt;BR /&gt;IsTcpEnabled :&lt;BR /&gt;IsUdpEnabled :&lt;BR /&gt;IsV3MsDosClientEnabled :&lt;BR /&gt;IsValidateQtreeExportEnabled :&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;IsVstorageEnabled : True&lt;/FONT&gt;&lt;BR /&gt;MapUnknownUidToDefaultWindowsUser :&lt;BR /&gt;MountdPort :&lt;BR /&gt;NameServiceLookupProtocol :&lt;BR /&gt;NcController :&lt;BR /&gt;NetgroupTrustAnyNsSwitchNoMatch :&lt;BR /&gt;Nfsv41ImplementationIdDomain :&lt;BR /&gt;Nfsv41ImplementationIdName :&lt;BR /&gt;Nfsv41ImplementationIdTime :&lt;BR /&gt;Nfsv41ImplementationIdTimeDT :&lt;BR /&gt;Nfsv4AclMaxAces :&lt;BR /&gt;Nfsv4GraceSeconds :&lt;BR /&gt;Nfsv4IdDomain :&lt;BR /&gt;Nfsv4LeaseSeconds :&lt;BR /&gt;Nfsv4xSessionNumSlots :&lt;BR /&gt;Nfsv4xSessionSlotReplyCacheSize :&lt;BR /&gt;NlmPort :&lt;BR /&gt;NsmPort :&lt;BR /&gt;NtaclDisplayPermissivePerms :&lt;BR /&gt;NtfsUnixSecurityOps :&lt;BR /&gt;PermittedEncTypes :&lt;BR /&gt;RpcsecCtxHigh :&lt;BR /&gt;RpcsecCtxIdle :&lt;BR /&gt;RquotadPort :&lt;BR /&gt;Showmount :&lt;BR /&gt;ShowmountTimestamp :&lt;BR /&gt;SkipRootOwnerWritePermCheck :&lt;BR /&gt;TcpMaxXferSize :&lt;BR /&gt;UdpMaxXferSize :&lt;BR /&gt;V3SearchUnconvertedFilename :&lt;BR /&gt;V4InheritedAclPreserve :&lt;BR /&gt;Vserver :&lt;BR /&gt;AuthSysExtendedGroupsSpecified : False&lt;BR /&gt;CachedCredHarvestTimeoutSpecified : False&lt;BR /&gt;CachedCredNegativeTtlSpecified : False&lt;BR /&gt;CachedCredPositiveTtlSpecified : False&lt;BR /&gt;CachedTransientErrTtlSpecified : False&lt;BR /&gt;EnableEjukeboxSpecified : False&lt;BR /&gt;ExtendedGroupsLimitSpecified : False&lt;BR /&gt;FileSessionIoGroupingCountSpecified : False&lt;BR /&gt;FileSessionIoGroupingDurationSpecified : False&lt;BR /&gt;IgnoreNtAclForRootSpecified : False&lt;BR /&gt;IsChecksumEnabledForReplayCacheSpecified : False&lt;BR /&gt;IsMountRootonlyEnabledSpecified : False&lt;BR /&gt;IsNetgroupDnsDomainSearchSpecified : False&lt;BR /&gt;IsNfsAccessEnabledSpecified : False&lt;BR /&gt;IsNfsRootonlyEnabledSpecified : False&lt;BR /&gt;IsNfsv2EnabledSpecified : False&lt;BR /&gt;IsNfsv364bitIdentifiersEnabledSpecified : False&lt;BR /&gt;IsNfsv3ConnectionDropEnabledSpecified : False&lt;BR /&gt;IsNfsv3EnabledSpecified : False&lt;BR /&gt;IsNfsv3FsidChangeEnabledSpecified : False&lt;BR /&gt;IsNfsv40AclEnabledSpecified : False&lt;BR /&gt;IsNfsv40EnabledSpecified : False&lt;BR /&gt;IsNfsv40MigrationEnabledSpecified : False&lt;BR /&gt;IsNfsv40ReadDelegationEnabledSpecified : False&lt;BR /&gt;IsNfsv40ReferralsEnabledSpecified : False&lt;BR /&gt;IsNfsv40ReqOpenConfirmEnabledSpecified : False&lt;BR /&gt;IsNfsv40WriteDelegationEnabledSpecified : False&lt;BR /&gt;IsNfsv41AclEnabledSpecified : False&lt;BR /&gt;IsNfsv41AclPreserveEnabledSpecified : False&lt;BR /&gt;IsNfsv41EnabledSpecified : False&lt;BR /&gt;IsNfsv41MigrationEnabledSpecified : False&lt;BR /&gt;IsNfsv41PnfsEnabledSpecified : False&lt;BR /&gt;IsNfsv41PnfsStripedVolumesEnabledSpecified : False&lt;BR /&gt;IsNfsv41ReadDelegationEnabledSpecified : False&lt;BR /&gt;IsNfsv41ReferralsEnabledSpecified : False&lt;BR /&gt;IsNfsv41StateProtectionEnabledSpecified : False&lt;BR /&gt;IsNfsv41WriteDelegationEnabledSpecified : False&lt;BR /&gt;IsNfsv4FsidChangeEnabledSpecified : False&lt;BR /&gt;IsNfsv4NumericIdsEnabledSpecified : False&lt;BR /&gt;IsQtreeExportEnabledSpecified : False&lt;BR /&gt;IsRquotaEnabledSpecified : False&lt;BR /&gt;IsTcpEnabledSpecified : False&lt;BR /&gt;IsUdpEnabledSpecified : False&lt;BR /&gt;IsV3MsDosClientEnabledSpecified : False&lt;BR /&gt;IsValidateQtreeExportEnabledSpecified : False&lt;BR /&gt;IsVstorageEnabledSpecified : True&lt;BR /&gt;MapUnknownUidToDefaultWindowsUserSpecified : False&lt;BR /&gt;MountdPortSpecified : False&lt;BR /&gt;NetgroupTrustAnyNsSwitchNoMatchSpecified : False&lt;BR /&gt;Nfsv4AclMaxAcesSpecified : False&lt;BR /&gt;Nfsv4GraceSecondsSpecified : False&lt;BR /&gt;Nfsv4LeaseSecondsSpecified : False&lt;BR /&gt;Nfsv4xSessionNumSlotsSpecified : False&lt;BR /&gt;Nfsv4xSessionSlotReplyCacheSizeSpecified : False&lt;BR /&gt;NlmPortSpecified : False&lt;BR /&gt;NsmPortSpecified : False&lt;BR /&gt;NtaclDisplayPermissivePermsSpecified : False&lt;BR /&gt;RpcsecCtxHighSpecified : False&lt;BR /&gt;RpcsecCtxIdleSpecified : False&lt;BR /&gt;RquotadPortSpecified : False&lt;BR /&gt;ShowmountSpecified : False&lt;BR /&gt;ShowmountTimestampSpecified : False&lt;BR /&gt;SkipRootOwnerWritePermCheckSpecified : False&lt;BR /&gt;TcpMaxXferSizeSpecified : False&lt;BR /&gt;UdpMaxXferSizeSpecified : False&lt;BR /&gt;V3SearchUnconvertedFilenameSpecified : False&lt;BR /&gt;V4InheritedAclPreserveSpecified : False&lt;/PRE&gt;
&lt;P&gt;I'm assuming that the template pulls all those parameters with no insight as to the connected/target cluster/SVM.&amp;nbsp; Any suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:12:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PSTK-Templates-and-parameters/m-p/144038#M5954</guid>
      <dc:creator>NickSnyder</dc:creator>
      <dc:date>2025-06-04T13:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: PSTK Templates and parameters</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PSTK-Templates-and-parameters/m-p/145248#M5955</link>
      <description>&lt;P&gt;Hi, Nick&lt;/P&gt;
&lt;P&gt;I was wondering if you are still seeing this? I'm running PSTK 4.7 and I don't see the same warning message output. I've tried it against 8.3 and 9.5RC1 clusters.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 21:01:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/PSTK-Templates-and-parameters/m-p/145248#M5955</guid>
      <dc:creator>ChanceBingen</dc:creator>
      <dc:date>2018-12-05T21:01:27Z</dc:date>
    </item>
  </channel>
</rss>

