We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053fe5a commit a39b152Copy full SHA for a39b152
Src/Public/Invoke-AsBuiltReport.VMware.vSphere.ps1
@@ -5,7 +5,7 @@ function Invoke-AsBuiltReport.VMware.vSphere {
5
.DESCRIPTION
6
Documents the configuration of VMware vSphere infrastucture in Word/HTML/XML/Text formats using PScribo.
7
.NOTES
8
- Version: 1.0.4
+ Version: 1.0.5
9
Author: Tim Carman
10
Twitter: @tpcarman
11
Github: tpcarman
@@ -3087,9 +3087,6 @@ function Invoke-AsBuiltReport.VMware.vSphere {
3087
($_.IntraVmAffinity -eq $null)
3088
)
3089
}
3090
- Section -Style Heading4 'SDRS VM Overrides' {
3091
- $VMOverrideDetails | Sort-Object 'Virtual Machine' | Table -Name 'SDRS VM Overrides'
3092
- }
3093
3094
3095
if ($VMOverrides) {
0 commit comments