Skip to content

Commit

Permalink
minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
vMarkusK committed Mar 11, 2020
1 parent 6e44e43 commit 2ec0d3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions functions/New-VeeamNetappVolume.psm1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
function New-VeeamNetappVolume {
<#
.DESCRIPTION
Creates a new a NetApp Volume and adds it to Veeam Configuration as a NAS Backup Job.
Creates a new a NetApp Volume and adds it to Veeam Configuration as a NAS Backup Job.
.NOTES
File Name : New-VeeamNetappVolume.psm1
Author : Markus Kraus
Version : 1.0
State : Dev
File Name : New-VeeamNetappVolume.psm1
Author : Markus Kraus
Version : 1.0
State : Dev
.LINK
https://mycloudrevolution.com/
https://mycloudrevolution.com/
.EXAMPLE
New-VeeamNetappVolume -VeeamCacheRepo 'Default Backup Repository' -VolType NFS -IP 10.0.2.16 `
Expand Down

0 comments on commit 2ec0d3e

Please sign in to comment.