User Profile
wikiwendy
Copper Contributor
Joined Apr 08, 2022
User Widgets
Recent Discussions
Re: Teams Outlook add-in suddenly stopped working
I have the same problem. The users have the correct registry keys. The users have the correct path. If you enable the debug log it states that an exception error has occurred. It was working perfectly, within a couple of weeks ago. I have multiple AVD hosts and a ton of users, it broke for all of them around the same time. My antivirus did not change, it did not happen right after a windows update push. I did not update FSlogix prior to it breaking. New Teams itself did have updates, however. I have reinstalled New Teams, the plug in, forced a re-write of the reg key, forced a register of the .dll . None of that worked. The only thing I've had temporary success with, is if you completely uninstall the Outlook Teams Meeting plug in "manually", as the logged in user, which requires granting them a highly privileged role (which is unrealistic), then "manually" reinstall the plug in, with the MSI - (because using the silent install with the correct parameters no longer works either). Then remove the elevated privs for the user and relaunch everything. Then the plug in will work again temporarily. Until the user roams to another host. then it breaks again until those steps are repeated. They are using FSlogix as the profile roaming solution. I cannot stress enough that this was working perfectly in production for months. It is super frustrating. The users must use legacy outlook for a specific reason, and right now they can only schedule meetings from 'new outlook' and Teams.638Views0likes1CommentRe: How to find out who created a form
I followed this article - it's exactly how with screen shots and everything. If you are worried about following links ,I pasted the text of the article below. (the original just looks much nicer) 🙂 https://itspartlycloudy.com/2022/01/20/who-created-this-microsoft-form/ If you have ever needed to track down the owner of a Microsoft Form, you likely have run into a dead end or a frustrating round of trial and error. Whether the Form was created for collecting data, creating a quiz for your Class Team, or some other reason I’m here to tell you there’s a better way to find some answers! It is well documented that, as a global admin, you can transfer Forms to a new owner. However, you’ll need to know the email address of the original Form owner. There are just a few steps to take and you’ll be armed with the info you need to get that email address. You’re going to need a couple of things (NOTE: You can likely do this with another browser/packet tracing tool, but I’m using Edge so that’s the perspective you get here): Microsoft Edge URL of Form in question Azure AD PowerShell module Start by opening Microsoft Edge, and opening DevTools by pressing F12. Once you have DevTools open, paste the Form URL into the address bar and load the Form. Once the Form loads, navigate to Network and Fetch/XHR in DevTools Navigation of DevTools In the “Name” column, look for entries related to Forms. This may be something that starts with “ResponsePageStartup” or “runtimeFormsWithResponses”. There may be a couple of them so you may need to look at a few entries. What we are looking for is the one that has “form:” under “data” in the accordion menu as shown below ResponsePageStartup entry Expand “form:” and scroll down until you find the “ownerID” attribute which is going to correspond to the Azure Active Directory Object ID for the owner. ownerID attribute Now that you have the ownerID attribute handy, simply hop over to PowerShell, load the Azure Active Directory Module, and connect to your Azure tenant. I’m completely sure you can also use the MS Graph to do this but we’re using Ol’ Reliable here. You’ll be using the Get-AzureADObjectByObjectID commandlet along with the ownerID we pulled from above. (You can also just use Get-AzureADUser if you prefer.) Get-AzureADObjectByObjectID -ObjectIds <ownerID> Now that you have the owner info, you can proceed with transferring ownership or whatever other reason you had for needing to know the owner. Caveats There are a couple of caveats here. This will work if you have created a Form in Teams either by “at mentioning Forms” or natively with the Forms add-in. However, if you have a Group Form, the owner is going to be the Office 365 Group and not a specific person. Also, you’ll need to dive a little deeper into the trace to find the owner ID for a Group Form.5.3KViews1like0CommentsRe: Is there a way to find out who owns a Form?
This is a life saver! Is there a default limit as to how far back the advanced hunting queries go? I was hoping to go back further than 90 days, but I am not seeing anything earlier than mid October for us. Perhaps its customizable for the tenant but I am fairly sure we leave everything at default for log retention.44KViews0likes2Comments
Recent Blog Articles
No content to show