In this post we look at three different ways you can copy a page from one SharePoint site to another.
Intro
The copy/ move features within SharePoint Online were introduced a few years ago, and although they are pretty good, aren’t without their limitations – something I wrote about in 2021. One such limitation is the inability to be able to copy or move site pages from one SharePoint site to another – a frequent request of users and of the SharePoint community to Microsoft, but so far nothing has been implemented.
I’m going to cover a few ways you can copy a site page from site to site, using a variety of different tools and products along the way.
#1 Create a flow in Power Automate
In this example we can use Power Automate to allow users to select the page they want to copy, input the site URL they want to copy to and let the flow do its magic!
Create a new flow in Power Automate > use the instant cloud flow option.
Create a for a selected file trigger > enter the site address and library name.
NOTE: In my example, just entering ‘Site Pages’ resulting in my flow not appearing in the Site Pages library. This seems to be an issue with the for a selected file trigger. In order to get it to show up, I had to use the library ID instead of the library name. To get the library ID:
Open the library settings > more library settings
Copy everything between List=&7B until %7D – this is the library ID
Copy the library ID which is the numbers between &7B and %7D
In the for a selected file trigger > add an input
Select text as the user input type > update the input name and input value placeholder text. This user input type will be used to allow users to enter the site URL they wish to copy their pages to.
Add a text user input type to allow users to input the destination site URL.
Add a get file properties action and configure with the following:
Enter the source site address of your site pages library
Enter either site pages, or the ID of your site pages library
Under ID > select ID from the for a selected file trigger
Add a copy file action and configure with the following:
Current site address: source site address of your site pages library
File to copy: Identifier from get file properties
Destination site address: destination site (or whatever you called your user input) from for a selected file
Destination folder: /SitePages
If another file is already there: copy with a new name (optional)
Three steps – that’s it! Now go ahead and test your flow by selecting a site page and copying it to a different site by running your flow.
#2 Use PnP PowerShell
Another way you are able to do this is with PowerShell, in this case I’ll defer to the brilliant SharePoint diary who has a great write up, including all cmdlets you need to copy a page from site to site, or copy all pages. I’ll include the relevant sample for my blog post, but full credit goes to SharePoint diary:
#Parameters
$SourceSiteURL = "https://crescent.sharepoint.com/sites/marketing"
$DestinationSiteURL = "https://crescent.sharepoint.com/sites/branding"
$PageName = "About.aspx"
#Connect to Source Site
Connect-PnPOnline -Url $SourceSiteURL -Interactive
#Export the Source page
$TempFile = [System.IO.Path]::GetTempFileName()
Export-PnPPage -Force -Identity $PageName -Out $TempFile
#Import the page to the destination site
Connect-PnPOnline -Url $DestinationSiteURL -Interactive
Invoke-PnPSiteTemplate -Path $TempFile
The final option we have available to us is to utilize 3rd party migration tools to migrate pages between sites. For this example I’ll be using ShareGate, but there are other migration tools that are able to do the same thing:
Open ShareGate desktop > press copy.
Select copy content only.
Enter the URL of your source site > select the Site Pages library.
Do the same for the destination site.
Select the page from the source location you wish to copy
Under options, make the following configuration changes:
Check preserve authors and time stamps
Check permissions
Uncheck user alerts
Check web parts
Check version history
Uncheck flatten folder hierarchy
Check update links
Check check in as = published
Press start copy. Once completed, you should see two successful migration task items for your copied page:
Now you will find your newly copied page in the destination Site Pages library. In my experience of copying pages using ShareGate, images hosted within a CDN will still be present within your page, as will all the of text, layouts and any formatting. Images that are stored within different sites may error, as will document library/ list web parts that point to different sites also.
Microsoft Teams: Magnify slide in PowerPoint Live – Allow meeting attendees to privately magnify the slide and allow presenters to magnify the slide for all meeting attendees. Roadmap ID:96758
Microsoft Teams Admin Center: Virtual Appointments Analytics Takeback – Virtual appointments analytics reports converting to be Teams premium functionality. Roadmap ID:100506
Microsoft Teams: Mention Everyone in chat – Similar to how users @ mention individuals in chat, users will now have the option to @ mention “Everyone’. All participants in the chat will receive a notification, removing the hassle of mentioning each person’s name one by one or missing someone. Roadmap ID:101573
Microsoft Teams: Modern meeting experience on the web – The modern meeting and calling experience will be available for Teams on the web in Chrome and Edge browsers – including improved pre-join, dynamic view, and the updated control bar. Roadmap ID:92928
Microsoft Teams: Manage Surface Hubs as Teams devices from Teams admin center – Administrators can manage the entire lifecycle of Surface Hubs as Teams devices from the Teams admin center. Available features include remote restart, download of logs, configuration of settings, and detailed device information. Roadmap ID:97218
Microsoft Teams: Automatically view up to 49 videos (7×7) in Teams meeting – Microsoft Teams Meetings currently supports a maximum of 9 videos (3×3) on the screen by default (i.e., Gallery view). For seeing more than 9 videos, user needs to manually select the Large Gallery view. With this update, users will be able to automatically see up to 49 videos (7×7) on their screen by default without an explicit action. The actual number of videos seen by a user will depend on hardware/device capabilities. Roadmap ID:86435
Microsoft Teams: Integrated CART captioning in meetings on Web – Users will now be able to view captions coming from a CART provider (real-time captioning) within the Microsoft Teams meeting on Chrome and Edge. Meeting organizers and participants will be able to ask their captioning providers to stream captions to Microsoft Teams. Roadmap ID:84906
🚂 ROLLING OUT
Microsoft Teams: Room Remote on Desktop – The Room Remote feature users to control a nearby shared meeting room device from their Windows desktop/PC companion device via the Teams client. This feature first launched on mobile devices and will now be available on Windows PC form factors when joined to the meeting as a companion device. Roadmap ID:95482
Microsoft Teams: Virtual Appointments App – Provides a single location where professionals and administrators can schedule and manage scheduled and on-demand virtual appointments in Microsoft Teams, view valuable appointment insights and analytics, get real-time status updates in a queue view, and send appointment reminders. Roadmap ID:98188
Microsoft Teams: Targeted In-meeting notification – Send in-meeting notifications to specific people in a meeting via a bot. Roadmap ID:101918
⌛ IN DEVELOPMENT
Release – February 2023
🆕 Microsoft Teams: Microsoft Teams Rooms on Windows UI refresh – A vibrant new look and feel for Microsoft Teams Rooms on Windows consoles and front-of-room displays. To make Teams Rooms even easier to use, there is greater consistency in the user interface across Windows and Android devices. This update includes vivid new ambient screens, new themes, and a refreshed calendar that enables scrolling for full day views, on consoles and front-of-room displays. There are also improved visual cues throughout the experience that make it easier and more intuitive to interact with the console. Roadmap ID:117952
Microsoft Teams: Pronouns available on the profile card – Users will have the ability to add pronouns to their profile card. By adding pronouns to their profile card, users can express who they are and help inform others how to address them. Roadmap ID:86382
Release – March 2023
🆕 Microsoft Teams: Support apps in Channel Meetings – Meeting organizers and participants can now add apps to meetings in Teams channels for better collaboration and engagement across a variety of scenarios. Roadmap ID:81122
Release – April 2023
🆕PowerPoint: present local files from PowerPoint app to PowerPoint Live in Teams – The “Present in Teams” button in PowerPoint apps has extended its support to present local files to PowerPoint Live in Microsoft Teams. Roadmap ID:117477
🆕Microsoft Teams: Front Row layout in Teams Rooms on Android – Additional functionality with the Front Row experience, a layout for hybrid meetings that enables users to see remote attendees at eye level and on dual screens. Users can see Chat in the right panel and participants with raised hands on the left panel. And, Meeting Chat is added in the Gallery, Large Gallery, and Together Mode layouts. Roadmap ID:119620
🆕Microsoft Teams: Meeting join and extension enhancements for Teams Rooms on Android – Users can start an ad-hoc meeting in one touch with the ‘Meet’ button, join a Teams meeting with a meeting ID and passcode, and extend a current room reservation within in a meeting. Roadmap ID:119621
🆕Microsoft Teams: Content sharing and Admin controls for Teams Rooms on Android – Enhanced content sharing capabilities with PC audio shared via HDMI and IT Admin controls on automatic sharing of HDMI content. Users can view and add annotations to shared content when a desktop user starts a session in a meeting. And, for Teams Premium users, there is support for watermark-enabled meetings to safeguard confidential information. Roadmap ID:119622
🆕Microsoft Teams: Approvals – Sequential Approvers Support – Requestors will now be able to toggle on sequential approvals to designate the approval order of the request. Roadmap ID:81675
Release – May 2023
🆕 Microsoft Teams: Microsoft Teams Zero-touch App Install – Microsoft Teams Zero-touch App Install uses intelligent signals from your users to install and surface the apps that the admin has already allowed for the tenant. An admin can enable it to help users naturally discover and use apps that are highly relevant to their needs within Microsoft Teams. Roadmap ID:100385
Release – June 2023
🆕Microsoft Teams: Breakout Rooms participant shuffle – Meeting organizers can randomly re-assign participants after initial room creation. Roadmap ID:116532
🆕 Microsoft Teams: New Tag Management Settings – This feature will update default tag management settings in the Teams Admin Center to include ”Team owners and members” and not just “Team owners.” You can still update this to only “Team owners” at the tenant level and override the default. Roadmap ID:88318
Release – July 2023
🆕 Microsoft Teams: Curriculum Management in Teams – New capabilities are coming to Teams for EDU that allow educators to create and organize course resources including Assignments, Files, Links, Channels, Class Notebook pages, and more. This will be a one stop shop for content creation and organization for your Class Teams. Roadmap ID:115512
The Microsoft 365 monthly update includes updates and recently recent features across all of Microsoft 365. Press a button to read about an individual technology or continue reading for more. You can take a look back at previous monthly updates here, plus take a look at our weekly roadmap roundup.
In SharePoint: Calendar week layout, Microsoft Feed, Planner integration with Viva Goals
Microsoft Lists: Calendar Week Layout
There is a provision to create multiple calendar views – using both month and week layouts. Week Layout also supports all features from the month layout including the drag and drop operations to reschedule items and conditional formatting to color code items on the canvas. Once you create the view, you can drag and drop items in a calendar to schedule, reschedule or unschedule them.
Calendar view now supports viewing your information one week at a time.
Microsoft Feed provides users with a mix of relevant content from across Microsoft 365 that helps users discover and learn about people and interests relevant at work. The feed is personal to users and will show users content based on what’s likely to be most relevant to the current user at any given time.
Use your Microsoft Feed in Outlook – in the context of Search (left) and the Microsoft 365 mobile app Feed [formerly Office mobile] (right).
This allows you to view your team tasks and update the relevant Objectives and Key Results (OKRs) in Viva Goals. As you update and complete your day-to-day plans and tasks in Planner, everything gets update and helps show progress in Viva Goals automatically.
In Teams: View full chat thread, view video recordings inside LMS, paging on video gallery, meeting toolbar updates, live stream meetings to Meta, federated group calling, edit/ delete events support for messages – bot chats, update files to your approval request, notification granularity
When users search for a chat message in Teams and click on a message result, their search will now display the full context of the conversations related to the result, regardless of the age of the messages.
View video recordings and attendance reports inside LMS
Teachers and students will be able to access video recordings and attendance reports inside their LMS itself. The Microsoft Teams Meeting LTI app has enabled availability of these artifacts inside LMS. This feature will be available to use in all the LMSs incorporating Teams Meeting LTI app.
When you are in Gallery view, and there are more videos than can be shown at once on the meeting stage (the maximum number varies depending on your device configuration and internet bandwidth), navigation controls will appear below the Video Gallery to see additional videos of the attendees. You can use these controls to view more video participants.
The Meeting toolbar in Microsoft Teams just got a usability upgrade! With new features that include dedicated buttons for raising hands and switching between view modes, navigating your next meeting just got a little easier.
Live stream Teams meetings and webinars to Meta Workplace Live
Live stream your Teams meetings or webinars directly to Meta Workplace Live using the new Workplace Live app integration. This allows attendees to watch live meetings and webinars within their Workplace groups or catch up later by watching a recording on Workplace. Simply add the Workplace Live app to your Teams meeting or webinar, sign in using your Workplace account, and select the Workplace Event you’d like to live stream.
Enhanced webinar management experience with customized options
Now when you select the webinar template, you’ll see a new structure and expanded options to customize registration details and settings specific to each event. The new management experience will offer capabilities around setup, registration and reporting.
Easily start a group Teams call from a chat with federated colleagues outside your organization, including video and screen sharing — all over an internet connection without any PSTN usage charges.
Start Whiteboard from a Teams meeting for Teams Rooms on Windows
Teams Rooms on Windows users can now start a Microsoft Whiteboard in Teams meetings using the one-touch in-meeting share content function from meeting room consoles. With our new patterns of work, whiteboarding is a key feature to enable collaboration between in-room and remote users.
Meeting chat on Gallery, Large gallery, and Together mode for Teams Rooms on Windows
In-room users can use meeting room consoles to show or hide chat on the front-of-room display alongside meeting participants and/or content when in Gallery, Large Gallery, or Together mode. The functionality is available to users through the View Switcher on meeting room consoles, and IT admins can configure whether to hide meeting chat entirely for a room.
In-meeting notification improvement for Teams Rooms on Windows
New enhancements to in-meeting notifications for Teams Rooms on Windows create closer alignment with the familiar Teams desktop experience. Critical notifications that require a user action will continue to be available and actionable with informational notifications on the front of the room screen.
Edit and delete events support for messages in user: bot chats
Currently, message events can be accessed by developers. This feature allows developers to access, edit, or delete event updates on messages in user:bot chats.
Upload files to your approval request via Power Automate portal
Files that are uploaded within the Power Automate portal will now show within the view details window of an approval request within Teams.
Notification granularity
Admins can use Intune to determine the types of content a user can see in a notification on their mobile lock screen.
Education
These features are currently available for Teams for Education customers:
Jupyter Notebook integration with Assignments – Python Jupyter Notebooks (.ipynb) and Python Script files (.py) is now able to be rendered in Teams Assignments. This allows you and your students to distribute, edit, and execute python code directly in Teams Assignments.
Insights for Rubrics in Assignments – Rubrics can be added to assignments to help educators to provide a consistent set of criteria and support students by outlining expectations for them to align to.
New Updates in Reflect – Updates include breathing exercises, updates to promote inclusivity, check-in ideas & Make check-ins a routine with one click.
Phonics Rules Challenge Assignments in Reading Progress – Educators can turn personalized lists of practice words into Reading Progress assignments in one click with the Challenge assignment feature.
Forms / Quiz support for images in multiple choice questions – We are excited to share that you are now able to use images as an answer in Microsoft Forms and Quiz. Visualization is a crucial form of support that helps students process content and create connections, particularly for learners who are still developing their language skills.
Microsoft Forms’ new cover page and distribution experience – Forms now allows you to get creative with your cover page using AI capability that suggests thousands of themes based on the topic of your form.
New Updates in Teams Meetings – Sign language view, multiple questions/ quizzes poll, images in polls.
Parent Meeting Scheduler – To allow teachers to engage in more frequent, and easier communication with parents and guardians, we have included the capability for a *virtual* Parent/Teacher meeting, integrated within the Parent app.
Government
These features currently available to Microsoft’s commercial customers in multi-tenant cloud environments are now rolling out to our customers in US Government Community Cloud (GCC), US Government Community Cloud High (GCC-High), and/or United States Department of Defense (DoD):
Teams calendar now includes scheduling form pop-outs for GCC-High and DoD
View attendance report on Microsoft Teams for Android and iOS for Government clouds
Express yourself in Teams meeting for DoD
Disable or Enable all Attendees’ Video for DoD
Automatically view up to 49 videos (7×7) in Teams meeting for GCC-High and DoD
Manage attendee audio permissions for DoD
Frontline workers
Frontline workers using shared devices can use Edge and Yammer apps on Android alongside Teams – Microsoft’s shared device mode allows frontline workers to easily authenticate by automatically signing users in and out of all the apps that have enabled this feature. In addition to Microsoft Teams and Managed Home Screen being generally available, Edge and Yammer apps on Android are now in public preview.
Power Apps
In Power Apps: Dataverse available with a Developer environment, IP based cookie binding, shared device mode, virtual tables creation wizard,
Making Dataverse available for all makers
You can work on Power Platform using Dataverse for building applications where now you can work with relationship modeling in Canvas applications, leverage Model driven applications, build virtual tables, Power FX, formula columns, ALM and much more.
Developer environment is great place for you to build and run the apps with Dataverse in your own personal space, without restriction and then eventually share and deploy to production environments. Developer environment honors tenant’s default DLP policy and hence a secure place for makers to start the experience while honoring their organization policy.
IP based cookie binding in Dataverse is Generally Available
IP based cookie binding is a security technique that helps protect Dataverse against cookie replay attacks. A cookie replay attack occurs when an attacker intercepts a valid cookie and exploits it to impersonate the user who originally created the cookie.
IP based cookie binding addresses this threat by evaluating the IP address associated with the cookie in the request. If the IP address in the request does not match the IP address of the device where the cookie was originally created, the Dataverse API will automatically reject the cookie and prompt the user with a message indicating that their session may have been compromised.
Microsoft recently announced the public preview of Shared Device Mode(SDM) on Android. Frontline workers will now be able to quickly, easily, and securely log in and out of their devices when handing off mobile devices or sharing kiosks. This single login will apply to Power Apps, Microsoft Outlook, Microsoft Teams, Managed Home Screen, Microsoft Edge, and Yammer. This feature is particularly useful for industries like Retail, Healthcare and Manufacturing where multiple users share devices, often within a shift with tight time constraints.
Note: Public Preview of Shared Device Mode for Power Apps for Android starts with availability beginning with the 3.23011.13 version. IOS availability will be announced at a later date.
Virtual tables creation wizard now in Public Preview
Microsoft have announced that makers can now create virtual tables directly in the maker portal in just a few minutes using a guided creation wizard. With this new experience, you can create virtual tables from SharePoint and SQL without any code, and without leaving the maker portal. In minutes, you can set up your connection, pick your SharePoint Site or SQL Database, select your SharePoint List or SQL Table, and your virtual table will appear in table hub ready to use. You can optionally choose to configure your connection references and table details, such as column and table names, which was not possible for virtual tables until now.
Upon creating the virtual table, it will act like a standard Dataverse table, from which you can create relationships with other data in Dataverse, build apps, or use it in a flow.
In Power Automate: Power Automate Desktop update, manage flows via web APIs, 13 new verified connectors, 20 new independent publisher connectors, Power Automate hosted RPA, Excel’s new automate tab
Power Automate for desktop update January 2023
The January 2023 update of Power Automate for desktop (version 2.28) has been released. Here’s a summary of the latest new features and updates:
Power Automate now performs a certificate check during login
Error screenshots can now be prevented from being captured
More SharePoint connector actions are now available in Power Automate for desktop
Manage Power Automate Desktop flows using Web APIs
Microsoft have recently introduced Web APIs, which can let you manage desktop flows without the need of using UI – allowing administrators and Automation Center of Excellence teams to manage at scale. Power Automate Web API allows you to:
The Power Automate team announced that in December, we launched 13 new verified connectors and 12 updates from different service owners. These connectors have solutions and tools for Business Management, Sales and CRM, Marketing, Content and Files, Productivity, Communication and much more.
20 new Independent Publisher connectors were published in December. These connectors have solutions and tools for Social Media, Human Resources, Productivity, Lifestyle and Entertainment, and much more.
Power Automate now supports two hosted RPA scenarios that provide developers and Center of Excellence admins a simple way to set up and scale automations:
Individual hosted machines, now available in preview, enable developers to build or test automation and business users to run automation.
Hosted machine groups are generally available and automatically scale workloads to optimize unattended automation in production, delivering improved business process continuity and governance at scale.
xcel’s new Automate tab allows you to tackle your automation needs quickly using Power Automate. Within this tab, you can now build Office Scripts and enhance their capabilities using Power Automate.
In Power BI: Datamart January 2023, Report Server January 2023 Feature Summary, multi-language reports for Power BI, embed Power BI org-wide apps into Teams, back/ restore updates for large datasets, connected Excel Tables, my workspace governance improvements, Dataset Scale-Out, on-premises data gateway, Viva Goals + Metrics integration
Datamarts are a public preview feature in Power BI Premium (and Premium Per User) that enable self-service users to securely collect, store, analyze, and share their data in a unified, low code solution. This months update includes:
Building Multi-language Reports for Power BI in 2023
The Power BI team recently announced an essential function in DAX named USERCULTURE which provides the ability to write measures which implement report label translations dynamically, plus another new feature named Field Parameters which offer a much better foundation for implementing data translations.
Following this, there is now new guidance for building multi-language reports that embraces these new Power BI enhancements. This guidance has been designed to teach content creators using Power BI Desktop the skills required to add translations and multi-languages support to PBIX project files.
Embed your Power BI organizational apps in Microsoft Teams
You can now embed entire Power BI organizational apps in Microsoft Teams tabs. Until now, this has been one of the top feature requests for Power BI integration with Microsoft Teams. It helps teams and organization put the full Power BI org app experiences directly where people work every day. By adding Org apps in channels and meetings, you enable everyone to access the data they need.
Backup and restore improvements for large datasets near the size limit
In August 2021, the Power BI team announced general availability (GA) of backup and restore for large datasets. Rolling back large datasets was not without challenges for large datasets near the max dataset size. But thanks to the latest improvements, you can now even restore a backup file when the dataset size is near the SKU limitation. You no longer need to be concerned that size limits impact restorability.
Now, you can now use a new /forceRestore option with the restore command to overcome this limitation.
Connected Excel Tables from Power BI (Public Preview)
Before now, you could only analyze live Power BI data in Excel using PivotTables (with the Analyze in Excel feature) but with this new experience, you’ll be able to use Excel tables to analyze live Power BI data and answer critical business questions with familiar spreadsheet functions. This new connected experience enables you to export refreshable data to Excel from a Power BI visual.
My workspace governance improvement (Public Preview)
My workspace is the personal workspace every Power BI user has for working with their own content. The Power BI team have announced the Public Preview of several features that address these friction points. These new features allow admins to gain access to the contents of any user’s My workspace, designate a capacity for all existing and new My workspaces, and prevent users from moving My workspaces to a different capacity that may reside in a non-compliant region.
The Power BI team have announced the public preview of Power BI Dataset Scale-Out, a dataset feature enabling enterprise customers to support large-scale Power BI solutions without any additional administrative overhead or infrastructure complexity.
The idea is to let Power BI scale the number of dataset replicas and load-balance client connections dynamically to meet query processing demands at critical times up to the maximum available compute resources (vCores) of the underlying Premium capacity. During low-demand times, Power BI can automatically scale back to decrease the number of replicas again.
The Power BI team have announced the general availability of the Viva Goals Power BI integration and three new Metrics features specifically answering common customer asks. A new, optional column for milestones, scorecard time zones, and a handy auto collapse / auto expand feature.
Microsoft Teams: AAD conditional access support for Teams rooms on Windows – Microsoft Teams rooms on Windows now support Azure Active directory conditional access support. Admins can configure Teams rooms device’s access to Microsoft Teams and Microsoft Exchange online services based on device compliance status. In addition, to make it simpler for our customers, Azure Active Directory Premium 1 license is added to the Room System Standard and Room System Premium and variations of these SKUs for education, government customers. Roadmap ID:89068
🚂 ROLLING OUT
Microsoft Teams: Presenter window usability improvements in screen sharing – With the new Presenter window, controls are located at the top, making active speakers’ faces clearly visible during screen sharing, and raise hand notifications are surfaced for improved awareness. Roadmap ID:100392
Microsoft Teams: Parent Teacher Meeting – Enable teachers to schedule virtual meetings with parents/guardians of students through Teams. Roadmap ID:100951
Microsoft Teams: Actionable Missed call Notification in Activity – Users will have the option to call back on a missed call directly from their activity feed. Roadmap ID:102236
Visio: Visio personal app in Microsoft Teams – Visio will be available as a personal app, or private workspace, in Microsoft Teams. With a private workspace, users will be able to view and edit Visio files in a central location without leaving Teams. When using the Teams desktop app, users will be able to use the Pop out app option to open Visio in a separate window, allowing users to continue using Teams chat, call, collaboration, and meeting capabilities. Roadmap ID:109596
Microsoft Teams: Viewing the Full Chat conversation thread after clicking on search message results – When users search for a chat message in Teams and click on a message result, they are taken to a view that contains only the selected message, rather than the entire chat thread. This fix will now land the users on the full chat thread once the message search result is clicked, thereby providing full context of the conversation around the message result. Roadmap ID:97510
⌛ IN DEVELOPMENT
Release – February 2023
Microsoft Teams: Room Remote on Desktop – The Room Remote feature users to control a nearby shared meeting room device from their Windows desktop/PC companion device via the Teams client. This feature first launched on mobile devices and will now be available on Windows PC form factors when joined to the meeting as a companion device. Roadmap ID:95482
Microsoft Teams: Simplified app update experience – Users will have a clear and transparent app update experience. Users will only need to approve an update once per app, and the new version will take effect seamlessly in all their chats, channels and meetings. Roadmap ID:95676
Microsoft Teams: Enabling new call controls with Survivable Branch Appliance – In the event of a network outage, users will now have access to new call controls with Survivable Branch Appliance. Users will now be able to use contact search, dial by name, and initiate a call from their call history. When connected to the same SBA and network, VoIP calls to peers will be routed through PSTN if the call recipient has an associated phone number. Roadmap ID:111421
Release – March 2023
🆕 Microsoft Teams: Grading Categories in Teams Assignments – Teams Assignments is adding grading categories, which will allow users to define categories of assignments with associated weights that will be used to calculate grades. Average grades will be calculated by multiplying the average grade for each category by its associated weight. This will allow users to give different levels of importance to different types of assignments. Roadmap: 115513
Microsoft Teams: Suggested files in chats – Save time with AI based file suggestions in chat. As an expansion of suggested replies in chats, Teams uses AI to surface files when it detects in the conversation intent to share a file. Now, users will be able to respond to their chat message and attach a file in one click. Roadmap ID:95065
Microsoft Stream: Timeline markers in Teams meeting recording for when your name was mentioned – We are adding markers (which appear as icons above the video timeline) in Teams meeting recording timelines to indicate when your name was mentioned during the meeting. The markers are personalized, so that only you will see when your name was mentioned. The markers help you see who mentioned your name and in which context, and to easily jump right to that part of the meeting. This feature is only available for customers enrolled in Microsoft Teams Premium preview or customers who have purchased the Microsoft Teams Premium add-on offering. Roadmap ID:109580
Release – April 2023
🆕 Microsoft Stream: Timeline markers in Teams meeting recording for when a screen was shared – We are adding markers (which appear as icons above the video timeline) in Teams meeting recording timelines to indicate when a screen was shared in the meeting. The markers help you see who shared the screen at which moment, and to easily jump right to that part of the meeting. This feature is only available for customers who have purchased the Microsoft Teams Premium add-on offering. Roadmap ID: 117418
Microsoft Teams: Expanding up to 10,000 users in Distribution Lists for lobby policy in Teams meeting – Currently, if you change your lobby policy in a Teams Meeting to “Invited Users Only” and invite a Distribution List (DL), only the first 1,000 users of that DL will be recognized and let through the lobby. All other users a part of the DL will not be recognized and will be placed in the lobby. With this update, up to 10,000 users of that given DL will be recognized and let through the lobby if the lobby policy is set to “Invited Users Only.” Roadmap ID:93585
Microsoft Teams: Active speaker view in meetings – Active speaker is a new view added to Microsoft Teams meetings. It highlights the active speaker while still showing the rest of the participants in the meeting. Users can use this new view through the view switcher in a meeting. Roadmap ID:116009
Release – June 2023
Microsoft Teams: Graph API for Teams Meetings Transcripts – Graph API to access Teams Meetings transcript once the meeting is over. Roadmap ID:95788
In this post details how requests can be made for extensions to be added to Azure DevOps, and how to approve/ reject them.
What are extensions?
Extensions are add-ons which you can use and add to extend Azure DevOps. Extensions get published to the Visual Studio Marketplace, where they can be kept private, or shared publicly. Anyone can publish extensions from developers to third parties, to Microsoft. There are ways in which you can evaluate whether extensions are safe to use within the organisation, before deciding to install them.
Evaluating an extension
Each extension comes with the following information to help you determine whether it is safe to use it, such as:
Top Publisher badge: The publisher has demonstrated commitment to its customers and the Marketplace through excellent policies, quality, reliability, and support. For more information, go to Top Publisher.
Q & A: The Q & A section of published extensions may answer questions you may have. Also, they’re a good mechanism to engage with the extension’s publisher(s) to have a meaningful dialogue to make yourself comfortable. Use the Q & A information to understand the development, testing, and security practices the publisher follows. It also gives you a sense of the publisher’s responsiveness.
Ratings & reviews: Ratings and reviews indicate how others perceive the offering.Privacy, license, and support policies: See if the publisher has provided them and if they meet your needs or concerns. For more information, go to Safety information.
Approve or reject an extension
When an extension is requested, an email will be sent to the Azure DevOps organisation Project Collection Administrators for approval. It will look similar to this:
A link in the email will take approvers to this page within Dev Ops to review and approve/ reject the extension
Press Approve
To reject, press the three dots … and press Reject
You will be re-directed to the Marketplace to install the extension. Check the correct organisation is selected in the drop-down menu and press Install.
Once installed, you will receive a success message and be directed back to DevOps.
Microsoft Viva: Elevated Teams Integration – Fully featured Viva Goals app in Team, complete with check-ins within the app. Roadmap ID:106126
Microsoft Teams: New Class & Lecture Meeting Templates – Class and Lecture Meeting Templates help Educators easily set-up highly secure meetings for their classes and lectures! Roadmap ID:109578
Microsoft Teams: Unread Toggle on Activity Feed – Unread Toggle will help the user review only unread items on the activity feed easily and efficiently. Roadmap ID:88389
Microsoft Teams: Adobe PDF experience – Tenant admins can set Adobe Acrobat as the default app in Teams admin center to view and edit PDF files in the Microsoft Teams. Roadmap ID:95128
Microsoft Teams: Music on hold for call transfer – Music can be played to callers on hold when a call transfer is initiated. Roadmap ID:98431
Microsoft Teams: Detailed call history – Get a more comprehensive view into whether calls were transferred or forwarded, how group calls arrived and were controlled once received. Roadmap ID:98455
Microsoft Teams: Transcription for calls on Microsoft Teams for Android – Transcription for 1:1 calls and group calls will be available on the Microsoft Teams app for Android. Roadmap ID:98510
Microsoft Teams: Live Translated Captions in Meetings – Users will now be able to choose the live captions in the language they prefer, with the help of Microsoft Cognitive Service Speech Translation Capabilities. This will help users fully participate in meetings where the spoken language may not be their most comfortable language to use. Roadmap ID:94843
Microsoft Teams: User request configuration to external systems (URL redirect) – Customize the instructions users receive when they request apps and configure the external systems where requests should be placed. Roadmap ID:89288
🚂 ROLLING OUT
Microsoft Teams: Microsoft Teams Premium – Microsoft Teams Premium makes Teams meetings more personalized, intelligent, and secure, with branded meetings, intelligent recap and search, live translated captions, advanced meeting protection, and it provides advanced webinar and advanced Virtual Appointment experiences. Roadmap ID:100654
Microsoft Teams: Ability for Teams users to manage their Teams third-party app subscriptions from within Teams Client – Ability for Teams users to view and manage in single place all third-party app subscriptions they’ve purchased in the Teams app store, without leaving the Teams client. Easily adding more licenses for the purchased subscriptions, cancel, upgrade and downgrade subscriptions and access invoices. Roadmap ID:92484
Visio: Visio personal app in Microsoft Teams – Visio will be available as a personal app, or private workspace, in Microsoft Teams. With a private workspace, users will be able to view and edit Visio files in a central location without leaving Teams. When using the Teams desktop app, users will be able to use the Pop out app option to open Visio in a separate window, allowing users to continue using Teams chat, call, collaboration, and meeting capabilities. Roadmap ID:109596
Microsoft Teams: Manage Surface Hubs as Teams devices from Teams admin center – Administrators can manage the entire lifecycle of Surface Hubs as Teams devices from the Teams admin center. Available features include remote restart, download of logs, configuration of settings, and detailed device information. Roadmap ID:97218
Microsoft Teams: Viewing the Full Chat conversation thread after clicking on search message results – When users search for a chat message in Teams and click on a message result, they are taken to a view that contains only the selected message, rather than the entire chat thread. This fix will now land the users on the full chat thread once the message search result is clicked, thereby providing full context of the conversation around the message result. Roadmap ID:97510
⌛ IN DEVELOPMENT
Release – February 2023
🆕 Microsoft Teams: License Management in Microsoft Teams and Microsoft Teams Admin Center for SaaS offers built by Independent Software Vendors (ISVs) – With Microsoft’s license management solution for SaaS offers built by Independent Software Vendors (ISVs), customers can easily assign, use, and track SaaS licenses in Teams and Teams admin center. This also provides ISVs with a ready-to-use solution without the need to develop their own license management and enforcement system. Roadmap ID:85418
Microsoft Teams: Room Remote on Desktop – The Room Remote feature users to control a nearby shared meeting room device from their Windows desktop/PC companion device via the Teams client. This feature first launched on mobile devices and will now be available on Windows PC form factors when joined to the meeting as a companion device. Roadmap ID:95482
Microsoft Teams: Walkie Talkie Transmission Usage Report – Walkie Talkie, a push-to-talk experience that enables clear and secure voice communication over the cloud, enables teams to communicate instantly and always stay on the same page. Through this new capability, customers can download Walkie Talkie Usage and Transmission Quality related data to build insights for understanding product usage in stores and making investment decisions. Roadmap ID:96972
Microsoft Teams: Mention Everyone in chat – Similar to how users @ mention individuals in chat, users will now have the option to @ mention “Everyone’. All participants in the chat will receive a notification, removing the hassle of mentioning each person’s name one by one or missing someone. Roadmap ID:101573
Yammer, Microsoft Teams and Microsoft Stream: Yammer Encoded Events powered by Microsoft Teams – Today in Yammer the video stream and production in a Live Event is powered by Stream. With this feature, all Live Events (production and the video stream itself, within Yammer) will be powered by Microsoft Teams. Roadmap ID:82054
Release – March 2023
🆕 Microsoft Teams: Pronouns available on the profile card – Users will have the ability to add pronouns to their profile card. By adding pronouns to their profile card, users can express who they are and help inform others how to address them. Roadmap ID:86382
🆕 Microsoft Teams: Video Closed Captions in PowerPoint Live – Closed Captions will now be supported for embedded videos in PowerPoint Live for Teams. If the video contains out-of-band closed captions, all viewers will automatically have the option to turn closed captions on for the video. Roadmap ID:114494
🆕 Microsoft Teams: Support PSTN dial-in, dial-out, and call-me attendees in meetings to join Breakout Rooms for DoD and GCC High – Enabling dial-in, dial-out and call-me PSTN participants to join breakout rooms and come back to the main room when breakout rooms end. Roadmap ID:115504
Microsoft Teams: Support for Targeted Release – Microsoft Teams will support Targeted Release. When an admin sets release preferences to one of the Targeted Release options, those users will be first to see the latest updates and help shape the product by providing early feedback. You can choose to have individuals, or the entire organization receive updates early. Roadmap ID:117577
Microsoft Teams: Ultrasound Howling Detection – When multiple people join a meeting in the same room then a feedback loop is created which causes echo and in most cases the echo quickly escalates to howling (like when a musician holds the mic too close to a loudspeaker). If multiple users on laptops join from the same location, we share with the user that another Teams Device is detected in the vicinity and is already joined with audio to the current meeting. We will automatically mute the mic and speakers of the person who has joined post a user who has joined with audio on. Roadmap ID:92391
Microsoft Teams: Teams Admin Center: Simplified navigation – Simplified Left Navigation for TAC feature aims to improve the administrator experience by reducing clutter and simplifying the navigation process. The feature will hide less used left navigation menu items by default and provide an option for administrators to pin them to the default view if they choose. This way the navigation will be tailored to the specific needs of each administrator, making it faster and easier for them to find the information they need. Roadmap ID:98394
Microsoft Teams: Explicit Recording Consent for Teams meetings – Teams now supports an Explicit Recording Consent meeting policy. When the policy is applied, the Teams meeting window will request explicit consent of all participants to be recorded. Before a user gives consent, the user’s audio, video, and screenshare/consent-share won’t be captured in the meeting recording. Roadmap ID:107781
Microsoft Teams: Join meetings from calendar view on Apple CarPlay – You can now choose to join a meeting from the new calendar view on Apple CarPlay on your iPhone. Roadmap ID:114306
Microsoft Teams: Autosuggest location for Emergency location – Easily set your emergency location on Teams with location recommendations. Roadmap ID:94692
Microsoft Teams: Busy-on-busy end user setting – Manage how incoming calls are routed when you are busy in an existing call or meeting directly from your Calls settings in the Teams app. Choose from the option to allow calls to come through, play a busy signal, or to redirect the call based on your unanswered call routing preference. Roadmap ID:86991
Microsoft Teams: Video Filters in Microsoft Teams Meetings – Video filters allow participants in Teams Meetings to augment their video stream with visual effects. The effects are provided by app developers on Teams Platform. Roadmap ID:86811
Release – April 2023
🆕Microsoft Teams: Active speaker view in meetings – Active speaker is a new view added to Microsoft Teams meetings. It highlights the active speaker while still showing the rest of the participants in the meeting. Users can use this new view through the view switcher in a meeting. Roadmap ID:116009
🆕 Microsoft Teams: Enable zooming while viewing screenshare – Users can now zoom in and out while viewing a screenshare in a Teams call and meeting. Roadmap ID:116010
Release – May 2023
Microsoft Teams: Live Captions Usability Improvement – The new Caption Settings pane allows for better discovery and easier navigation. Users have the ability to customize the size and color of their font as well as the height and position of the caption window with the option to scroll to review captions of what has been said, up to one minute ago. Roadmap ID:107782
Microsoft Teams: Webinar – Updated template with enhanced setup experience – Updated webinar template with a new layout and expanded options to customize registration details and settings specific to the event. Roadmap ID:86826
Microsoft Teams: Add people to a group chat with @mention – Add new participants to the chat with @mention, removing the need to navigate to the add-dialog. When adding a new participant, you can control how much of the chat history to share. Roadmap ID:97736
Microsoft Teams: Approvals as a PDFs can be saved, printed and transferred – Approval creators will be able to save a completed approval request to a PDF file and have the option to print it. This feature will also allow customers to easily transfer their proof of approval as a PDF to another system or store as a file. Roadmap ID:99190
Microsoft Teams: Hardware Occupancy Sensor Integration – With supported occupancy sensor hardware, a notification banner is displayed on the Teams panel if the room is occupied when it is available or if the room is not occupied when it is reserved. The room will also be auto checked in when the sensor detects occupancy if check in is enabled. Roadmap ID:101993
Microsoft Teams: Additional filters added to the approvals list – The approval list within the personal app will include additional filters to filter on key word search and source of approval. Roadmap ID:92486
Microsoft Teams: Group chat invitations from unmanaged users – When using external access for Teams, users receiving a group chat invitation from an unmanaged Teams user will be prompted with the option to acknowledge or leave the group chat. Roadmap ID:95051
Microsoft Viva: Quiet time settings in Teams and Outlook – To help create better boundaries and protect your personal time, later this year Viva Insights will offer the ability to configure quiet time to silence mobile notifications from Outlook and Teams outside your working hours as well as provide personalized insights on how well you are disconnecting. You will also be able to set quiet time directly from Teams and Outlook mobile. Roadmap ID:85627
Microsoft Teams: Collaborate in Teams with Excel Live – Collaborate easily in Teams with our new Excel Live feature. You can easily collaborate with all meeting participants on your Excel worksheet during the meeting. Select the file you want to share, grant permissions to meeting participants, and enable all meeting participants to edit the document right from the meeting window. Roadmap ID:96099
Microsoft Teams: Connectors in GCC – Teams Connectors, which support webhook integrations, will be made available in GCC. Roadmap ID:96290
Microsoft Teams: Zero install link unfurling – Users can now see a preview card when a pasted link unfurls even when they don’t have the app installed. Roadmap ID:98723
Microsoft Teams: Teams calendar now includes scheduling form pop-outs – In a Teams calendar, users will now be able to pop-out an existing meeting using the pop-up icon in a Teams calendar scheduling form. Users will be able to pop out the meeting and have it visible while creating a new meeting. This feature will allow users to view multiple meetings in separate windows while also being able to check their chats or edit their files without the need to switch apps. Roadmap ID:99197
Microsoft Teams: Creation of Contact Groups in Calls App – Creation of Contact Groups are now available in the right rail pane of the Calls App. Users can now create new groups, and edit the membership of existing groups via the Calls App. Roadmap ID:100152
Microsoft Viva: Focus mode in Viva Insights – The focus time experience in Microsoft Teams is being enhanced for users with Viva Insights subscriptions. Focus plan users will gain access to a focus mode experience. Focus mode will allow users to set a timer to balance short bursts of productivity with breaks, manage their task list, and tap into mindfulness exercises during their breaks. Roadmap ID:100977
Microsoft Teams: Device Test for virtual visits – Ability for users to test their device before a virtual visit on EPIC EHR systems. Roadmap ID:87715
Microsoft Teams: Usability improvements to in-meeting notifications – Simplifying the in-meeting notification displays where users are informed about what they need to know or do without causing unnecessary distraction. Roadmap ID:96283
Microsoft Teams: External access chat invitation flow for managed organizations – When receiving a new one-on-one chat from an external user, Teams users will now see an invitation to accept or block the external user. This also provides the ability to block external users at any point, which revokes access to presence and incoming messages. Roadmap ID:94646
Microsoft Teams: Call control with bluetooth headsets and speakerphones – Use device buttons to control call (answer, end, hold) from Bluetooth audio devices without needing a USB dongle when connected to a Windows PC running Teams desktop client. For many headsets and speakerphones, this will work without requiring any user action to enable other than pairing the headset or speakerphone with the PC. Watch our certification page for additional information coming soon about devices tested to meet all certification criteria with native Bluetooth connections (w/o a USB dongle). Roadmap ID:84309
Microsoft Teams: New Fluent Emoji style coming to Teams emojis and reactions – Teams is joining M365 and Windows in updating all emojis and reactions to the new Microsoft Fluent emoji style, bringing users a more vibrant and expressive emoji experience. Roadmap ID:88277
🚂 ROLLING OUT
Microsoft Teams: RTMP-In for Teams Live Events – Produce your Teams Live Events using an external encoder and leverage RTMP-in to broadcast to your Teams Live Event Attendees. Roadmap ID:84960
Microsoft Teams: Room Remote on Desktop – The Room Remote feature users to control a nearby shared meeting room device from their Windows desktop/PC companion device via the Teams client. This feature first launched on mobile devices and will now be available on Windows PC form factors when joined to the meeting as a companion device. Roadmap ID:95482
Visio: Visio personal app in Microsoft Teams – Visio will be available as a personal app, or private workspace, in Microsoft Teams. With a private workspace, users will be able to view and edit Visio files in a central location without leaving Teams. When using the Teams desktop app, users will be able to use the Pop out app option to open Visio in a separate window, allowing users to continue using Teams chat, call, collaboration, and meeting capabilities. Roadmap ID:109596
⌛ IN DEVELOPMENT
Release – February 2023
🆕 Microsoft Stream: Timeline markers in Teams meeting recording for when your name was mentioned – We are adding markers (which appear as icons above the video timeline) in Teams meeting recording timelines to indicate when your name was mentioned during the meeting. The markers are personalized, so that only you will see when your name was mentioned. The markers help you see who mentioned your name and in which context, and to easily jump right to that part of the meeting. This feature is only available for customers enrolled in Microsoft Teams Premium preview or customers who have purchased the Microsoft Teams Premium add-on offering. Roadmap ID:109580
Microsoft Teams: Parent Teacher Meeting – Enable teachers to schedule virtual meetings with parents/guardians of students through Teams. Roadmap ID:100951
Microsoft Teams: Magnify slide in PowerPoint Live – Allow meeting attendees to privately magnify the slide and allow presenters to magnify the slide for all meeting attendees. Roadmap ID:96758
Release – March 2023
🆕 Microsoft Teams: Ultrasound Howling Detection – When multiple people join a meeting in the same room then a feedback loop is created which causes echo and in most cases the echo quickly escalates to howling (like when a musician holds the mic too close to a loudspeaker). If multiple users on laptops join from the same location, we share with the user that another Teams Device is detected in the vicinity and is already joined with audio to the current meeting. We will automatically mute the mic and speakers of the person who has joined post a user who has joined with audio on. Roadmap ID:92391
🆕 Microsoft Teams: Teams Admin Center: Simplified navigation – Simplified Left Navigation for TAC feature aims to improve the administrator experience by reducing clutter and simplifying the navigation process. The feature will hide less used left navigation menu items by default and provide an option for administrators to pin them to the default view if they choose. This way the navigation will be tailored to the specific needs of each administrator, making it faster and easier for them to find the information they need. Roadmap ID:98394
🆕 Microsoft Teams: Explicit Recording Consent for Teams meetings – Teams now supports an Explicit Recording Consent meeting policy. When the policy is applied, the Teams meeting window will request explicit consent of all participants to be recorded. Before a user gives consent, the user’s audio, video, and screenshare/consent-share won’t be captured in the meeting recording. Roadmap ID:107781
🆕 Microsoft Teams: Live Captions Usability Improvement – The new Caption Settings pane allows for better discovery and easier navigation. Users have the ability to customize the size and color of their font as well as the height and position of the caption window with the option to scroll to review captions of what has been said, up to one minute ago. Roadmap ID:107782
🆕 Microsoft Teams: Record video messages directly from within a Teams chat using Video clips in government cloud – Video clip is a new feature in Microsoft Teams that enables the user to record, review, send and view short-form video in Teams chat from desktop and mobile. Roadmap ID:114155
🆕 Microsoft Teams: Join meetings from calendar view on Apple CarPlay – You can now choose to join a meeting from the new calendar view on Apple CarPlay on your iPhone. Roadmap ID:114306
🆕 Microsoft Teams: Autosuggest location for Emergency location – Easily set your emergency location on Teams with location recommendations. Roadmap ID:94692
🆕 Microsoft Teams: Insights about people in profile cards now coming to Microsoft Teams – Profile cards in Microsoft Teams will now surface insights and information such as birthdays, career changes, or pending meeting invites. Roadmap ID:116006
The Microsoft 365 monthly update includes updates and recently recent features across all of Microsoft 365. Press a button to read about an individual technology or continue reading for more. You can take a look back at previous monthly updates here, plus take a look at our weekly roadmap roundup.
In SharePoint: Syntex pay-as-you-go, search transcript for Stream (on SharePoint), add apps to teams when enabling, sensitivity labels inside the sharing dialog, OneDrive sync reports in admin center, sites coverage in search usage analytics
Microsoft Syntex Pay-as-you-go (Preview)
This preview allows you to track unstructured document processing events at no cost to assess usage and estimate costs for a future pay-as-you-go license. Start by entering your Azure subscription in the Microsoft 365 admin center, you will join the preview of the pay-as-you-go functionality for unstructured and prebuilt document processing (formerly document understanding).
Processing events will be sent to the Azure meter in your account so that you will be able to view the pages processed for unstructured and prebuilt document processing models. For the duration of the preview, you will not be charged anything. The billing meter will function only to show you pages processed in your organization.
Search video transcript for Stream (on SharePoint)
This feature allows users who are viewing a video to search for keywords contained in the video transcript. Users can navigate through the search results and click on a portion of the transcript to be taken to the respective spot in the video.
Note: This feature is for searching the transcript of a single video AND people need view or edit permissions on a file to search the transcript.
SharePoint Apps: Add to teams when enabling an app
As a SharePoint Administrator or Global Administrator in Microsoft 365, you can acquire solutions from the SharePoint Store or distribute custom apps that can be used across SharePoint, Microsoft Teams, and Viva Connections. Microsoft are also improving the process of adding SharePoint Framework solution app to Teams in the modern SharePoint apps site (formerly known as App Catalog).
File sharing experience – sensitivity labels inside the sharing dialog
Sensitivity labels are used to classify and protect your organization’s data. These labels are completely customizable, and admins can apply a label to a specific file based on the organization needs. Microsoft have now added sensitivity labels inside the Sharing dialog, to provide you the ability to see what labels have been applied to your files before sharing them.
If the Admin chooses to set Sensitivity labels for the organization, users who interact with the OneDrive / SharePoint share control will be able to see these labels displayed inside the sharing dialog.
SharePoint sites coverage in Search usage analytics
Microsoft have announced that SharePoint sites are now included within Usage Analytics in the Microsoft 365 Search & Intelligence Admin Center. Visualize insights from queries from your SharePoint-based intranet and other hub and communication sites.
On the ‘Query analytics‘ page, you can now see the top queries, abandoned queries and 0-result queries. SharePoint sites include both classic and modern SharePoint queries, aggregating search query data across Hub sites, Communication sites, team sites, and various search centers in classic mode: at the Enterprise, Site and Basic levels.
OneDrive sync reports in the Apps Admin Center (GA)
Admins now can use the OneDrive sync health dashboard in the Microsoft 365 Apps Admin Center to get an executive summary of everything happening with OneDrive so that you can resolve common issues quickly and focus on other strategic tasks as an administrator.
The dashboard provides you with sync health reports for tracking relevant health issues and advisories, checking the sync status and app version of individual devices, and monitoring Known Folder Move roll out across devices throughout the organization.
In Teams: Teams Premium, Delete chats, expanded reactions, add people to chats @mention, recommended people, receive group chat with RSC, sign language view always-on, approvals as PDFs, Acrobat improvements
Microsoft have announced that Teams Premium is broadly available for preview as a limited trial for commercial customers through the Microsoft 365 admin center. The features under this offering began rolling out this December and will continue to roll out through January 2023. With Teams Premium, you can:
Extend your organization’s brand and company culture across meetings with branding, organization backgrounds, and organization together mode scenes.
Use AI to make the meetings you attend (and miss) more productive and impactful through live translation for captions to remove language barriers and intelligent recap features that offer smarter recordings with autogenerated chapters, AI-suggested action items, and insights to quickly catch up on missed meetings where your name was mentioned.
Apply advanced meeting protection such as Watermark, End-to-end encryption for meetings, and Sensitivity labels for meetings with prevent copy/paste of meeting chat to better protect your virtual meetings.
Deliver a high-quality webinar experience through advanced capabilities to streamline event workflows with registration waitlist and manual approval, facilitate behind-the-scene actions through virtual green room for presenters (separate from attendees) before the event begins, and manage the attendee experience so they only see shared content and participants brought on-screen.
Manage the end-to-end virtual appointment experience with advanced features like text reminders, custom branded virtual appointments, and a centralized Virtual Appointment dashboard for a quick view into schedules, queues, and analytics to keep track of key usage insights such as no-shows and wait time information per appointment.
Organize and easily remove chat conversations you no longer need without impacting other participants in the same chat. Users can now delete 1:1 chats, group chats, and meeting chats if they are a participant in Microsoft Teams. This permanently deletes the chat only for the user, other people in the chat and conversation history for them is not impacted.
Expanded reactions allows users to apply any emoji as a reaction to chat messages! Pick from over 800 Teams emojis to react the way you want. Communicate reactions to celebrate, express your agreement, or emphasize the completion of tasks.
Add new participants to the chat with @mention, removing the need to navigate to the add-dialog. When adding new participants, you can control how much of the chat history to share.
Using AI, Teams chat will assist you in initiating new conversations by recommending colleagues based on your previous collaborations.
Receive all group chat messages with resource-specific consent
The resource-specific consent (RSC) permissions model, originally developed for Teams Graph APIs has been extended for chat and channel scope. Using RSC, you can request team owners to consent for a bot to receive user messages across standard group chats without being @mentioned.
Sign Language View and always-on captions in meetings
Prioritize up to two other participants’ videos for sign language in meetings so they stay visible even while content is shared. Additionally, you can set captions to stay on across all meetings.
Approvals as PDFs can be saved, printed, and transferred
Approval creators can save a completed approval request to a PDF file and have the option to print it. This feature allows customers to easily transfer their proof of approval as a PDF to another system or store it as a file.
Adobe Acrobat streamlines the PDF experience in Teams
Building on the momentum of collaborative apps in Teams, Adobe has released the new integration of Adobe Acrobat into Microsoft Teams. Adobe Acrobat can now be set as the default PDF app in Teams. This makes it easier to share and review PDFs, collaborate with comments and annotations, easily access PDFs stored in Microsoft SharePoint and Microsoft OneDrive, and more.
These features are currently available for Teams for Education customers:
Government
These features currently available to Microsoft’s commercial customers in multi-tenant cloud environments are now rolling out to our customers in US Government Community Cloud (GCC), US Government Community Cloud High (GCC-High), and/or United States Department of Defense (DoD):
View meeting transcripts on Microsoft Teams on Android and iOS for Government clouds – You can now start transcription for your meetings and view meeting transcripts on Microsoft Teams for iOS and Android.
Frontline workers
Frontline workers using shared devices can use Edge and Yammer apps on Android alongside Teams – Microsoft’s shared device mode allows frontline workers to easily authenticate by automatically signing users in and out of all the apps that have enabled this feature. In addition to Microsoft Teams and Managed Home Screen being generally available, Edge and Yammer apps on Android are now in public preview.
Power Apps
In Power Apps: Delegate mailbox approval process, pipelines (preview), Developer tools update
Delegate the mailbox approval process
The Power Apps team have announced that that the mailbox approval process can now be delegated to another user instead of always requiring a Global or Exchange admin. A new security role named Delegated Mailbox Approver is now available. A Global or Exchange admin can assign (delegate) this role to one or more users. A user with this role will be able to approve a mailbox without being a Global or Exchange admin.
Pipelines aims to democratize application lifecycle management (ALM) for Power Platform and Dynamics 365 customers by bringing deployment automation capabilities into Managed Environments in a manner that’s more approachable for all makers, admins, and developers.
Pipelines can be setup and run entirely within Power Platform – with governance, visibility, and safeguards automatically built in so that your business solutions can come to market faster with less effort and higher quality. The system handles all the heavy lifting and ongoing maintenance so you don’t have to.
In Power Automate: Deeper SAP integration, 10 new verified, 13 independent publisher connectors, Power Automate Desktop December 2022 update
Deeper SAP Integration for the Power Platform
The Power Automate team have recently announced the General Availability (GA) of a broad set of new functionality in the Power Platform that will make it easier for organizations running SAP to digitally transform and automate their business processes. Here’s a look at what this entails:
Prebuilt Power Apps for Common SAP Processes
Prebuilt Power Automate Flows for Common SAP Processes
10 new verified and 13 independent publisher connectors
In November, Microsoft launched 10 new verified connectors and 16 updates from different service owners, as well as 13 new Independent Publisher connectors. These connectors have solutions and tools for Commerce, Human Resources, Data, Content and Files, and much more.
In Power BI: Power BI December 2022 feature summary, unified v-cores, dataset refresh cancellation, subscribe to filtered report, enterprise scorecards
Power BI Feature Summary – December 2022
This month’s update includes a variety of new features including: updated DAX functions, updated slicer type formatting, and brought Metrics to the Windows app.
Simplifying capacity management with unified v-cores
The Power BI team have announced a platform update that will simplify the way customers manage Power BI Premium capacities. Starting on December 11th 2022, the team are rolling out changes to unify the concepts of front-end and back-end virtual cores for capacity management.
This change will simplify the model used by customers to both manage capacities and rationalize usage metrics against capacity sizing decisions.
Dataset refresh cancellation now available in Power BI Premium
Earlier this year, the Power BI team released the Enhanced refresh with Power BI REST API, that – in addition to XMLA based refreshes – allows refresh cancellation. However, it requires the refresh operation to be triggered by the API. Today, users can cancel an ongoing scheduled or on-demand refresh using a contextual button in the Power BI service.
The Power BI team have announced a highly anticipated update to subscriptions: you can now create a subscription to a view of a Power BI report uniquely relevant to you. When creating a new subscription, you’ll see a new Include my changes option if you have made changes to the report (e.g., applied filters or selected a slicer value).
Enterprise scorecards with hierarchies and linked metrics in Power BI Metrics
The Power BI team have announced two much anticipated releases in the Metrics experience. With hierarchies and linked metrics, it’s easier than ever to automate your metric values so you can spend less time crafting multiple scorecards and connections, and more time analyzing your metric performance.
Hierarchies is a premium or PPU feature, and linked metrics is a Pro feature. These two features enable easy, large scale enterprise scorecard deployment, allowing automated views of cascading scorecards and linked metrics that show up and are sync’d on multiple scorecards.
Microsoft Teams: Federated group calling – Easily start a group Teams call with federated colleagues outside your organization, including video and screensharing, all over an internet connection without any PSTN usage charges. Roadmap ID:103042
Microsoft Teams: Microsoft Teams Rooms on Android – New touch and collaboration experiences – New touch and collaboration experiences will include 4K display support to further enhance your meeting experience on large screen devices and the ability to control the room system from both the Front of Room touch display and the touch console for convenience; to get this experience, the“Enable touch controls”setting on the device must be enabled. Roadmap ID:101948
Microsoft Teams: Viewing the Full Chat conversation thread after clicking on search message results – When users search for a chat message in Teams and click on a message result, they are taken to a view that contains only the selected message, rather than the entire chat thread. This fix will now land the users on the full chat thread once the message search result is clicked, thereby providing full context of the conversation around the message result. Roadmap ID:97510
Microsoft Teams: Collaborative Annotation on presenter shared screen – Presenters are able to start collaborative annotation for all participants or just the presenter to annotate on shared screen content. Roadmap ID:86732
🚂 ROLLING OUT
Microsoft Teams: Meeting Toolbar Usability Improvements – The updated Microsoft Teams meeting toolbar makes navigating meetings and discovering new features and capabilities easier than ever, including the ability to seamlessly switch between views and menu options. Roadmap ID: 102065
Microsoft Teams: Surface Message Actions by Most Recently Used Menu – This feature surfaces most recently used Message Actions into the level one menu for users to access quickly. Roadmap ID: 109430
⌛ IN DEVELOPMENT
Release – January 2023
Microsoft Teams: New Class & Lecture Meeting Templates – Class and Lecture Meeting Templates help Educators easily set-up highly secure meetings for their classes and lectures! Roadmap ID:109578
Release – March 2023
Microsoft Teams: New Files App in Teams – One place for all your content across chats, channels, meetings and M365 – manage, organize & locate the content you need quickly and easily. In addition, way finding is now more consistent and familiar to users. Roadmap ID:97677
Microsoft Teams: Receive all group chat messages with RSC – The resource-specific consent (RSC) permissions model, originally developed for Teams Graph APIs, is extended for chat and channel scope. Using RSC, you can now request team owners to consent for a bot to receive user messages across standard group chats without being @mentioned. Roadmap ID:100883
Microsoft Teams: Microsoft Teams and Outlook – Frontline worker Audience targeting using Job code, location and department – Capability for frontline worker communicators to identify target audience by using Location, Job Code and Department in Microsoft Teams and Outlook. Roadmap ID:100969
The SharePoint Success Site is an extension of the great Microsoft 365 learning pathways site, which allows you to use and create curated playlists within a SharePoint site to offer training and support for users. The SharePoint Success Site is a fairly recent introduction to the learning pathways family and is offered as a standalone deployable option from the SharePoint look book.
How to provision
There are two ways to provision the SharePoint Success Site, either directly from the SharePoint look book, or via the learning pathways site itself.
Provision via the SharePoint look book
The SharePoint Success Site is dependent on the learning pathways site, so you will need to provision that first, or make sure that it is updated to the current version. More information on how to update the learning pathways solution can be found here.
You will need to be a global administrator to provision the SharePoint Success Site (described as tenant admin in the look book)
You will need to have an app catalog site in your SharePoint environment. More details on how to create an app catalog site can be found here
You will need to be an app catalog administrator to provision the SharePoint Success Site
Provision via the learning pathways site
Navigate to the learning pathways site in your SharePoint environment
From the navigation menu > select Learning Pathways Administration
Press the ellipsis … > add content pack
Select the SharePoint Success Site
This will then take you through to the SharePoint look book to follow the steps as described above
Once provisioned, the SharePoint Success Site will be deployed as a separate communication site within your environment. The site uses a content pack installed in the learning pathways site, which will be displayed within the site.
Issues and troubleshooting
Learning pathways errors in the SharePoint Success Site
When I tried to provision the SharePoint Success Site it didn’t work as seamlessly as I expected. For me, after provisioning the site via the SharePoint look book I received the following error across all pages displaying the learning pathways web part:
“Microsoft 365 learning pathways has a configuration issue. Ask your administrator for assistance. [Administrators: Please see the browser console for detailed logs. For technical assistance check out the issues list at https://github.com/pnp/custom-learning-office-365/issues.%5D“
Microsoft 365 learning pathways error.
To resolve this:
Navigate to the learning pathways administration page
Press the ellipsis … > add content pack
Select the SharePoint Success Site
A message will appear asking if you have already provisioned the SharePoint Success Site > press complete
This will configure your SharePoint Success Site to consume the newly added content pack and will display correctly.