You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# VMware vSphere As Built Report Changelog
2
2
3
+
## [Unreleased]
4
+
### Added
5
+
- vCenter Server database version
6
+
- vCenter Server advanced system settings
7
+
- vCenter Server alarm health check
8
+
- Basic VM storage policy reporting
9
+
10
+
### Changed
11
+
- Enhanced vCenter alarm reporting
12
+
13
+
### Fixed
14
+
- Section error with vSAN InfoLevel 4 or above
15
+
- Corrected text color for highlighted cells in default VMware style
16
+
3
17
## [1.1.3 - 2020-02-04]
4
18
### Added
5
19
- Added vCenter Server certificate information (Fix #31)
@@ -26,7 +40,7 @@
26
40
- 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`.
27
41
- Updated README with minimum required privileges to generate a VMware vSphere As Built Report. Full administrator privileges should no longer be required.
28
42
29
-
## Fixed
43
+
###Fixed
30
44
- Resolved issue with VMHost PCI device reporting (Fix #33)
31
45
- Resolved issue with reporting of ESXi boot device size (Fix #65)
32
46
- Resolved issue with vSphere licensing (Fix #68 & #69)
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The VMware vSphere As Built Report supports the following vSphere versions;
45
45
- vSphere 6.7
46
46
47
47
## Pre-requisites
48
-
The following PowerShell modules are required for generating a VMware vSphere As Built report.
48
+
Windows PowerShell 5.1 and the following PowerShell modules are required for generating a VMware vSphere As Built report. PowerShell Core is not currently supported.
49
49
50
50
Each of these modules can be easily downloaded and installed via the PowerShell Gallery
51
51
@@ -142,6 +142,7 @@ The **vCenter** sub-schema is used to configure health checks for vCenter Server
| vCenter | Mail | true / false | Highlights mail settings which are not configured |  Not Configured
144
144
| vCenter | Licensing | true / false | Highlights product evaluation licenses |  Product evaluation license in use
145
+
| vCenter | Alarms | true / false | Highlights vCenter Server alarms which are disabled |  Alarm disabled
145
146
146
147
#### Cluster
147
148
The **Cluster** sub-schema is used to configure health checks for vSphere Clusters.
0 commit comments