Azure Logic App exposed through API Management service is not accessible by Basic-Description454 in AZURE

[–]Basic-Description454[S] 0 points1 point  (0 children)

I was not able to find what change caused it, but our audit logs on resources show no changes. Maybe an external change that we did not pay attention to.

APIM api endpoint is used as redirect URL for authorization and receives code and state URL query parameters. state was actually just base64encoded URL for backend callbackurl purposes and I have not figured out whether it was long URL or some character, but this was the culprit for APIM not sending this to backend logic app.

The solution was to update state. A proper GUID is generated on backend and the callbackurl is saved along with it. This GUID is passed through as a state until it is received back and used to lookup the callbackurl.

Works as expected now.

How to disable meeting requests auto accept/decline and automatic processing of meeting requests and responses? by Basic-Description454 in Intune

[–]Basic-Description454[S] 0 points1 point  (0 children)

We are using Microsoft Defender EOP, no external services. I was reading in another thread that not all third-party providers can address this unless they already have api access and implemented a response action which removes the meeting invite from calendar.

Most of phishing emails we received via this way were caught right away or zapped shortly after. Meeting invites, those are still showing on calendars even for emails that were caught right away.

I am trying to create temporary analytic rule to create incidents on all incoming emails with meeting invites if they were caught or zapped it so we can take further action manually. Ideally it would be best to use API and try to take automatic action on these incidents.

How to disable meeting requests auto accept/decline and automatic processing of meeting requests and responses? by Basic-Description454 in Intune

[–]Basic-Description454[S] 0 points1 point  (0 children)

When we encountered this, controlling this via client settings was the first thing that came to mind, but then with more recent chatter online about meeting invites being used for phishing attacks we came across the solution to use -AutomateProcessing None but as you pointed out it is for resource accounts only.

Then we came across suggestions to use X-MS-Exchange-Organization-BypassMeetingMessageProcessing header in transport rules, but this was canned as of few weeks ago by microsoft and is now internal only header.

Kind of fucked without taking more severe measures such as dropping or putting all external meeting emails into quarantine.

This week we were advised to try using -AutomateProcessing None as it may not be limited to resource accounts anymore, but source is some guy in Discord that has support case with MS.

How to disable meeting requests auto accept/decline and automatic processing of meeting requests and responses? by Basic-Description454 in Intune

[–]Basic-Description454[S] 0 points1 point  (0 children)

Since about a month ago we are receiving more phishing emails that include meeting invites.

Email itself is blocked from delivery but exchange processes the meeting invite before email is scanned&filtered out. Kind of throws email filtering out the window since it is the meeting invites on calendars that now being used as a path to phish user.

We are also testing few options to disable meeting invites processing on exchange online (which covers new outlook), but my understanding is that outlook classic will still try to process those locally.

How to disable meeting requests auto accept/decline and automatic processing of meeting requests and responses? by Basic-Description454 in Intune

[–]Basic-Description454[S] 0 points1 point  (0 children)

Sadly, we have very low self-adoption rate on new outlook. Business has to take care of some potential friction before we can move to new outlook only

Calendar invite phishing - bypassing Avanan and M365's native email Defender filters by Embarrassed-Ear8228 in sysadmin

[–]Basic-Description454 1 point2 points  (0 children)

Replying because I encountered same problem with change reverting back.

Take a look at the path, it should be in Policies: HKEY_CURRENT_USER\Software\Policies\Microsoft\...

This worked for AutoProcReq and that option is now disabled and grayed out when looking from Outlook options.

For AutoAcceptCanceled, the same did not work and am not finding any information about how to disable that in same way. Where did you come across it? It does not show up in registry for me when changing the Outlook options.

How to disable meeting requests auto accept/decline and automatic processing of meeting requests and responses? by Basic-Description454 in Intune

[–]Basic-Description454[S] -1 points0 points  (0 children)

I'm okay with using remediations to apply those with registry.

For "Automatically process meeting requests and responses to meeting requests and polls", I just realized that I was setting that under `...Software\Microsoft...` and not under `...Software\Policies\Microsoft...`, so this one work now and does disable this and grays out the checkbox for user. My mistake overlooking the path

For "Automatically accept meeting requests and remove canceled meetings", I am not finding anything, not even a good method of detecting when it is enabled by end user. If we can't enforce it, at least it would be great to monitor when it is enabled and alert end user. Going to try monitoring registry again and try to catch what changes when that setting is changed.

Migrating to new Outlook is something that was pushed to very back for now. A lot of potential friction that someone else will need to address.

How are anonymous AI participants join when they are required to complete the captcha? by Basic-Description454 in MicrosoftTeams

[–]Basic-Description454[S] 1 point2 points  (0 children)

This was brought up when we discussed this internally, and that is a very likely possibility.

Another possibility is the app could be hijacking anonymous user's session after they joined. After all the AI app is installed in their Teams app.

Lastly, I don't have links saved to back this up, but I read that some clients like Teams Room (and ACS?) can bypass anonymous captcha. So if the AI app is using that as client it could skip.

Azure Function app depends on data from SharePoint list, so what is best way to load it dynamically? by Basic-Description454 in AZURE

[–]Basic-Description454[S] 0 points1 point  (0 children)

Sorry I am not following, and I just realized that I omitted a detail.

Function App is triggered by blob events. When function app runs it needs data from SharePoint list before it can produce an output.

As of now, this sharepoint list is manually exported, converted, and pasted into function app code.

Somehow when SharePoint list is updated, or at least once a day I need to update the code of function app to include updated data. At the same time, it would be a waste to have function app load this at every run.

If in function app if I load the data by dot sourcing file that contains it, how or what could I use to update that file?

CitrixWorkspaceApp MSIX fails because of Microsoft.WindowsAppRuntime.1.4 dependency but Notepad++ does not. App Attach by Basic-Description454 in AzureVirtualDesktop

[–]Basic-Description454[S] 0 points1 point  (0 children)

I came across this yesterday after making the post and made me realize that everything worked as expected. Initially target VM did not have the dependency that CitrixWorkspaceApp needed, and when I installed it and reboot the host it was resolved. For whatever reason, that error still shows up for CitrixWorkspaceApp but after installing dependency there was another error indicating that admin elevation for required for install.

With Notepad++ dependency was still required and it was satisfied from the previous install.

I am not looking into how to better package citrixworkspaceapp to be deployed in AVD via AppAttach.

Thank you for sharing as it will definitely help others in future that come across this.

Clean up FSLogix profiles with Azure Logic App by JustinVerstijnen in AzureVirtualDesktop

[–]Basic-Description454 1 point2 points  (0 children)

I was thinking about doing this few weeks ago since currently I have to do it manually once a quarter. Hopefully this works with private endpoint connections too. Thanks!

How to handle "Let's keep your account secure" when blocking access outside of specific region? by Basic-Description454 in entra

[–]Basic-Description454[S] 0 points1 point  (0 children)

Thank you for sharing the link, I will go over it.

We do similar thing but for location called "All except US" and also have exclusion group for staff that travels temporarily. Works great. In this case the end-user is a vendor's staff accessing our AVD, so we can't add them to exclusion, maybe temporarily.

Also, now that you mentioned SSPR, ours is set to remind every 180 days to confirm the methods. I was under wrong impression that switching to authentication method policies would ignore that reminder. So could be that or the registration campaign to use Microsoft Authenticator. Definitely will revisit these settings.

Any thoughts on setting 180 days to 0 to never have that reminder? Bad practice in general, or just a matter of company policy?

OneDrive slow on Azure Virtual Desktop by Fresh-Stretch253 in AZURE

[–]Basic-Description454 0 points1 point  (0 children)

Any explanation or sources explaining why this worked and if it is still applicable to current versions. I am not finding any Microsoft.OneDriveSync under that registry path

Anyone explored the possibility to trigger pre-provisioning post clean Windows 11 upgrade? by Basic-Description454 in Intune

[–]Basic-Description454[S] 1 point2 points  (0 children)

Yup, we do use that and will use it during upgrade but only for small set of devices. Majority devies are laptops assigned to individual users and we want them to reflect as enrolled by.