Skip to content

Commit

Permalink
Merge pull request #164 from rebelinux/dev
Browse files Browse the repository at this point in the history
v0.8.1 public release
  • Loading branch information
rebelinux committed May 16, 2024
2 parents 1ea6695 + 986a51b commit a084cc4
Show file tree
Hide file tree
Showing 40 changed files with 2,078 additions and 1,675 deletions.
2 changes: 1 addition & 1 deletion AsBuiltReport.Microsoft.AD.Style.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Table -Name 'Cover Page' -List -Style Borderless -Width 0 -Hashtable ([Ordered]
})
PageBreak

if ($Global:BuitReportParams.EnableHealthCheck) {
if ($Healthcheck) {
Section -Style TOC -ExcludeFromTOC 'DISCLAIMER' {
Paragraph "The information contained in this report has been obtained through automation and observations. Opinions, recommendations and conclusions are disseminated using insight, knowledge, training and experience. This assessment was not intended to be exhaustive. However, we have done our best to capture the most relevant opportunities for improvement. It is expected that responsibility for the implementation of these recommendations will be reviewed and implemented by a person with the necessary knowledge, experience or expertise. In no event shall the author(s) be liable for damages of any kind (including, but not limited to, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use or inability to use these recommendations or the statements made in this documentation."
}
Expand Down
4 changes: 1 addition & 3 deletions AsBuiltReport.Microsoft.AD.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Report": {
"Name": "Microsoft AD As Built Report",
"Name": "Microsoft Active Directory As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
Expand All @@ -11,8 +11,6 @@
"Options": {
"ShowDefinitionInfo": false,
"PSDefaultAuthentication": "Negotiate",
"EnableCharts": false,
"EnableDiagrams": true,
"Exclude": {
"Domains": [],
"DCs": []
Expand Down
4 changes: 2 additions & 2 deletions AsBuiltReport.Microsoft.AD.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
@{
ModuleName = 'Diagrammer.Microsoft.AD';
ModuleVersion = '0.1.6'
ModuleVersion = '0.2.0'
}
)

Expand Down Expand Up @@ -131,7 +131,7 @@
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
HelpInfoURI = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD#readme'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,42 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1] - 2024-02-11
## [0.8.1] - 2024-05-16

### Added

- Site Inventory Diagram
- Site Topology diagram
- Domain and Trust diagram
- Foreign Security Principals section

### Changed

- Remove Graphviz install check code.
- Remove Graphviz install check code
- Code cleanup
- Improve script logging
- Increase Diagrammer.Microsoft.AD module version requirements
- Change charts default font to Segoe Ui
- Improved Forest diagram

### Fixed

- Improve error handling on Forest Diagram section.
- Fix issues with Diagrammer.Microsoft.AD module.
- Improve error handling on Forest diagram section
- Fix issues with Diagrammer.Microsoft.AD module
- Fix DNS section not getting data when there are unavailable DC servers
- Fix [#154](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/154)
- Fix [#153](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/153)
- Fix [#152](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/152)
- Fix [#151](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/151)
- Fix [#150](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/150)

### Removed

- Removed EnableDiagrams option
- Removed EnableCharts option

## [0.8.0] - 2024-01-24

### Added
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ The **Options** schema allows certain options within the report to be toggled on
| Exclude.DCs | Array List | Empty | Allow to filter on AD Domain Controller Server FQDN. |
| Include.Domains | Array List | Empty | Allow only a list of Active Directory Domain Controller FQDN to document. |
| Include.DCs | Array List | Empty | Allow only a list of Active Directory Domain FQDN to document. |
| EnableDiagrams | true / false | true | Toggle to enable/disable of Infrastructure Diagrams |


### InfoLevel

Expand Down
Loading

0 comments on commit a084cc4

Please sign in to comment.