Hello @Niederauer,Till (IT INF) BIG-DE-I,
Thank you for posting your query on Microsoft Q&A.
I understand that Microsoft Intune Company Portal for Linux application is visible in one Azure tenant but not visible in another Azure tenant, despite seeing it in the sign-in logs of the second tenant.
Question 1:
How can I make this service principal visible in Tenant B?
Answer:
Please note that if the application named Microsoft Intune Company Portal for Linux is not visible under Enterprise Applications section, then you can create a Service Principal for Microsoft Intune Company Portal for Linux application through PowerShell commands.
Question 2:
Is there a way to register/expose this built-in enterprise app if it's not appearing?
Answer:
Yes you can create a Service Principal for the Microsoft Intune Company Portal for Linux application by following the below steps by running the below PowerShell commands if the application is not visible under Enterprise Applications section in Microsoft Entra ID.
1.Open PowerShell as an Administrator.
2.Run the below PowerShell command.
Install-Module AzureADPreview
3.After installing the AzureADPreview module, please run the below PowerShell command.
Connect-AzureAD
4.It will prompt you to enter your Microsoft Entra ID credentials, please enter your Microsoft Entra ID credentials of the Tenant B where the application named Microsoft Intune Company Portal for Linux is not visible under Enterprise Applications section.
5.It will show you the tenant details with Global admin account UPN, Environment, TenantID, TenantDomain and AccountType.
6.Please run the below PowerShell command to create a Service Principal for the Microsoft Intune Company Portal for Linux application in your Tenant B.
New-AzureADServicePrincipal -DisplayName "Microsoft Intune Company Portal for Linux"
7.It will prompt you to enter the AppId of the application Microsoft Intune Company Portal for Linux as mentioned in the below Screenshot.
8.Please enter the AppID: b743a22d-6705-4147-8670-d92fa515ee2b.
9.Now the Service Principal for the application named Microsoft Intune Company Portal for Linux will be created under Enterprise Applications section in Tenant B.
10.You can verify it by signing in to the Tenant B and navigate to Microsoft Entra ID ->Enterprise Applications -> Search for Microsoft Intune Company Portal for Linux application.
Please note that I have tested in my test tenant where initially Microsoft Intune Company Portal for Linux application was not visible under Enterprise Applications section and please refer to the below Screenshot where the application Microsoft Intune Company Portal for Linux is visible after creating Service Principal by following the above PowerShell commands
I hope this above information provided is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".