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
I have a customer that has asked for a script to make a backup copy of their export policies every night (and keep 30 days).
I told them this would be easy - until I had a problem finding a cmdlet to make a copy of an export policy. We can copy an export policy through the command line. But I can't find the equivalent PowerShell commands to do this. Am I missing something with the *-NCExportPolicy cmdlets?
(Just the same, we can copy quota policies via the command line and through the copy-ncquotapolicy cmdlet. Is there an equivalent for export policies?)
Solved! See The Solution
1 ACCEPTED SOLUTION
rcharlie has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are some scripts for export/backup of export and share policies here. At the core, you need to use the Get-NcExportPolicy and Get-NcExportPolicyRule cmdlets.
Hope that helps.
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
^^ I learned to not say "yes i can do that easily" with cDOT cmdlets b/c the 7-mode cmdlets i found were easily to adapt too.
If you make headway, let me know.
rcharlie has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are some scripts for export/backup of export and share policies here. At the core, you need to use the Get-NcExportPolicy and Get-NcExportPolicyRule cmdlets.
Hope that helps.
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the quick reply Andrew.
