OneDrive sync settings You can use these settings to control syncing files in OneDrive and SharePoint Online Log into your M365 tenant Go to OneDrive admin portal All admin centers https://admin.microsoft.com/Adminportal/Home?source=applauncher#/alladmincenters click on OneDrive https://admin.onedrive.com/ click on Sync (on the left tab menu) or go from here https://admin.onedrive.com/?v=SyncSettings By default any computer from any AD … Continue reading OneDrive for Business – Sync Settings
Tag: Security
Teams – Audit Team creation and deletion
Hi therein this article I'm covering how to audit Team creation and deletion with email notification on Office 365.Go to portal https://protection.office.com/homepageCreate the new policy alertWait a few hours and checkhttps://protection.office.com/managealertsyou should see your policy alert created previouslyGo to main alert and policies bladehttps://protection.office.com/alertpoliciesCheck my Github repositoryReferenceshttps://portal.cloudappsecurity.com/https://protection.office.com/managealertshttps://protection.office.com/alertpolicies Thanks, Thiago Beier
Azure – Securing storage accounts
Hi there Did you know that Storage accounts on Azure come with Firewall disabled by default allowing external access (any to storageaccountname)? Before you ask me, that doesn't happen with AWS. What about to fix 100 storage accounts by hand. Powershell can assist you on that. If you're running Azure Storage accounts on Production, UAT … Continue reading Azure – Securing storage accounts
Azure – CIS Hardened Images
Hi there Did you know you have CIS Hardened Images available on Azure Marketplace o deploy on your environment? CIS Hardened Images, also known as virtual machine images, allow the user to spin up a securely configured, or hardened, virtual instance of many popular operating systems to perform technical tasks without investing in additional hardware … Continue reading Azure – CIS Hardened Images
Enable MFA on Office 365
Hi there In this article I'm covering how to enable MFA for all users based on get-msoluser queries First of all let's cover some basics on get-msoluser commands. List all licensed users on your subscription Get-MsolUser -All | where {$_.isLicensed -eq $true} List all unlicensed users on your subscription Get-MsolUser -All -UnlicensedUsersOnly List all unlicensed … Continue reading Enable MFA on Office 365