Skip to content

Commit b08dbdd

Browse files
committed
Further v1.3.0 improvements
* Add NSX-T Manager server * Add release and issue links to README.md * Fix section reporting for certain InfoLevels * Improve alarm advanced detail reporting
1 parent 30a7751 commit b08dbdd

File tree

3 files changed

+138
-122
lines changed

3 files changed

+138
-122
lines changed

CHANGELOG.md

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# :arrows_counterclockwise: VMware vSphere As Built Report Changelog
22

3-
## [1.3.0] - Unreleased
3+
## [[1.3.0](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.3.0)] - Unreleased
44
### Fixed
5-
- Fixed Datastore table sort by Datastore Name
6-
- Fixed issues with vSAN advanced detailed reporting
7-
- Fixed issues with VMkernel Adpater reporting
8-
- Fixed issues with Distributed vSwitch advanced detailed reporting
9-
- Fixed display issues with highlights in `README.md`
5+
- Incorrect section reporting with certain InfoLevels
6+
- Datastore table now sorts by Datastore Name
7+
- vSAN advanced detailed reporting
8+
- VMkernel Adpater reporting
9+
- Distributed vSwitch advanced detailed reporting
10+
- Display issues with highlights in [README.md](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/blob/master/README.md)
1011

1112
### Added
12-
- Added PowerShell 7 compatibility
13-
- Added PSScriptAnalyzer & PublishPSModule GitHub Action workflows
14-
- Added comprehensive reporting for VI roles
15-
- Added advanced detailed reporting for vSAN disks
16-
- Added support for VMware Cloud environments (VCF, VMC, AVS, GVE) (Fix #87)
13+
- PowerShell 7 compatibility
14+
- PSScriptAnalyzer & PublishPSModule GitHub Action workflows
15+
- Advanced detailed reporting for VI roles
16+
- Advanced detailed reporting for vSAN disks
17+
- Support for VMware Cloud environments (VCF, VMC, AVS, GVE) ([Fix #87](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/87))
18+
- Include release and issue links in [README.md](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/blob/master/README.md)
1719

1820

19-
## [1.2.1] - 2020-09-29
21+
## [[1.2.1](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.2.1)] - 2020-09-29
2022
### Fixed
2123
- Fixed sort order of VMHost PCI Devices
2224
- Fixed VMHost reporting for InfoLevels 1 & 2
@@ -26,7 +28,7 @@
2628
- Set fixed table column widths for improved formatting
2729
- Corrected section header colours in VMware default style
2830

29-
## [1.2.0] - 2020-08-31
31+
## [[1.2.0](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.2.0)] - 2020-08-31
3032
### Added
3133
- vCenter Server advanced system settings
3234
- vCenter Server alarm health check
@@ -44,13 +46,13 @@
4446
### Fixed
4547
- Section error with vSAN InfoLevel 4 or above
4648
- Fixed text color for highlighted cells in default VMware style
47-
- Fixed reporting of stateless boot devices (Fix #76)
48-
- Fixed issue where script was failing trying to parse vSphere Tag data (Fix #77)
49-
- Fixed issue with reporting on PCI-E device drivers by adding additional filter (Fix #75)
49+
- Fixed reporting of stateless boot devices ([Fix #76](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/76))
50+
- Fixed issue where script was failing trying to parse vSphere Tag data ([Fix #77](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/77))
51+
- Fixed issue with reporting on PCI-E device drivers by adding additional filter ([Fix #75](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/75))
5052

51-
## [1.1.3] - 2020-02-04
53+
## [[1.1.3](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.1.3)] - 2020-02-04
5254
### Added
53-
- Added vCenter Server certificate information (Fix #31)
55+
- Added vCenter Server certificate information ([Fix #31](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/31))
5456
- Added VM summary information
5557
- Added VM disk and guest volume information
5658
- Added Virtual Switch to VMkernel adapter information
@@ -67,33 +69,33 @@
6769

6870
### Changed
6971
- Improved report formatting
70-
- Improved VMHost storage adapter reporting (Fix #32)
72+
- Improved VMHost storage adapter reporting ([Fix #32](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/32))
7173
- Improved VMHost network adapter CDP reporting
7274
- Improved VM SCSI controller reporting
7375
- Updated VMHost CPU & Memory totals/usage in Detailed level
7476
- Updated report JSON structure & default settings. A new report JSON must be generated for this release, use `New-AsBuiltReportConfig -Report VMware.vSphere -Path <path> -Overwrite`.
7577
- Updated README with minimum required privileges to generate a VMware vSphere As Built Report. Full administrator privileges should no longer be required.
7678

7779
### Fixed
78-
- Resolved issue with VMHost PCI device reporting (Fix #33)
79-
- Resolved issue with reporting of ESXi boot device size (Fix #65)
80-
- Resolved issue with vSphere licensing (Fix #68 & #69)
81-
- Resolved vSwitch reporting issue with physical adpaters (Fix #27)
80+
- Resolved issue with VMHost PCI device reporting ([Fix #33](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/33))
81+
- Resolved issue with reporting of ESXi boot device size ([Fix #65](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/65))
82+
- Resolved issue with vSphere licensing ([Fix #68](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/68) & [Fix #69](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/69))
83+
- Resolved vSwitch reporting issue with physical adpaters ([Fix #27](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/27))
8284
- Resolved issue with VMHost uptime health check reporting
8385

8486
### Removed
85-
- Removed support for ESX/ESXi hosts prior to vSphere 5.0 (Fix #67)
87+
- Removed support for ESX/ESXi hosts prior to vSphere 5.0 ([Fix #67](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/67))
8688
- Removed VMHost CPU & Memory usage from Informative level
8789

88-
## [1.0.7] - 2019-06-21
90+
## [[1.0.7](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.0.7)] - 2019-06-21
8991
### Changed
9092
- Fixed font in default VMware style
9193
- Updated module manifest for icon and release notes
9294

9395
### Removed
9496
- Removed Services health check
9597

96-
## [1.0.6] - 2019-05-16
98+
## [[1.0.6](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.0.6)] - 2019-05-16
9799
### Changed
98100
- Fixed code errors which prevented a report from being generated
99101
- Improved code and report readability
@@ -104,7 +106,7 @@
104106
- Fixed VMHost reporting to exclude HCX Cloud Gateway host
105107
- Updated VMware default style to more closely align with Clarity
106108

107-
## [1.0.0] - 2019-03-27
109+
## [[1.0.0](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/releases/tag/v1.0.0)] - 2019-03-27
108110
### Added
109111
- Added Update Manager Server name to vCenter Server detailed information
110112

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This report is compatible with the following PowerShell versions;
5959
_Note: Due to compatibility issues, VMware Update Manager information will not be reported when using PowerShell 7_
6060

6161
## :wrench: System Requirements
62-
PowerShell 5.1 or PowerShell 7.x, and the following PowerShell modules are required for generating a VMware vSphere As Built report.
62+
PowerShell 5.1 or PowerShell 7, and the following PowerShell modules are required for generating a VMware vSphere As Built report.
6363

6464
Each of these modules can be easily downloaded and installed via the PowerShell Gallery
6565

@@ -142,20 +142,20 @@ There are 6 levels (0-5) of detail granularity for each section as follows;
142142
| 4 | Adv Detailed | Provides detailed information for individual objects, as well as information for associated objects (Hosts, Clusters, Datastores, VMs etc) |
143143
| 5 | Comprehensive | Provides comprehensive information for individual objects, such as advanced configuration settings |
144144

145-
The table below outlines the default and maximum **InfoLevel** settings for each section.
146-
147-
| Sub-Schema | Default Setting | Maximum Setting |
148-
|--------------|:---------------:|:---------------:|
149-
| vCenter | 3 | 5 |
150-
| Cluster | 3 | 4 |
151-
| ResourcePool | 3 | 4 |
152-
| VMHost | 3 | 5 |
153-
| Network | 3 | 4 |
154-
| vSAN | 3 | 4 |
155-
| Datastore | 3 | 4 |
156-
| DSCluster | 3 | 4 |
157-
| VM | 2 | 4 |
158-
| VUM | 3 | 5 |
145+
The table below outlines the default, minimum and maximum **InfoLevel** settings for each section.
146+
147+
| Sub-Schema | Default Setting | Minimum Setting | Maximum Setting |
148+
|--------------|:---------------:|:---------------:|:---------------:|
149+
| vCenter | 3 | 1 | 5 |
150+
| Cluster | 3 | 1 | 4 |
151+
| ResourcePool | 3 | 1 | 4 |
152+
| VMHost | 3 | 1 | 5 |
153+
| Network | 3 | 1 | 4 |
154+
| vSAN | 3 | 1 | 4 |
155+
| Datastore | 3 | 1 | 4 |
156+
| DSCluster | 3 | 1 | 4 |
157+
| VM | 2 | 1 | 4 |
158+
| VUM | 3 | 3 | 5 |
159159

160160
### Healthcheck
161161
The **Healthcheck** schema is used to toggle health checks on or off.

0 commit comments

Comments
 (0)