-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024.10 Release #34
Merged
Merged
2024.10 Release #34
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…now uses AD Objects instead of DNS Server (#18)
Fixed typo in filename of `ConvertTo-IdentityReference`.
All of the updates. - Refactored to eliminate redundant DNS checks and rely on a cached copy of DNS records. - Added a separate check to resolve FQDNs in external/excluded domains. - Using more gatekeeping if blocks to reduce length of checks for each principal and SPN. - Fixed bug that included SPNs with port numbers (eg: SQL) as hostnames. - Added comment-based help because it's awesome. - Clarified property names in the DanglingSPN output. ☕
Rename ConertTo-IdentityReference.ps1 to ConvertTo-IdentityReference.ps1
➕ Verbose messages so you can see current step in get data.
…ration Removed extraneous 'dhcpServer' line that broke the build.
Removed duplicate entries for PowerShell Utility module
Added black background color to logo so it would be visible in Windows PowerShell's default blue background.
Update Show-BTLogo.ps1
Refactor Get-BTDanglingSPN to fix bugs and make it zoom
…ome other additions
… the merged script.
Added an option to export raw collected and tested data
Add ability to exclude a DNS server from checks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improvements:
-Exclude
featureShow-BTFixes
now works with individual checks instead of requiring all checks to be displayed.