Skip to content

Commit

Permalink
Fix EXAMPLE
Browse files Browse the repository at this point in the history
  • Loading branch information
vMarkusK committed Mar 11, 2020
1 parent 4ee7e5e commit 40223a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions functions/New-VeeamNetappVolume.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ function New-VeeamNetappVolume {
https://mycloudrevolution.com/
.EXAMPLE
New-VeeamNetappVolume -VeeamCacheRepo 'Default Backup Repository' -VolType NFS -IP 10.0.2.16 `
-ExportPolicyName veeam -VolName vol_nfs_001 -VolSize 1 -NetAppAggregate aggr1_data01 `
-NetAppVserver svm_veeam_nfs -NetAppInterface svm_veeam_nfs_nfs_lif1 -NetAppSnapshotPolicy default
New-VeeamNetappVolume -VeeamCacheRepo 'Default Backup Repository' -VolType NFS -IP 10.0.2.16 -ExportPolicyName veeam -VolName vol_nfs_001 -VolSize 1 -NetAppAggregate aggr1_data01 -NetAppVserver svm_veeam_nfs -NetAppInterface svm_veeam_nfs_nfs_lif1 -NetAppSnapshotPolicy default
.PARAMETER Type
Type of the new Volume
Expand Down

0 comments on commit 40223a9

Please sign in to comment.