Skip to content

Commit

Permalink
Merge pull request #196 from AsBuiltReport/dev
Browse files Browse the repository at this point in the history
v0.9.2 public release
  • Loading branch information
rebelinux authored Jan 15, 2025
2 parents 4e3393f + b0b357f commit 055e8e2
Show file tree
Hide file tree
Showing 40 changed files with 1,721 additions and 1,336 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
schedule:
- cron: '20 14 * * 1'

permissions:
contents: read

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/PSScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@{
ExcludeRules = @(
'PSUseBOMForUnicodeEncodedFile',
'PSUseToExportFieldsInManifest'
)
Rules = @{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- uses: zentered/bluesky-post-action@v0.1.0
with:
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Veeam #AsBuiltReport #PowerShell #VeeamVanguard #VeeamLegend"
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Microsoft #ActiveDirectory #AsBuiltReport #PowerShell #MicrosoftMVP #MVPBuzz #cybersecurity #infosec"
env:
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}
11 changes: 0 additions & 11 deletions .github/workflows/dependabot.yml

This file was deleted.

6 changes: 5 additions & 1 deletion AsBuiltReport.Microsoft.AD.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
},
"Include": {
"Domains": []
}
},
"WinRMSSL": false,
"WinRMFallbackToNoSSL": true,
"WinRMSSLPort": 5986,
"WinRMPort": 5985
},
"InfoLevel": {
"_comment_": "0 = Disabled, 1 = Enabled, 2 = Adv Summary, 3 = Detailed",
Expand Down
6 changes: 3 additions & 3 deletions AsBuiltReport.Microsoft.AD.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AsBuiltReport.Microsoft.AD.psm1'

# Version number of this module.
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -54,7 +54,7 @@
RequiredModules = @(
@{
ModuleName = 'AsBuiltReport.Core';
ModuleVersion = '1.4.0'
ModuleVersion = '1.4.1'
},
@{
ModuleName = 'PSPKI';
Expand All @@ -70,7 +70,7 @@
},
@{
ModuleName = 'Diagrammer.Core';
ModuleVersion = '0.2.12'
ModuleVersion = '0.2.13'
}

)
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

##### This project is community maintained and has no sponsorship from Microsoft, its employees or any of its affiliates.

## [0.9.2] - 2025-01-14

### Added

- Add support for WinRM over SSL
- Add option to set the WinRM tcp port used for PSSession connection setup

### Changed

- Increase Diagrammer.Core minimum requirement
- Increase AsBuiltReport.Core to v1.4.1
- Improve DC selection logic
- Improve HealthCheck best practice recommendations (@Copilot)

### Fixed

- Fix [#190](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/190)
- Fix [#191](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/191)
- Fix ConvertTo-HashToYN cmdlet not generating an ordereddictionary output

### Removed

- Remove dependabot action (Not supported in Abr Organization)

## [0.9.1] - 2024-11-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 AsBuiltReport
Copyright (c) 2025 AsBuiltReport

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Below are the instructions on how to install, configure and generate a Microsoft
<!-- ********** Update supported AD versions ********** -->
The Microsoft AD As Built Report supports the following Active Directory versions;

- 2016, 2019 & 2022
- 2016, 2019, 2022 & 2025

### PowerShell

Expand Down Expand Up @@ -174,12 +174,17 @@ The **Options** schema allows certain options within the report to be toggled on

| Sub-Schema | Setting | Default | Description |
| ----------------------- | ------------------ | --------- | ------------------------------------------------------------------------------------------------------------------------- |
| ShowDefinitionInfo | true/false | false | Toggle to enable/disable Microsoft AD term explanations |
| ShowDefinitionInfo | true/false | False | Toggle to enable/disable Microsoft AD term explanations |
| PSDefaultAuthentication | Negotiate/Kerberos | Negotiate | Allow to set the value of the PSRemoting authentication method. For Workgroup authentication Negotiate value is required. |
| Exclude.Domains | Array List | Empty | Allow to filter on AD Domain FQDN |
| 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. |
| WinRMSSL | Bool | True | Allow to enable SSL for WINRM connection |
| WinRMFallbackToNoSSL | Bool | True | Allow to fallback to WINRM without SSL |
| WinRMSSLPort | Int | 5986 | Allow to set tcp port for WinRM over SSL |
| WinRMPort | Int | 5985 | Allow to set tcp port for WinRM |


### InfoLevel

Expand Down
Loading

0 comments on commit 055e8e2

Please sign in to comment.