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
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
##### This project is community maintained and has no sponsorship from Microsoft, its employees or any of its affiliates.
9
9
10
+
## [0.9.4] - 2025-04-28
11
+
12
+
### Added
13
+
14
+
- Add a new section in Get-AbrDomainSection to retrieve and sort DCs while excluding specified ones, enhancing the overall structure and clarity of the script.
15
+
- Add diagram options to configuration file for various sections.
16
+
- Introduced Get-AbrDiagrammer function to generate diagrams in multiple formats.
| ShowDefinitionInfo | true/false | False | Toggle to enable/disable Microsoft AD term explanations |
178
-
| PSDefaultAuthentication | Negotiate/Kerberos | Negotiate | Allow to set the value of the PSRemoting authentication method. For Workgroup authentication Negotiate value is required. |
179
-
| Exclude.Domains | Array List | Empty | Allow to filter on AD Domain FQDN |
180
-
| Exclude.DCs | Array List | Empty | Allow to filter on AD Domain Controller Server FQDN. |
181
-
| Include.Domains | Array List | Empty | Allow only a list of Active Directory Domain Controller FQDN to document. |
182
-
| 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 |
0 commit comments