session
4 TopicsI can't log in to my Microsoft account
This is incredibly frustrating, to put it mildly. Over 48 hours ago, I changed the passwords for my three email accounts. Once I made the change, I could log into Hotmail and see my emails and everything. Now, when I try to access them through my mobile phone, it says the password I'm entering is incorrect (obviously, I'm entering it correctly for each account). I also had access on my PC. Just in case, I thought, "Okay, I'll change it again," and when I try to change it through my mobile phone, it says "Not available at the moment, please try again later." I thought it was just a one-off... A while passes, I try again, and it still says the same thing. On one of the accounts, after trying several times with the code they sent me, it locked the account. They told me to wait 24 hours and it wasn't fixed. Then they told me to wait a week because after so many attempts to remove the "block" (you can check if it's blocked by entering it in the help section)... Are we crazy or what? This afternoon I spoke with Spanish support, and the woman who helped me really tried. We tried to log in and change the password through a VPN, but this time I didn't receive the code, so she opened a ticket and escalated it to a higher level, telling me to wait 3 to 5 business days. I know what that smells like: wait and then the same thing again. The real surprise was that I couldn't access my other two accounts for 48 hours, so I thought, "Okay, I'll check." I entered the password correctly, but it still said it was incorrect (even though it was correct), and I tried mobile verification, but it wasn't available... even using a VPN. I checked the status of both accounts in the help section, and they said there were no problems with them. Why am I never going to be able to access my three Hotmail accounts again? What's the solution? It doesn't matter if I use a VPN, if the account is blocked, or if it's unblocked. It's always the same. It doesn't accept the correct password -> you try to reset it -> you don't receive a code -> if you try again, it blocks you. Can someone tell me WHAT I NEED TO DO TO FIX THIS ATROCITY? Because waiting is clearly pointless, since the other accounts aren't blocked and I can't log in or reset my password. Furthermore, the account I blocked for trying to access it was unblocked after 24 hours, but it was still the same until it was blocked again. The other two accounts have gone 48 hours without me trying to log in, and I'm still stuck. MICROSOFT, do you plan to offer any solution other than "waiting"? I'm sorry if my English isn't very clear, I'm Spanish and I use a translator105Views0likes0CommentsSfBPowerShellSessionViaTeamsModule session availability is Busy
Hi everyone, When using multithreading for Teams PowerShell sessions, there is an error saying that "The session SfBPowerShellSessionViaTeamsModule_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, api.interfaces.records.teams.microsoft.com is not available to run commands. The session availability is Busy" When trying the exact same commands using 2 PowerShell windows it's working perfectly. Does anyone know how the Teams Powershell module is managing the sessions (where the context is stored and how to parallelize sessions)? The same kind of issues seems to appear with AzureAD Powershell module. Thanks! Regards, Stephen1.7KViews0likes3CommentsAccess session (UniversalBot.loadSession) and it's userData from tab
Hello! Is there any possibility to access the current session (UniversalBot.loadSession with an address object) and the associated userData when handling a request for a tab? There is microsoftTeams.getContent on the tab client side, but that information is insecure and cannot be used for authentication as stated in the docs. When handling a bot request, e.g. handling a messaging extension request for a search which needs authentication to an external IDP, this information can be accessed through the address object from the event object in an onQuery-handler, but so far I could not figure out how to do this when handling a request for a tab. Especially I don't know how to access the address object with which the session can be loaded. I would need this to use one single authentication flow with the bot but not an additional tab based authentication flow. I want to avoid using microsoftTeams.authentication.authenticate as a second parallel authentication flow to the bot authentication initiated with responding with composeExtension/type "auth"/"openUrl". Using two parallel authentication flows may confuse the user as e.g. when the user first uses the tab flow the bot/messaging extension needs an additional authentication, and when using the bot flow first the tab can be authenticated through localStorage (writing the access token into the localStore in the authentication callback site) on the machine where the authentication took place, but when signed in to Teams simultaneously on another machine, the bot can use the access token there too, as the Teams sessions is the same, but the tab is not authenticated as it cannot access the session. Regards, Dominik1.6KViews0likes4CommentsRun installed applications in separate session / profile
Is there a way to run installed applications in a separate session or profile? I have Youtube music installed as an application trough Edge, and every time i launch it, my password manager opens to unlock the vault. It would be handy if you could turn off add-ons in applications so they are lighter weight and more like a actual application. This could be fixed by having a separate profile or session for applications.Solved2.7KViews0likes6Comments