User Profile
Thomas_Doucette
Former Employee
Joined 5 years ago
User Widgets
Recent Discussions
Re: Hunting query for MacOS - Antivirus version report
Hi M_Rice19044, You can use the following query to get MacOS version information via Advanced Hunting: DeviceTvmSecureConfigurationAssessment | where ConfigurationId == "scid-5095" and isnotnull(Context) | where OSPlatform =="macOS" | extend avdata=parsejson(Context) | extend AVSigVersion = tostring(avdata[0][0]) | extend AVEngineVersion = tostring(avdata[0][1]) | extend AVSigLastUpdateTime = tostring(avdata[0][2]) | extend AVProductVersion = tostring(avdata[0][3]) | project DeviceId, DeviceName, OSPlatform, AVSigVersion, AVEngineVersion, AVSigLastUpdateTime,AVProductVersion, IsCompliant, IsApplicable Thanks, Thomas2.2KViews0likes1CommentRe: Custom block pages Edge vs Chrome
Hi JT, We do not offer customization of the block pages. Microsoft Edge's built-in block pages will provide more information related to the block than what is shown via the Windows Toast Notification for other browsers (due to limited space in the toast), however, this messaging is static / non-customizable. -Thomas2.4KViews0likes0Comments