Skip to main content

O365 Weekly Digest - 07/15/2019

Every week I'll be posting a quick summary of O365 updates included in the admin weekly digest email that you can sign up for via the admin Message Center: https://admin.microsoft.com/AdminPortal/Home#/MessageCenter - these emails include items posted to the message center over the last week and come out every Monday.

Updates:

  • Microsoft Forms is getting automatic Phishing detection
  • Microsoft is moving to support Android version 5.0 and higher starting in October
  • Users can now now find their Office files from Outlook on iOS (Roadmap ID: 45071
  • Outlook on windows is getting an updated Shared Calendar experience (Roadmap ID: 26948)
  • Teams is getting a new send feedback option (Roadmap ID: 52884

    Admin Updates:

    • Intune for Android will support version 5.0 and higher starting in October
    • Outlook on the web is getting updated S/MIME settings (Roadmap ID: 52727)
    You can check out the full list of update below

    Email Text

    Jul 12

    New Feature: Automatic Phishing Detection in Microsoft Forms
    Microsoft Forms is a simple, lightweight app that lets you easily create surveys, quizzes, and polls. In order to make Forms a more secure service, we are going to enable automatic phishing detection to help prevent our customers from losing sensitive data via phishing forms.This feature is not available for Office 365 subscriptions in GCC.


    Jul 11

    Plan for change: Intune App SDK and APP for Android moving to support Android 5.0 and higher in October
    Intune will be moving to support Android 5.x (Lollipop) and higher in October. Update any wrapped apps with the latest Intune App SDK and update your OS or devices.


    Jul 11

    Plan for change: Intune moving to support Android 5.0 and higher in October
    Intune will be moving to support Android 5.x (Lollipop) and higher in October.



    Jul 11

    New Feature: Discover Office files in Outlook for iOS
    We are adding additional intelligent technology to the Search experience in Outlook for iOS by introducing a new Discover capability, powered by Microsoft Graph. Discover provides a feed of your company’s Office files connected to the people in your organization.This capability is in reference to Microsoft 365 roadmap feature ID 45071.This change does not apply to Office 365 subscriptions in GCC.



    Jul 10

    Updated Feature: New Outlook on the web - S/MIME availability
    Major Update: General Availability rollout started
    We’re updating the S/MIME settings in the new Outlook on the web. This update is rolling out.This message is associated with Office 365 Roadmap ID 52727.



    Jul 10

    Updated Feature: Outlook for Windows previews an updated shared calendars model
    We're making changes to shared calendars in Outlook for Windows to improve reliability and performance.This message is associated with Microsoft 365 Roadmap ID: 26948


    Jul 09

    New Feature: Send feedback to Microsoft Teams
    Major Update: General Availability rollout started
    Send feedback to Microsoft Teams is a new Office 365 feature. We'll begin rolling this feature out soon.This enhancement is related to Microsoft 365 Roadmap ID 52884


    Comments

    Popular posts from this blog

    SharePoint Site Theming: Header Background Colors

    As Microsoft rolls out the new Mega Menu experience for the Modern UI some of you may be wondering where these colors come from. In this post I will review the header background color options and call out which theme colors get used along the way. From left to right in the image below we have the four background options, which I'll call by the names of their color labels, Background Color (White) Theme, Neutral Light Theme, Light Theme, Dark Theme. I used the Microsoft Theme generator ( https://developer.microsoft.com/en-us/fabric#/styles/themegenerator ) to create my theme and applied the theme to my tenant using the Add-PnPTenantTheme ( https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/add-pnptenanttheme?view=sharepoint-ps ) command to apply the following theme in PowerShell, I've also added comments to lines that impact themes for your reference. @{ "themePrimary" = "#0a162b"; #Theme Dark Local "themeLighterAlt" = "...

    Quick Look at the Surface Duo Android Emulator

    Microsoft recently released their SDK and Emulator for developing dual screen applications for the Surface Duo ( https://docs.microsoft.com/en-us/dual-screen/introduction ) and being a bit curious about what the experience was going to be on a dual screen device I decided to give download it and give it a try.  First Impressions First and foremost there is the novelty of having two apps launched side by side. The Duo emulator is using Android Version 10 and to be API version 29, both are the latest versions of Android. There is no Play Store or Microsoft Store on the emulator, which is to be expected as its main purpose is app development. But beyond that it appears that most of the Google applications are not included in the device and the build is based off the Android Open Source Project (AOSP) more than anything else. What typically are the default applications on Android have been replaced with Microsoft Applications.  Launcher is the Microsoft L...

    The Behind the Scenes Scope of SharePoint News

    I recently had someone ask if there was any way to disable the ability to send a SharePoint news article to an external party and after some clarification it became apparently that even with external sharing completely disabled in the tenant you can, in fact, send a preview of the article to any email address. After some research it became apparent that there is no ability to turn off this functionality which caused some concern of potential data leakage. For reference we are talking about the SharePoint news article 'Send to' functionality shown below.  While a credential is needed to access the full article, any email sent will include an article preview. The article preview doesn't show anything too worrisome as it is just the title, the first few lines of text, and an image but one area that caught my eye was the ability to add in the optional message. After some testing it does not appear that there is any length limit to the text that can be put in the summary, it got...