Protecting Files on sharepoint and onedrive
I'm working through the deployment and policies for onedrive/sharepoint in our enviroment. Microsoft has a ton of options, and ways to collect and report on...
Recover Microsoft forms from old users
Microsoft forms are a great way to collect data from the user. However, what happens when the user leaves the company? I had a request...
Powershell reports for users with MFA setup in o365
Just a quick post about how to findout which users have setup MFA. Get-MsolUser -all | select DisplayName,UserPrincipalName,@{N="MFA Status"; E={ if( $_.StrongAuthenticationMethods.IsDefault -eq $true) {($_.StrongAuthenticationMethods...
Script for determining unused distribution groups in Exchange Online
A common problem when creating just about any resource in Active Directory, Exchange Online, Azure AD, SharePoint, etc. is life cycle.
Windows update analytics tools
https://twitter.com/ariaupdated/status/1362080240978157569?s=21 Getting the reporting status of our computers for the audit group has been a pain. We need a high level general report and detailed...
Trying out the new phone sign in feature for Azure AD
Microsoft just launched the preview for the “Text message” authentication method, for Azure AD users. Let’s try it out.Trying out the new phone sign in...
Disable Self-service purchase capabilities for Microsoft Power Platform
Microsoft has released the self-service purchase capabilities for Power Platform.PowerAppsPower Automate (previously flow)Power BI.Many of the tenants do not want this ability to be provided...
Block Legacy authentication in o365
As we have started using conditional access and MFA, we are also looking to block legacy authentication this is a recommendation by Microsoft. Legacy authentication...
Options for longer retention of o365 audit logs
Moving to o365 you still need to retain logs of activity and Microsoft gives you a good tool to do this with the o365 audit...
Enable Delve on o365
I'm working on a new tenant and when I view my o365 profile I see " Your organization has chosen not to show documents in...