Security & Compliance
165 TopicsRetention policies for Microsoft Teams
Today, we're proud to announce that we are starting the roll out of retention policies for Microsoft Teams - allowing you to proactively retain or delete content based on policies you setup in the Office 365 security and compliance center.116KViews25likes33CommentsSyncing Security Groups with team membership
In this post, I present a PowerShell script to synchronize the membership between security groups and Office 365 groups, a long-standing request from Microsoft Teams admins and team owners. Source code on GitHub at https://github.com/danspot/Danspot-Scripts-and-Samples-Emporium.97KViews23likes28CommentsCan I Connect to O365 Security & Compliance center via powershell with MFA on?
I currently use the below script to connect to the S&C Center. This does not work with MFA. I was wondering if there is an Updated Module that I could use that supports modern authentication? $Credential = get-credential -Credential username.com $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.compliance.protection.outlook.com/powershell-liveid -Credential $Credential -Authentication Basic -AllowRedirection Import-PSSession $Session -AllowClobber –DisableNameCheckingSolved57KViews1like42CommentsQuery on Azure Privileged Account Best Practices - including Licence assignment
Just curious as to what people's thoughts were around not assigning a mailbox (unless Global Admin), utilising AD password policies and only assigning the Azure P2 licence to AAD privileged accounts? TIA James48KViews0likes2CommentsAuthentication, SSO, and Microsoft Graph in Microsoft Teams Tabs: An End-To-End Tutorial
Some of the most common questions we receive from Microsoft Teams developers concern authentication to Azure Active Directory (Azure AD), single sign-on (SSO) to Azure AD, and how to access Microsoft Graph APIs from within a Microsoft Teams app. Learn how to do all of these things in this post!37KViews7likes12CommentsProtecting your information and staying compliant with Microsoft Teams
We want Microsoft Teams to contribute to your security and compliance requirements and you probably have a lot of questions on how this happens. You may be used to protecting email and files in Microsoft 365 and on your mobile devices, but how should you approach security and compliance as you add Teams to the mix? As we enter the new year, we’ll help you answer these top-of-mind questions starting with the latest episode in our Microsoft Teams for IT series on Microsoft Mechanics, dedicated to security and compliance.32KViews12likes14CommentsOffice 365 Advanced Threat Protection for SharePoint, OneDrive and Microsoft Teams now available
When moving your organization to cloud services, security concerns add another layer of consideration; one of trust. Security and compliance is an ongoing process, not a steady state. It is constantly maintained, enhanced, and verified by highly-skilled, experienced and trained personnel. We strive to keep software and hardware technologies up to date through robust processes. To help keep Office 365 security at the top of the industry, we use processes such as the Security Development Lifecycle; we also employ techniques that throttle traffic and prevent, detect, and mitigate breaches.28KViews10likes8Comments