Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone know how to enable the 'Show Snapshots' option when using the 'Create CIFS Share' module in WFA?
Solved! See The Solution
1 ACCEPTED SOLUTION
A_Campbell has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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....
2 REPLIES 2
A_Campbell has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!