Skip to content

Commit 0f28351

Browse files
committed
v1.1.4
1 parent 3129e14 commit 0f28351

37 files changed

+133
-107
lines changed

.github/workflows/Release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,13 @@ jobs:
4141
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
4242
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
4343
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
44-
44+
bsky-post:
45+
needs: publish-to-gallery
46+
runs-on: ubuntu-latest
47+
steps:
48+
- uses: zentered/[email protected]
49+
with:
50+
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Omnissa #VMware #Horizon #vExpert #AsBuiltReport #PowerShell"
51+
env:
52+
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
53+
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}

AsBuiltReport.VMware.Horizon.psd1

0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.4] - 2024-11-21
9+
10+
### Added
11+
12+
- Tested Report with Horizon 8.13
13+
14+
### Changed
15+
16+
- Changed Required Modules to AsBuiltReport.Core v1.4.0
17+
- Improved detection of empty fields in tables
18+
- Improved detection of true/false elements in tables
19+
- Updated GitHub release workflow to add post to Bluesky social platform
20+
821
## [1.1.3] - 2024-02-14
922

1023
### Added

README.md

Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ Below are the instructions on how to install, configure and generate a VMware Ho
5050

5151
The VMware Horizon As Built Report supports the following Horizon versions;
5252

53-
- Horizon 8+, 23**
54-
- Horizon 7? (Need Testing)
53+
- Horizon 8+, 2+**
5554

5655
### PowerShell
5756

5857
This report is compatible with the following PowerShell versions;
5958

60-
| Windows PowerShell 5.1 | PowerShell 7 |
61-
|:----------------------:|:--------------------:|
59+
| Windows PowerShell 5.1 | PowerShell 7 |
60+
| :--------------------: | :----------------: |
6261
| :white_check_mark: | :white_check_mark: |
6362

6463
## :wrench: System Requirements
@@ -120,7 +119,7 @@ The following provides information of how to configure each schema within the re
120119
The **Report** schema provides configuration of the VMware Horizon report information.
121120

122121
| Sub-Schema | Setting | Default | Description |
123-
|---------------------|--------------|--------------------------------|--------------------------------------------------------------|
122+
| ------------------- | ------------ | ------------------------------ | ------------------------------------------------------------ |
124123
| Name | User defined | VMware Horizon As Built Report | The name of the As Built Report |
125124
| Version | User defined | 1.0 | The report version |
126125
| Status | User defined | Released | The report release status |
@@ -140,53 +139,53 @@ The **InfoLevel** schema allows configuration of each section of the report at a
140139

141140
There are 3 levels (0-3) of detail granularity for each section as follows;
142141

143-
| Setting | InfoLevel | Description |
144-
|:-------:|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
145-
| 0 | Disabled | Does not collect or display any information |
146-
| 1 | Enabled / Summary | Provides summarised information for a collection of objects |
147-
| 2 | Adv Summary | Provides condensed, detailed information for a collection of objects |
142+
| Setting | InfoLevel | Description |
143+
| :-----: | ----------------- | -------------------------------------------------------------------- |
144+
| 0 | Disabled | Does not collect or display any information |
145+
| 1 | Enabled / Summary | Provides summarised information for a collection of objects |
146+
| 2 | Adv Summary | Provides condensed, detailed information for a collection of objects |
148147

149148
The table below outlines the default and maximum InfoLevel settings for each UsersandGroups section.
150149

151-
| Sub-Schema | Default Setting | Maximum Setting |
152-
|--------------|:---------------:|:---------------:|
153-
| Entitlements | 1 | 2 |
154-
| HomeSiteAssignments | 1 | 1 |
155-
| UnauthenticatedAccess | 1 | 1 |
150+
| Sub-Schema | Default Setting | Maximum Setting |
151+
| --------------------- | :-------------: | :-------------: |
152+
| Entitlements | 1 | 2 |
153+
| HomeSiteAssignments | 1 | 1 |
154+
| UnauthenticatedAccess | 1 | 1 |
156155

157156
The table below outlines the default and maximum InfoLevel settings for each Inventory section.
158157

159-
| Sub-Schema | Default Setting | Maximum Setting |
160-
|--------------|:---------------:|:---------------:|
161-
| Desktop | 1 | 3 |
162-
| Applications | 1 | 2 |
163-
| Farms | 1 | 2 |
164-
| Machines | 1 | 1 |
165-
| GlobalEntitlements | 1 | 1 |
158+
| Sub-Schema | Default Setting | Maximum Setting |
159+
| ------------------ | :-------------: | :-------------: |
160+
| Desktop | 1 | 3 |
161+
| Applications | 1 | 2 |
162+
| Farms | 1 | 2 |
163+
| Machines | 1 | 1 |
164+
| GlobalEntitlements | 1 | 1 |
166165

167166
The table below outlines the default and maximum InfoLevel settings for each Settings section.
168167

