Valid AZ-600 Dumps shared by ExamDiscuss.com for Helping Passing AZ-600 Exam! ExamDiscuss.com now offer the newest AZ-600 exam dumps, the ExamDiscuss.com AZ-600 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-600 dumps with Test Engine here:
You have an Azure Slack Hub integrated system. You receive the following alert: "One or more guest Azure AD tenants must be configured." You need to identify which Azure AD tenants require configuration. Which PowerShell cmdlet should you run?
Correct Answer: C
Explanation Synopsis Gets the health report of identity application in the Azure Stack home and guest directories DESCRIPTION Gets the health report for Azure Stack identity applications in the home directory as well as guest directories of Azure Stack. Any directories with an unhealthy status need to have their permissions updated. EXAMPLE $adminResourceManagerEndpoint = "https://adminmanagement.local.azurestack.external" $homeDirectoryTenantName = "<homeDirectoryTenant>.onmicrosoft.com" Get-AzsHealthReport -AdminResourceManagerEndpoint $adminResourceManagerEndpoint ` -DirectoryTenantName $homeDirectoryTenantName -Verbose Reference: https://github.com/Azure/AzureStack-Tools/blob/master/Identity/AzureStack.Identity.psm1 https://github.com/Azure/AzureStack-Tools/blob/master/Identity/README.md