Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Jan 14, 2024
1 parent 073a370 commit 95747c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ The `New-VeeamDiagram` cmdlet is used to generate a Veeam Backup & Replication d
.PARAMETER DiagramType
Specifies the type of veeam vbr diagram that will be generated.
The supported output diagrams are:
'Backup-to-Sobr', 'Backup-to-vSphere-Proxy', 'Backup-to-HyperV-Proxy',
'Backup-to-Repository', 'Backup-to-WanAccelerator', 'Backup-to-Tape',
'Backup-to-All'
'Backup-to-Sobr', 'Backup-to-vSphere-Proxy', 'Backup-to-HyperV-Proxy',
'Backup-to-Repository', 'Backup-to-WanAccelerator', 'Backup-to-Tape',
'Backup-to-File-Proxy', 'Backup-to-ProtectedGroup', 'Backup-to-All'
.PARAMETER Target
Specifies the IP/FQDN of the system to connect.
Multiple targets may be specified, separated by a comma.
Expand Down
4 changes: 2 additions & 2 deletions Src/Public/New-VeeamDiagram.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function New-VeeamDiagram {
The supported output diagrams are:
'Backup-to-Sobr', 'Backup-to-vSphere-Proxy', 'Backup-to-HyperV-Proxy',
'Backup-to-Repository', 'Backup-to-WanAccelerator', 'Backup-to-Tape',
'Backup-to-All'
'Backup-to-File-Proxy', 'Backup-to-ProtectedGroup', 'Backup-to-All'
.PARAMETER Target
Specifies the IP/FQDN of the system to connect.
Multiple targets may be specified, separated by a comma.
Expand Down Expand Up @@ -67,7 +67,7 @@ function New-VeeamDiagram {
Allow the creation of footer signature.
AuthorName and CompanyName must be set to use this property.
.NOTES
Version: 0.5.6
Version: 0.5.7
Author(s): Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand Down

0 comments on commit 95747c8

Please sign in to comment.