169-
| Sub-Schema | Default Setting | Maximum Setting |
170-
|--------------|:---------------:|:---------------:|
171-
| vCenter | 1 | 2 |
172-
| ESXiHosts | 1 | 2 |
173-
| DataStores | 1 | 2 |
174-
| ADDomains | 1 | 1 |
175-
| UAGServers | 1 | 1 |
176-
| ConnectionServers | 1 | 2 |
177-
| InstantCloneDomainAccounts | 1 | 1 |
178-
| ProductLicensingandUsage | 1 | 2 |
179-
| GlobalSettings | 1 | 1 |
180-
| RegisteredMachines | 1 | 2 |
181-
| AdministratorsandGroups | 1 | 2 |
182-
| RolePrivileges | 1 | 1 |
183-
| RolePermissions | 1 | 1 |
184-
| AccessGroup | 1 | 2 |
185-
| Cloud Pod | 1 | 2 |
186-
| Sites | 1 | 2 |
187-
| EventDatabase | 1 | 1 |
188-
| Syslog | 1 | 1 |
189-
| EventstoFileSystem | 1 | 1 |
168+
| Sub-Schema | Default Setting | Maximum Setting |
169+
| -------------------------- | :-------------: | :-------------: |
170+
| vCenter | 1 | 2 |
171+
| ESXiHosts | 1 | 2 |
172+
| DataStores | 1 | 2 |
173+
| ADDomains | 1 | 1 |
174+
| UAGServers | 1 | 1 |
175+
| ConnectionServers | 1 | 2 |
176+
| InstantCloneDomainAccounts | 1 | 1 |
177+
| ProductLicensingandUsage | 1 | 2 |
178+
| GlobalSettings | 1 | 1 |
179+
| RegisteredMachines | 1 | 2 |
180+
| AdministratorsandGroups | 1 | 2 |
181+
| RolePrivileges | 1 | 1 |
182+
| RolePermissions | 1 | 1 |
183+
| AccessGroup | 1 | 2 |
184+
| Cloud Pod | 1 | 2 |
185+
| Sites | 1 | 2 |
186+
| EventDatabase | 1 | 1 |
187+
| Syslog | 1 | 1 |
188+
| EventstoFileSystem | 1 | 1 |
190189

191190
### Healthcheck
192191

Src/Private/Get-AbrHRZADDomain.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Get-AbrHRZADDomain {
55
.DESCRIPTION
66
Documents the configuration of VMware Horizon in Word/HTML/XML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.1.3
8+
Version: 1.1.4
99
Author: Chris Hildebrandt, Karl Newick
1010
Twitter: @childebrandt42, @karlnewick
1111
Editor: Jonathan Colon, @jcolonfzenpr

Src/Private/Get-AbrHRZAccessGroup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Get-AbrHRZAccessGroup {
55
.DESCRIPTION
66
Documents the configuration of VMware Horizon in Word/HTML/XML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.1.3
8+
Version: 1.1.4
99
Author: Chris Hildebrandt, Karl Newick
1010
Twitter: @childebrandt42, @karlnewick
1111
Editor: Jonathan Colon, @jcolonfzenpr
@@ -84,7 +84,7 @@ function Get-AbrHRZAccessGroup {
8484
}
8585
}
8686
if ($AdministratorIDName) {
87-
Section -ExcludeFromTOC -Style NOTOCHeading5 $AccessGroup.base.Name {
87+
Section -ExcludeFromTOC -Style Heading5 $AccessGroup.base.Name {
8888
$OutObj = @()
8989
foreach ($Principal in ($AdministratorIDName | Select-Object -Unique)) {
9090
$PrincipalPermissionsName = @()

Src/Private/Get-AbrHRZAdminGroup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Get-AbrHRZAdminGroup {
55
.DESCRIPTION
66
Documents the configuration of VMware Horizon in Word/HTML/XML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.1.3
8+
Version: 1.1.4
99
Author: Chris Hildebrandt, Karl Newick
1010
Twitter: @childebrandt42, @karlnewick
1111
Editor: Jonathan Colon, @jcolonfzenpr
@@ -109,7 +109,7 @@ function Get-AbrHRZAdminGroup {
109109
'True' { $Administratorbasegroup = 'Group' }
110110
'False' { $Administratorbasegroup = 'User' }
111111
}
112-
Section -ExcludeFromTOC -Style NOTOCHeading6 $Administrator.Base.Name {
112+
Section -ExcludeFromTOC -Style Heading6 $Administrator.Base.Name {
113113
$OutObj = @()
114114
$inObj = [ordered] @{
115115
'Name' = $Administrator.base.Name

Src/Private/Get-AbrHRZApplicationPool.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Get-AbrHRZApplicationPool {
55
.DESCRIPTION
66
Documents the configuration of VMware Horizon in Word/HTML/XML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.1.3
8+
Version: 1.1.4
99
Author: Chris Hildebrandt, Karl Newick
1010
Twitter: @childebrandt42, @karlnewick
1111
Editor: Jonathan Colon, @jcolonfzenpr

Src/Private/Get-AbrHRZCertMgmt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Get-AbrHRZCertMgmt {
55
.DESCRIPTION
66
Documents the configuration of VMware Horizon in Word/HTML/XML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.1.3
8+
Version: 1.1.4
99
Author: Chris Hildebrandt, Karl Newick
1010
Twitter: @childebrandt42, @karlnewick
1111
Editor: Jonathan Colon, @jcolonfzenpr

Src/Private/Get-AbrHRZCloudPod.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Get-AbrHRZCloudPod {
55
.DESCRIPTION
66
Documents the configuration of VMware Horizon in Word/HTML/XML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.1.3
8+
Version: 1.1.4
99
Author: Chris Hildebrandt, Karl Newick
1010
Twitter: @childebrandt42, @karlnewick
1111
Editor: Jonathan Colon, @jcolonfzenpr

0 commit comments

Comments
 (0)