Microsoft is Rebranding Office 365 Groups
Microsoft is going to rebrand Office 365 Groups to Microsoft 365 Groups in the near future.
The post Microsoft is Rebranding Office 365 Groups appeared first on Petri.
Collaborate Disseminate
Microsoft is going to rebrand Office 365 Groups to Microsoft 365 Groups in the near future.
The post Microsoft is Rebranding Office 365 Groups appeared first on Petri.
Office 365 Sensitivity Labels can now be applied to “containers” – Teams, Office 365 Groups, and SharePoint sites. Sensitivity labels replace the old text-only classifications that have been available since 2016. The labels don’t affect the contents of the containers, but they can control some container settings, like whether a team allows guest access or if it’s open to any tenant user to join. It’s yet another development in the label and protection story for Office 365.
The post Using Office 365 Sensitivity Labels with Teams, Groups, and Sites appeared first on Petri.
Continue reading Using Office 365 Sensitivity Labels with Teams, Groups, and Sites
The new Exchange Online Management PowerShell module has cmdlets that are faster than their older Remote PowerShell equivalents. Converting scripts to make the new cmdlets work takes some effort because the REST-based cmdlets have their own little quirks that need to be understood and mastered before scripts work properly. This example explains some of the issues met when converting code to report the Inbox sizes and items for Office 365 groups.
The post Speedy PowerShell Access to Office 365 Groups with Get-ExoRecipient appeared first on Petri.
Continue reading Speedy PowerShell Access to Office 365 Groups with Get-ExoRecipient
Microsoft has declared some undefined period, perhaps starting at the Ignite conference, to be the “Year of Yammer.” Cynics might say “What! Yet again?” as Microsoft tries to position its enterprise networking app within Office 365 collaboration as it certainly feels like we have been down this path before. On the upside, this attempt seems to focus on what Yammer is good at instead of mimicking other apps. Time will tell.
The post Year of Yammer: New Goals for Microsoft’s Enterprise Collaboration App appeared first on Petri.
Continue reading Year of Yammer: New Goals for Microsoft’s Enterprise Collaboration App
Office 365 applications now create many guest accounts in Azure Active Directory. You can see what accounts exist, but it’s more difficult to discover who created the accounts – or why they were created. Fortunately, the Office 365 audit log holds a lot of useful data that can be interrogated to find some answers and PowerShell is a great tool for slicing and dicing audit data. See what you think of the answers I’ve come up with.
The post Discover Who Creates Guest Accounts in Office 365 Applications appeared first on Petri.
Continue reading Discover Who Creates Guest Accounts in Office 365 Applications
The original Office 365 Groups expiration policy was pretty good. It helps tenants keep control of potential group sprawl by removing old groups based on age. Now the policy takes user activity into account. While still not perfect, the new implementation makes the group expiration policy even easier to use because owners don’t have to do anything to renew their groups if the groups remain in active use. You might debate the set of activities chosen by Microsoft to represent a good signal of group activity, but not the way the policy now works.
The post Update for Office 365 Expiration Policy Auto-Renews Based on User Activity appeared first on Petri.
Continue reading Update for Office 365 Expiration Policy Auto-Renews Based on User Activity
In February, I published a script to report the activity in Office 365 Groups and Teams. It is natural that some of those groups will be obsolete, so here’s another script to email the owners of those groups. I know the script works because I tested it against 200 groups, but it’s rough and ready and deserves some TLC from people who really know PowerShell.
The post Emailing Owners About Obsolete Office 365 Groups and Teams appeared first on Petri.
Continue reading Emailing Owners About Obsolete Office 365 Groups and Teams
Microsoft introduced support for like reactions in OWA in 2015. Teams also supports likes, but it also supports other reactions to messages from sad to angry. Knowing how to use these reactions is a social minefield. On a serious notes, reactions are not currently stored in Teams compliance records in Exchange Online, which is a problem if people react to messages with likes.
The post Email, Teams, and Expressing Reactions with Likes appeared first on Petri.
Continue reading Email, Teams, and Expressing Reactions with Likes
PowerShell is a great way of automating common administrative Office 365 operations. That is, if you know what module to use and how to use the cmdlets in that module. Unfortunately things are a bit of a mess with too many modules and inconsistent behavior in areas like error handling. With so many development groups working on Office 365, the PowerShell situation might be inevitable, but it needs cleaning up.
The post The PowerShell Mess in the Microsoft Cloud appeared first on Petri.
A year is a long time in Office 365. Lots changes in that time, so it’s good to go back and look at some PowerShell written to report Teams and Groups activity. Improvements can be made, advantage taken of changes made by Microsoft, and generally the whole thing can be tidied up and upgraded. PowerShell makes it easy to do – and to change if you don’t like what I’ve done.
The post Revisiting the Office 365 Groups and Teams Activity Report appeared first on Petri.
Continue reading Revisiting the Office 365 Groups and Teams Activity Report