AsBuiltReport / AsBuiltReport.VMware.vSphere

Repository for AsBuiltReport VMware vSphere module
https://www.asbuiltreport.com
MIT License
112 stars 39 forks source link

v.1.3.4 release #120

Closed tpcarman closed 8 months ago

tpcarman commented 8 months ago

Description

Improved support for VMware vSphere 8.x environments.

Changed

Related Issue

Fixed

Motivation and Context

Improve support for VMware vSphere 8.x environments.

How Has This Been Tested?

Tested in multiple labs and production environments

Screenshots (if appropriate):

Types of changes

Checklist:

github-actions[bot] commented 8 months ago

PSScriptAnalyzer results:

Errors: [0], Warnings: [10], Information: [16]

``` RuleName : PSUseSingularNouns Severity : Warning ScriptName : Get-vCenterStats.ps1 Line : 1 Message : The cmdlet 'Get-vCenterStats' uses a plural noun. A singular noun should be used instead. RuleName : PSAvoidOverwritingBuiltInCmdlets Severity : Warning ScriptName : Get-Uptime.ps1 Line : 1 Message : 'Get-Uptime' is a cmdlet that is included with PowerShell (version core-6.1.0-windows) whose definition should not be overridden RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-Uptime.ps1 Line : 6 Message : Command accepts pipeline input but has not defined a process block. RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-License.ps1 Line : 35 Message : Command accepts pipeline input but has not defined a process block. RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-License.ps1 Line : 38 Message : Command accepts pipeline input but has not defined a process block. RuleName : PSPossibleIncorrectComparisonWithNull Severity : Warning ScriptName : Get-License.ps1 Line : 59 Message : $null should be on the left side of equality comparisons. RuleName : PSPossibleIncorrectComparisonWithNull Severity : Warning ScriptName : Get-License.ps1 Line : 81 Message : $null should be on the left side of equality comparisons. RuleName : PSPossibleIncorrectComparisonWithNull Severity : Warning ScriptName : Get-License.ps1 Line : 109 Message : $null should be on the left side of equality comparisons. RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-RequiredModule.ps1 Line : 18 Message : Command accepts pipeline input but has not defined a process block. RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-RequiredModule.ps1 Line : 22 Message : Command accepts pipeline input but has not defined a process block. RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-Uptime.ps1 Line : 9 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 35 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 39 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 47 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 55 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 56 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 60 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 72 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 77 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 82 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 100 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-License.ps1 Line : 108 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-PciDeviceDetail.ps1 Line : 42 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-PciDeviceDetail.ps1 Line : 47 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-PciDeviceDetail.ps1 Line : 54 Message : Line has trailing whitespace RuleName : PSAvoidTrailingWhitespace Severity : Information ScriptName : Get-PciDeviceDetail.ps1 Line : 78 Message : Line has trailing whitespace ```