Upcoming Features in Microsoft 365 Copilot app: Wave 2 Spring Release (2025)

The next wave of Microsoft 365 Copilot app is coming Microsoft just announced a huge set of new features for the Microsoft 365 Copilot app as part of they call the Wave 2 Spring release .  Let's dive into some of the key features and improvements coming your way. Some of them will be available for all users and some will be limited to users with a license. Updated app layout: Navigation Pane (1) The Microsoft 365 Copilot app's left navigation pane will provide all users (licensed and unlicensed) users with access to essential modules such as Search, Chat, Notebooks, Create, and Apps. The workspace can be personalized by users which can pin or unpin apps and agents.  New module: Notebooks (2) Copilot Notebooks turn notes, documents, and work data into immediate insights and actions. Users  can gather information from chats, meetings, pages, and files, as well as organize and store important documents, notes, and tasks. This feature then grounds chats in the contents o...

Backup Skype for Business script is coming soon

The release of Skype for Business Server for On-Premise is just around the corner, and as a preparation for the release, I am going through my Lync 2013 backup script and verifying the commands and version checking for SfB.

As I am upgrading the script for SfB, I am also introducing a couple of new features. Here is a sneak peak of what to expect in the new version.

Select you own password for Private Key protection
When the script is run, the previous version set the password of all certs to "secret". This is now a parameter which you may (and should) change. Simply run the script with the -CertPass option


Send an Email report after the script has been run
Although the script can be run manually, I usually configure a scheduled task to do it for me every (day, week, month or what you prefer). I have now added a function which will send you an email with a brief transcript of the backup. This requires an available SMTP server, and valid to/from addresses.

Running the script with the -SendEmailOnComplete switch trigges the required mandatory parameters: EmailFrom, EmailTo and SMTPServer


This will send an email looking like this to the desired mailbox


The attached log file should look like something like this. And I would like to highlight:
1) A notification regarding Log backup
2) A notification if there are Cs-Certificates in the store where priv-key is not exportable



A shortcut to more information
I have included a switch which should launch your preferred browser and take you to my blog, and display the posts with the Backup-SfB tag. Use the -OnlineInfo to invoke

I have a working beta version of the Backup-SfB.ps1 in our own deployment, and awaiting some feedback from other beta testers. So please let me know what you think of these new features, and if there are others you would like to see in an upcoming release. The release will be announced at Ignite ;)