NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

'Show Snapshots' option with 'Create CIFS Share' in WFA

A_Campbell
4,137 Views

Does anyone know how to enable the 'Show Snapshots' option when using the 'Create CIFS Share' module in WFA?

1 ACCEPTED SOLUTION

naveens17
4,115 Views

normally in CLI ..

 

we can add the bit "showsnapshot" during the creation of cifs share create so I think if you select that as a variable in your script then you may enble it....

View solution in original post

2 REPLIES 2

naveens17
4,116 Views

normally in CLI ..

 

we can add the bit "showsnapshot" during the creation of cifs share create so I think if you select that as a variable in your script then you may enble it....

A_Campbell
4,103 Views

I added the following line to NetApp's default 'Create CIFS Share' command in WFA:

 

$command += " -ShareProperties showsnapshot"

 

It works, you can also add in any other options you want.

 

Thanks!

Public