Skip to content

Commit 055e8e2

Browse files
authored
Merge pull request #196 from AsBuiltReport/dev
v0.9.2 public release
2 parents 4e3393f + b0b357f commit 055e8e2

40 files changed

+1721
-1336
lines changed

.github/workflows/CodeQL.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ on:
1414
branches: [ "dev" ]
1515
pull_request:
1616
branches: [ "dev" ]
17-
schedule:
18-
- cron: '20 14 * * 1'
19-
2017
permissions:
2118
contents: read
2219

.github/workflows/PSScriptAnalyzerSettings.psd1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@{
22
ExcludeRules = @(
3-
'PSUseBOMForUnicodeEncodedFile',
43
'PSUseToExportFieldsInManifest'
54
)
65
Rules = @{

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: zentered/bluesky-post-action@v0.1.0
6565
with:
66-
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"
66+
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"
6767
env:
6868
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
69-
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}
69+
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}

.github/workflows/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

AsBuiltReport.Microsoft.AD.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
},
1818
"Include": {
1919
"Domains": []
20-
}
20+
},
21+
"WinRMSSL": false,
22+
"WinRMFallbackToNoSSL": true,
23+
"WinRMSSLPort": 5986,
24+
"WinRMPort": 5985
2125
},
2226
"InfoLevel": {
2327
"_comment_": "0 = Disabled, 1 = Enabled, 2 = Adv Summary, 3 = Detailed",

AsBuiltReport.Microsoft.AD.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.Microsoft.AD.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.1'
15+
ModuleVersion = '0.9.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -54,7 +54,7 @@
5454
RequiredModules = @(
5555
@{
5656
ModuleName = 'AsBuiltReport.Core';
57-
ModuleVersion = '1.4.0'
57+
ModuleVersion = '1.4.1'
5858
},
5959
@{
6060
ModuleName = 'PSPKI';
@@ -70,7 +70,7 @@
7070
},
7171
@{
7272
ModuleName = 'Diagrammer.Core';
73-
ModuleVersion = '0.2.12'
73+
ModuleVersion = '0.2.13'
7474
}
7575

7676
)

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [0.9.2] - 2025-01-14
11+
12+
### Added
13+
14+
- Add support for WinRM over SSL
15+
- Add option to set the WinRM tcp port used for PSSession connection setup
16+
17+
### Changed
18+
19+
- Increase Diagrammer.Core minimum requirement
20+
- Increase AsBuiltReport.Core to v1.4.1
21+
- Improve DC selection logic
22+
- Improve HealthCheck best practice recommendations (@Copilot)
23+
24+
### Fixed
25+
26+
- Fix [#190](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/190)
27+
- Fix [#191](https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.AD/issues/191)
28+
- Fix ConvertTo-HashToYN cmdlet not generating an ordereddictionary output
29+
30+
### Removed
31+
32+
- Remove dependabot action (Not supported in Abr Organization)
33+
1034
## [0.9.1] - 2024-11-15
1135

1236
### Added

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 AsBuiltReport
3+
Copyright (c) 2025 AsBuiltReport
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Below are the instructions on how to install, configure and generate a Microsoft
5252
<!-- ********** Update supported AD versions ********** -->
5353
The Microsoft AD As Built Report supports the following Active Directory versions;
5454

55-
- 2016, 2019 & 2022
55+
- 2016, 2019, 2022 & 2025
5656

5757
### PowerShell
5858

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

175175
| Sub-Schema | Setting | Default | Description |
176176
| ----------------------- | ------------------ | --------- | ------------------------------------------------------------------------------------------------------------------------- |
177-
| ShowDefinitionInfo | true/false | false | Toggle to enable/disable Microsoft AD term explanations |
177+
| ShowDefinitionInfo | true/false | False | Toggle to enable/disable Microsoft AD term explanations |
178178
| PSDefaultAuthentication | Negotiate/Kerberos | Negotiate | Allow to set the value of the PSRemoting authentication method. For Workgroup authentication Negotiate value is required. |
179179
| Exclude.Domains | Array List | Empty | Allow to filter on AD Domain FQDN |
180180
| Exclude.DCs | Array List | Empty | Allow to filter on AD Domain Controller Server FQDN. |
181181
| Include.Domains | Array List | Empty | Allow only a list of Active Directory Domain Controller FQDN to document. |
182182
| Include.DCs | Array List | Empty | Allow only a list of Active Directory Domain FQDN to document. |
183+
| WinRMSSL | Bool | True | Allow to enable SSL for WINRM connection |
184+
| WinRMFallbackToNoSSL | Bool | True | Allow to fallback to WINRM without SSL |
185+
| WinRMSSLPort | Int | 5986 | Allow to set tcp port for WinRM over SSL |
186+
| WinRMPort | Int | 5985 | Allow to set tcp port for WinRM |
187+
183188

184189
### InfoLevel
185190

0 commit comments

Comments
 (0)