Skip to content
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

Platform Inventory report is not flagging Azure Ad domain services as No for Platform ready #154

Open
ConagherL opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ConagherL
Copy link
Contributor

Update the Platform Inventory report to correctly flag Azure AD Domain Services as a NO for Platform Adoption.

https://github.com/DelineaXPM/delinea-platform/blob/main/Reports/SecretServer/PlatformMigration/Platform_Migration_Inventory.sql

The line of code creating problems is

WHEN EXISTS (SELECT * FROM tbDomain WHERE DomainTypeId IN (2, 3) AND Active = 1) THEN 'No'

the expectation is that when this report is ran and the customer has Azure AD Domain services setup in SS, then flag Platform ready as NO

@ConagherL ConagherL added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant