User Profile
r0bu
Brass Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Microsoft Teams screen sharing issue on iOS
Hi all! Would really appreciate some input on an issue I'm currently dealing with, this has been logged withMS support but I'm not getting very far with that at the moment. Theissue involves a specific set of circumstances that prevent a meeting organiser, and other M365 (work or school account) attendees, from being able to screen share during Teams meetings, when they, and a user with a personal Teams account have joined the meeting via the Teams app on iPadOS or iOS. The personal account, is however, still able to share their screen (from their iOS device) to all attendees. If the presenter was sharing their screen prior to the personal account joining then this is not interrupted and works fine too. This does not affect (M365) attendees on the Windows 10 Teams app or when using a web browser, and they can still perform screen sharing as normal This has been tested on the current version of Teams available from the app store (version 2.0.18 build 1.077.2020072902) and has been tested across iOS 12.4.8, 13.6 and iOS 14.0 beta (18A5342e) This issue can be replicated consistently and requires theuse of at least 2 iOS devices.3.6KViews1like2CommentsKQL to query web browsing
Hi all! My customer is looking to use MDATP for web content filtering (combination of web content filtering & CNIs, powered by MCAS (unsanctioned apps) but has a requirement to investigate web browsing (in this example, for a particular device) and return a full URL path. I'm hoping we can achieve this without using a full on proxy solution but I'm struggling to get the information out of MDATP (or MTP). For example I can use ; DeviceNetworkEvents | where DeviceName == "client-name" | where InitiatingProcessFileName contains "msedge.exe" | project Timestamp, RemoteUrl, RemoteIP | sort by Timestamp desc but RemoteURL does not show the full path. This query does show full paths, but it only appears to work for downloads; DeviceFileEvents | where isnotempty(FileOriginUrl) and InitiatingProcessFileName == "msedge.exe" and DeviceName == "client-name" | project Timestamp, FileName, FileOriginUrl, FileOriginReferrerUrl, SHA1 | sort by Timestamp desc I think I'm asking for functionality that doesn't exist, but just wondering if I can get a sanity check or some guidance? Thanks in advance!11KViews0likes2Comments