Skip to content

Commit

Permalink
Merge branch 'AsBuiltReport:dev' into v12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Dec 29, 2023
2 parents 232da7b + 42ea5ec commit 725407d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion AsBuiltReport.Veeam.VBR.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AsBuiltReport.Veeam.VBR.psm1'

# Version number of this module.
ModuleVersion = '0.8.3'
ModuleVersion = '0.8.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrCloudConnectBS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Get-AbrVbrCloudConnectBS {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.7.1
Version: 0.8.3
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand All @@ -25,7 +25,7 @@ function Get-AbrVbrCloudConnectBS {

process {
try {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -in @("Enterprise")}) {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -ne "Disabled"}) {
if (((Get-VBRCloudTenant).Resources.Repository).count -gt 0) {
$CloudObjects = (Get-VBRCloudTenant).Resources
Section -Style Heading3 'Backup Storage' {
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrCloudConnectCG.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Get-AbrVbrCloudConnectCG {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.8.0
Version: 0.8.3
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand All @@ -26,7 +26,7 @@ function Get-AbrVbrCloudConnectCG {

process {
try {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -in @("Enterprise")}) {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -ne "Disabled"}) {
if ((Get-VBRCloudGateway).count -gt 0) {
Section -Style Heading3 'Cloud Gateways' {
Paragraph "The following section provides summary information about configured Cloud Gateways."
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrCloudConnectCert.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Get-AbrVbrCloudConnectCert {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.7.1
Version: 0.8.3
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand All @@ -26,7 +26,7 @@ function Get-AbrVbrCloudConnectCert {

process {
try {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -in @("Enterprise")}) {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -ne "Disabled"}) {
if ((Get-VBRCloudGatewayCertificate).count -gt 0) {
Section -Style Heading3 'Gateway Certificate' {
Paragraph "The following section provides information about Cloud Gateways SSL Certificate."
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrCloudConnectGP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Get-AbrVbrCloudConnectGP {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.8.0
Version: 0.8.3
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand All @@ -26,7 +26,7 @@ function Get-AbrVbrCloudConnectGP {

process {
try {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -in @("Enterprise")}) {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -ne "Disabled"}) {
if ((Get-VBRCloudGatewayPool).count -gt 0) {
Section -Style Heading3 'Gateways Pools' {
Paragraph "The following section provides summary information about configured Cloud Gateways Pools."
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrCloudConnectPublicIP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Get-AbrVbrCloudConnectPublicIP {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.7.1
Version: 0.8.3
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand All @@ -25,7 +25,7 @@ function Get-AbrVbrCloudConnectPublicIP {
}

process {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -in @("Enterprise")}) {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -ne "Disabled"}) {
if ((Get-VBRCloudGatewayPool).count -gt 0) {
Section -Style Heading3 'Public IP' {
Paragraph "The following section provides information about Cloud Public IP."
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrCloudConnectRR.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Get-AbrVbrCloudConnectRR {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.7.1
Version: 0.8.3
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand All @@ -25,7 +25,7 @@ function Get-AbrVbrCloudConnectRR {
}

process {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -in @("Enterprise")}) {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -ne "Disabled"}) {
if ((Get-VBRCloudHardwarePlan).count -gt 0) {
Section -Style Heading3 'Replica Resources' {
Paragraph "The following table provides a summary of Replica Resources."
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrCloudConnectStatus.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Get-AbrVbrCloudConnectStatus {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.7.1
Version: 0.8.3
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand All @@ -25,7 +25,7 @@ function Get-AbrVbrCloudConnectStatus {
}

process {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -in @("Enterprise")}) {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -ne "Disabled"}) {
if ((Get-VBRCloudInfrastructureState).count -gt 0) {
Section -Style Heading3 'Service Status' {
Paragraph "The following section provides information about Cloud Gateways SSL Certificate."
Expand Down
4 changes: 2 additions & 2 deletions Src/Private/Get-AbrVbrCloudConnectTenant.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Get-AbrVbrCloudConnectTenant {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.8.0
Version: 0.8.3
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand All @@ -26,7 +26,7 @@ function Get-AbrVbrCloudConnectTenant {

process {
try {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -in @("Enterprise")}) {
if (Get-VBRInstalledLicense | Where-Object {$_.CloudConnect -ne "Disabled"}) {
$CloudObjects = Get-VBRCloudTenant | Sort-Object -Property Name
if ($CloudObjects) {
Section -Style Heading3 'Tenants' {
Expand Down

0 comments on commit 725407d

Please sign in to comment.