Skip to content

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

Description

@ConagherL

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions