Microsoft Virtualization Discussions

Support for Get-NaCifsShareACL

JBRUNS2012
3,122 Views

When is the get-nacifsshareacl cmdlet going to be enhanced to support all supported releases of OnTap?

PS C:\Users\m0132130> import-module dataontap

PS C:\Users\m0132130> connect-nacontroller win-cifs-test

 

Name                 Address           Ontapi   Version

----                 -------           ------   -------

win-cifs-test        10.204.0.195      1.19     NetApp Release 8.1.2 7-Mode: Tue Oct 30 19:56:51 PDT 2012 Multistore

   

PS C:\Users\m0132130> Get-NaCifsShareACL -share qtree3$

Get-NaCifsShareAcl : Unable to find API: cifs-share-acl-list-iter-start

At line:1 char:19

+ Get-NaCifsShareACL <<<<  -share qtree3$

    + CategoryInfo          : InvalidOperation: (win-cifs-test:NaController) [Get-NaCifsShareAcl], EAPINOTFOUND

    + FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Cifs.GetNaCifsShareAcl

PS C:\Users\m0132130> Get-NaCifsShare -share qtree3$

MountPoint                                    ShareName                 Description

----------                                    ---------                 -----------

/vol/platform_cifs_testing_vol3/qtree3        qtree3$                   Share created by m0132130 on 4/5/2013 7:09 PM

2 REPLIES 2

ple
3,122 Views

Hello Joe,

It's work with FAS in DOT 8.2 7-Mode (PowerShell ToolKit DataONTAPv 2.4), but not with FAS in DOT 8.0.X and may be DOT 8.1.x (I can't Check).

have you news or answers ?

Best regards

Philippe

JBRUNS2012
3,122 Views

Set works for 8.1 and up.

Get works for 8.2 and up.

Anything 8.0 or older not going to work.

Public