Azure Lighthouse PowerShell

Monk, David 0 Reputation points
2024-04-18T20:45:29.1133333+00:00

Is there any way to use PowerShell to interrogate Azure Lighthouse customers and their delegations? I have a need to get the Customer Name for the HomeTenantId of the subscriptions delegated to my tenant.

Azure Lighthouse
Azure Lighthouse
An Azure service that provides secure managed services and access control for partners and customers.
66 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,074 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 20,016 Reputation points
    2024-04-19T10:28:02.0966667+00:00

    @Monk, David Thank you for posting question on Microsoft Q&A,

    You may use the cmdlets from Az.ManagedServices module to get the details related to Azure Lighthouse onboarded customer. Especially, the following

    Get-AzManagedServicesAssignment

    Get-AzManagedServicesDefinition

    Hope this helps.

    If the answer did not help, please add more context/follow-up question for it. Else, if the answer helped, please click Accept answer so that it can help others in the community looking for help on similar topics.

    0 comments No comments