Skip to main content

Highly Discussed Office 365 features in dev/testing

Some Office 365 features that are in dev/testing cycle as of 9/2/2018 that are interesting and quite often discussed with clients:
Rich Yammer feeds in SharePoint
New web part to add a fully functional native Yammer feed to any modern SharePoint site.
Advanced anti-spoofing protection for external domains in Office 365
Extending coverage of Advanced Anti-spoofing protection for external domains in Office 365 and additional checks for stricter DMARC enforcement
Microsoft Bookings - mobile app read-only mode
Users with an Office 365 license who have been added to a booking calendar but are not the Bookings calendar admin can now use the Bookings mobile app in read-only mode to see their bookings.
(For some reason, bookings have not picked up. I thought this would be helpful to every organization. Maybe we are not educating properly?)
Microsoft Secure Score support for new controls
Secure Score will add new controls to support Microsoft Cloud App Security and Azure Active Directory.
Privileged access management in Office 365
New privileged access management capabilities in Office 365 provides an approval workflow that’s scoped to your high-risk tasks within Office 365. Requests for access can be automatically or manually approved. Either way, all the activity is logged and auditable, so that both privileged access requests and approvals can be reviewed and seamlessly provided for internal reviews and auditor requests.
Advanced Data Governance: API for Event Based Retention
Now automate Event Based Retention using the Advanced Data Governance API to connect to other line of business applications and trigger retention and deletion policies based on certain events.
SharePoint organizational news: audience targeting
You can better define what news articles and pages appear on the home experience of your site by configuring what is visible to specific groups. Each person will have a unique experience that complies with what you wish them to view without creating multiple audience-specific sites, you can serve them all from within a more centralized location with a personalized, targeted experience. Audience targeting support will be enabled in news, pages and other web parts so that you can define and target who best to reach with content and site experiences. You will be able to control how pages and parts of pages appear to different people and groups. This example shows a web part with tailor content by group permissions.
Malware Detect
The sync client helps to keep your data safe by taking signals from the service and from Windows Defender and pausing sync automatically to stop the damage and then help with the recovery once it is safe to sync.
Microsoft Teams - Call Queues
This is one of the SfB IT Pro calling capabilities coming to Teams. Call Queues provides an organizational greeting, hold music, can redirect calls, and settings for queue size, timeout, and other handling options. This feature is targeted for availability by Q2 CY 2018.
Block Download in OneDrive
Users will be able to share a link to a file that prevents the recipient from downloading it (they can only view on the web).
External Sharing Reports
Organization admins will be able to see all the files in a site that are shared externally.
SharePoint hub sites: create hub sites and associate others in SharePoint admin center
The SharePoint admin center in Office 365 will now allow you to create SharePoint hub sites and associated other sites once the hub site exists. This also provides a view into hub sites as they exist allowing for common admin tasks like reporting, contacting and managing sites - now including hub sites from the admin center user interface.
SharePoint hub sites: mega menu navigation
Increase the value of your hub site navigation. The new mega menu options allow for multiple levels of hierarchy at once - no fly-outs needed. This will enable you to better organize and showcase the content and sites associated under that particular hub site.
ATP SIEM Integration
ATP threat feeds can be integrated to most of the commonly used SIEM solutions via the Office 365 management activity API.

Find out more: https://products.office.com/en-us/business/office-365-roadmap#abc 

Comments

Popular posts from this blog

AADConnect: Attribute-based Filtering

As a hands-on practice area lead, I get to deliver projects both directly as an architect, and indirectly as an Engagement Manger. In one recent project, one of my Higher Ed clients wanted to setup attribute-based filtering. The matter got escalated to me and I helped the client in setting this up. I documented the process to my client and thought there may be others who may find this helpful as well. In this article I will not be going into what  AADConnect  is and how to deploy the same. I will assume that you already know about  AADConnect  and possibly have deployed the same as well. One of the features of  AADConnect  is the ability to filter objects that are synched to Azure AD. The default and the recommended configuration are to sync all objects in all domains in the configured forest. There are cases, however, that requires us to filter the objects to be synched.  AADConnect  provides the following filtering options: Group-base...

Office 365 access: Enforcing VPN with ADFS

Recently, I was asked for possible solutions to enforce VPN connection to access Office 365. This seems odd at first, for this is against one of the tenets of Office 365, accessing service from anywhere and on any device. But then there is always a certain use case that needs to be addressed. In this case, the customer had deployed Office 365 and federated using ADFS, a textbook deployment with 2 ADFS server farm, and 2 WAPs in the DMZ. Within the Microsoft 365 world, Intune and Conditional access would enable for enforcing policies. However, that will also require the customer to acquire additional licenses beyond O365 E3, which my customer did not want to do. I compiled some of the possibilities with ADFS to enforce VPN connectivity. Although I do not recommend anyone to bypass the features, I want to share this out to get some feedback from the community, to see if this is such a common scenario, or if anyone implemented any of these or other cost-effective solutions...

Promoted Links - Wrap and size tiles with Client Side Rendering

SharePoint 2013 introduces Promoted Links list and the web part is unbelievable hit with my client users. Anyone who has seen it wants it in their team/portal sites. With increase in usage comes new requirements. And so the requirement did come, for reducing the size of promoted link tiles just so it fits into a web part zone of a custom page layout that was being used. User was adding 3 tiles and the third tile was displayed only partially and a header with scroll buttons was displayed for navigation. Users would prefer to see full 3 tiles in the row. If there are more than 3 items in the list, then they would prefer that the tiles be wrapped to the next row.    Picture below shows out of the box Promoted Links output. There are 6 items in the list. Notice that the Green tile is truncated: To display the 3 full tiles in a row within the web part zone required that the tile size be reduced. Promoted links are rendered using Client Side Rendering ...