Releases: jakehildreth/BlueTuxedo
Releases · jakehildreth/BlueTuxedo
v2024.10
What's Changed
- dev-samerde-build-fixes-01 by @SamErde in #16
- Rename ConertTo-IdentityReference.ps1 to ConvertTo-IdentityReference.ps1 by @SamErde in #23
- ➕ Verbose messages so you can see current step in get data. by @SamErde in #24
- Removed extraneous 'dhcpServer' line that broke the build. by @SamErde in #25
- Removed duplicate entries for PowerShell Utility module by @SamErde in #26
- Update Show-BTLogo.ps1 by @SamErde in #29
- Refactor Get-BTDanglingSPN to fix bugs and make it zoom by @SamErde in #28
- Added an option to export raw collected and tested data by @SamErde in #31
- Add ability to exclude a DNS server from checks by @SamErde in #32
- 2024.10 Release by @TrimarcJake in #34
New Contributors
Full Changelog: 2024.1...2024.10
v2024.1
New Year, New Release!
BlueTuxedo is now at a place where it can start getting "official releases" - whatever that means for a tool worked on during spare time with no real commitment! Expect a release more-or-less monthly unless life happens.
In this release, we added more information about what BlueTuxedo actually IS to the README, added a couple checks, and improved DHCP server identification. Also, BlueTuxedo is now available in the Powershell Gallery for ease of installation!
Improvements:
- New Data Collected:
- DnsUpdateProxy group membership
- Name Protection on DHCP servers
- New Checks:
- Do ADI DNS zones enforce secure updates?
- Is the DnsUpdateProxy group membership >0?
- Published to PSGallery: https://www.powershellgallery.com/packages/BlueTuxedo/2024.1
Known Issues:
- Certain multi-domain forest configurations result in inability to enumerate ADI Zones.
Contributors to this release:
@TrimarcJake (code)
@JimSycurity (research and testing)