Entra admin center
17 TopicsGuidance Needed on Microsoft 365 Subscription for Teams App Development
I am currently developing an app for Teams and have set up accounts in the Azure portal, joined the developer program, and accessed the Teams developer portal. However, when attempting to log in to the Teams admin center, an error occurs: Internal calls to PLS Service have failed. We can't find the tenant region for tenantId. Please try again later to jointhe developer program, the message indicated: `Thank you for joining. You don't currently qualify for a Microsoft 365 Developer Program sandbox subscription.`. Research revealed that Microsoft discontinued the free subscription. A subscription is needed to access the Microsoft Teams admin center and for Teams app development. I can see various Microsoft 365 plans for businesses like Basic and Standard, as well as licenses available in the Microsoft 365 admin center. I am considering the Microsoft Teams Essentials license. However, there is confusion regarding whether to buy a subscription or a specific license, especially since active users in the 365 admin center are showing as unlicensed. Could anyone advise on which plan or license is necessary for Teams app development?161Views0likes2CommentsForce change password at next login on-premise and MS online
Hi Currently, I have a hybrid environment with AD on-premise, Azure AD sync (with password hash & SSPR), and Exchange Online. My goal is to force change the password at the next login from on-premise AD to MS online and vice versa. It's working. When I change the password on-premise AD, MS Online prompts me to change the password. It is not working when I set the account from the Admin center to force the password change at the next login; it does not sync to on-premise AD. The domain computer will not prompt to change password. Thanks in advance MS recommend to try this Install-Module -Name Microsoft.Graph Connect-MgGraph -Scopes "OnPremDirectorySynchronization.ReadWrite.All" Then run this command. $OnPremSync = Get-MgDirectoryOnPremiseSynchronization $OnPremSync.Features.UserForcePasswordChangeOnLogonEnabled = $true Update-MgDirectoryOnPremiseSynchronization -OnPremisesDirectorySynchronizationId $OnPremSync.Id -Features $OnPremSync.Features85Views0likes0CommentsManage multiple tenants
Hi There, I have around 50 M365 customers to manage. Previously, in each tenant I create an unlicensed global admin account ( with .onmicrosoft.com account) which shared by our team. when customer need help, we will access it. understand that Microsoft will force all global admin to use MFA, but we have a challenge that each of the tenant will be access by multiple support from my team, if use MFA, it will affect our support efficiency. 2. yes, we do have a partner portal, we did use this way to access our customer's tenant, and, currently, Microsoft force to set expiry date for the GDAP, which we require to get consent from our customer to click the link. I just wonder how u guys manage or use which approach to support multiple tenants. Any idea?286Views0likes4CommentsConditional Access Help
Hi - Thought this would be easy but it's not. We have a group of 5 temporary employees that need to access one custom built app in our environment. That app utilizes M365 authentication. I setup these users in a security group and want to block all access with the exclusion to this one app. The problem is, if I block Office 365, it does not allow them to login to the custom app. They get an error that blocks them, even though the app itself is excluded. I then exclude the app and Office 365 and it allows the login. This is frustrating because we cannot allow any access to Outlook, Sharepoint, OneDrive, etc. Any advice? When I try to search for just Exchange or Sharepoint by itself, there are no options to select under Cloud Apps.421Views0likes4CommentsUsable Video Format for Microsoft Support?
I swear the ineptitude of Microsoft support knows no bounds. You give us the option to upload a video, but the format for which the WINDOWS OS's SNIPPET TOOL USES AS WELL AS CIipChamp that is referenced as a program to edit with FROM THE SNIPPING TOOL (which this forum WOULDN'T even allow me to have as a word here...) uses MP4 BUT MP4 IS NOT ALLOWED... I mean seriously who is in charge of this madness!? They should be ejected into the sun for this sort of stupidity, and then the tool tip gives you 0 information as well as the error. So freaking annoying and stupid.256Views0likes0CommentsPartner Center MPN ID
I was trying to access the solutions designation center on the partner center dashboard but got the following error: I have read the how to guides to gain the Microsoft Partner Network ID but could not find that in the partner center dashboard. Thanks & Regards Siddhartha Sharma613Views0likes4CommentsMicrosoft Graph API using for external user
We have been working with the Microsoft Graph API to fetch the mail list of an external user using the following endpoint:https://graph.microsoft.com/v1.0/me/messages. However, we are encountering an issue with the response returned by the API. The response is as follows: stdClassObject( [@odata.context] =>https://graph.microsoft.com/v1.0/$metadata#users('4e75df4a-021c-457d-a7b4-8bcabaae1cbb')/messages[value] => Array ( ) ) As you can see, the response does not include any list of mails. The value array is empty. Could you please provide guidance on why this might be happening?484Views0likes2CommentsMFA alerts for when a alternative phone number is added
Hi, i need to be able to find a way when someones adds a alternative phone number to MFA it sends an alert via email that would go into a shared mailbox but haven't been able to find a way to get the MFA alerts for alternative phone numbers. can someone help please?347Views1like0Comments