Skip to content

Fresh Tenant Setup

These are the steps I typically take to set up a fresh M365 E5 tenant.

Work in Progress

This is very much a continuous work in progress. I publish changes as I go. Screenshots might be out of date.

Use at your own risk

These are my personal steps. This should not be construed as official guidance. Always refer to the official Microsoft documentation available at learn.microsoft.com

Entra

Entra Cloud Sync

πŸ”— Portal πŸ“˜ Docs

Cloud Sync is the lightweight replacement for AAD Connect. Follow the instructions in the Docs link for a step-by-step example for a single forest install.

For conditional access, be sure to exclude the Directory Synchronization Accounts role from any MFA policies.

Hybrid Cloud Trust

πŸ“˜ Docs

Create EntraID Kerberos Server

# Install the AzureADHybridAuthenticationManagement module
Install-Module -Name AzureADHybridAuthenticationManagement -AllowClobber

# Specify the on-premises Active Directory domain. A new Azure AD
# Kerberos Server object will be created in this Active Directory domain.
$domain = "contoso.com"

# Enter a UPN of an Azure Active Directory global administrator
$userPrincipalName = "admin@contoso.com"

# Enter a domain administrator username and password.
$domainCred = Get-Credential

# Create the new Azure AD Kerberos Server object in Active Directory
# and then publish it to Azure Active Directory.
# Open an interactive sign-in prompt with given username to access the Azure AD.
Set-AzureADKerberosServer -Domain $domain -UserPrincipalName $userPrincipalName -DomainCredential $domainCred

# Verify server
Get-AzureADKerberosServer -Domain $domain -DomainCredential $domainCred -UserPrincipalName $userPrincipalName

Id                 : 17530
UserAccount        : CN=krbtgt_AzureAD,CN=Users,DC=contoso,DC=com
ComputerAccount    : CN=AzureADKerberos,OU=Domain Controllers,DC=contoso,DC=com
DisplayName        : krbtgt_17530
DomainDnsName      : contoso.com
KeyVersion         : 27591
KeyUpdatedOn       : 10/13/2022 9:23:43 PM
KeyUpdatedFrom     : CONTOSO-DC-01.contoso.com
CloudDisplayName   : krbtgt_17530
CloudDomainDnsName : contoso.com
CloudId            : 17530
CloudKeyVersion    : 27591
CloudKeyUpdatedOn  : 10/13/2022 9:23:43 PM
CloudTrustDisplay  :

Device Settings

πŸ”— Portal

  • Disable adding GA to local admin.
    Screenshot of Microsoft Entra join and registration settings webpage with various toggles and options.

App Registrations

MS Graph PowerShell SDK

To enable use of the MS Graph PowerShell SDK, create an app registration for app-only for use with the SDK.

πŸ”— Portal

  1. Create the app registration.
    Screenshot of a registration form for an application, with fields for name, account type selection, and redirect URI.
  2. Grant application permissions for Microsoft Graph that are necessary for your use cases.
  3. I prefer to do app consent cert-based authentication. Here's a couple of links explaining the process:
    1. How to use Connect-MgGraph - All Options β€” LazyAdmin
    2. Use app-only authentication with the Microsoft Graph PowerShell SDK | Microsoft Learn

Identity Protection

Self Service Password Reset

πŸ”— Portal πŸ“˜ Docs

  • Enable Self service password reset
  • Target a group that excludes service accounts. Easiest way to do this is with a dynamic group. Example rule: (user.displayName -ne "On-Premises Directory Synchronization Service Account") and (user.userPrincipalName -notStartsWith "svc")
  • Enable Password writeback in On-premises integration
    Screenshot of password management settings in a software interface.

Authentication Methods

πŸ”— Portal πŸ“˜ Docs

Policies

For methods, enable

  • Passkeys
  • Authenticator
    Screenshot of a software configuration page for Microsoft Authenticator options settings.
  • Temporary Access Pass
Authentication Methods Migration

Optional - may not be necessary in newer tenants. If you see Migration status: Complete, you can skip this.

User Settings

πŸ”— Portal

  • Toggle Off
  • Users can register Applications
  • Show keep user signed in
  • Toggle On
  • Restrict non-admin users from creating tenants
  • Restrict access to Entra ID administration portal
    Administrative interface settings for user role permissions, guest access, and linked account options.

User Feature Settings

πŸ”— Portal

  • Select All for Users can use preview features for My Apps

Device Settings

Cloud LAPS

πŸ”— Portal πŸ“˜ Docs

  • Enable LAPS
    Option to enable Microsoft Entra LAPS with 'Yes' and 'No' buttons, 'Yes' highlighted.

Enterprise State Roaming

πŸ”— Portal

  • Enable Enterprise State Roaming
    Enterprise State Roaming settings page on a Microsoft Entra ID interface, with options to save or discard changes.

Identity Protection

Multifactor authentication registration policy

  • Create a EntraID group called Service Accounts, add any service accounts that should be excluded from MFA registration
  • Enable the policy, targeting all users and excluding the group you just created.
    Multifactor authentication registration policy interface with user inclusion/exclusion controls and policy enforcement toggle.

Diagnostic Settings

πŸ”— Portal πŸ“˜ Docs

Prior to doing so, create a Log Analytics workspace and add Sentinel to it.

  • Enable all diagnostic settings to log to your Sentinel's log analytics workspace
    Interface of Azure diagnostic setting for log categories and destination details.

Global Secure Access

πŸ”— Portal πŸ“˜ Docs

Enable GSA

Click Activate to enable GSA in your tenant
Web interface showing steps for activating Global Secure Access with icons, buttons, and links.

Internet Access

  1. Enable the Microsoft Profile
    Interface with traffic profiles for Microsoft and Internet access, including policy and user assignment options.
  2. Download the GSA Client and deploy to Windows devices.

Active Directory

Deploy 3 VMs
- 2 Domain Controllers running 2022
- 1 2022 Server for Entra Cloud Sync

Intune

Tenant Administration Settings

Windows Data Connector

πŸ”—Portal

UI settings for Windows data and license verification with toggles set to 'On'.

Defender for Endpoint Connector

πŸ”— Portal

You need to enable the Defender side first.

undefined

Windows Autopatch

πŸ”— Portal
πŸ“˜ Docs

  • Run the prereq check. You'll see an advisory for co-management, this can be safely disregarded.
  • Grant admin access for Microsoft
  • Provide Admin contact info.
  • Add devices to the the default autopatch group Windows Autopatch Device Registration
  • Wait a few minutes, then ensure the devices show in the Windows Autopatch devices here
  • Put a couple of devices in the Test ring by clicking on the device name, then selecting Device Actions -> Assign Ring. In the flyout, choose the Test ring

Applications

πŸ”— Portal πŸ“˜ Docs

Windows

Add app -> Microsoft 365 Apps for Windows 10 and Later. Assign to all devices.

intune_windows_m365_apps
intune_windows_m365_apps_1

Devices

Windows Automatic Enrollment

πŸ”— Portal

  • Set MDM and MAM user scopes to all
    intune_auto_enrollment

Windows Autopilot

πŸ”— Portal

Follow this guide: Overview for Windows Autopilot device preparation user-driven Microsoft Entra join in Intune | Microsoft Learn

Prereqs:

  • Create Entra Groups
  • Automatic Enrolment Set
  • Enrolled devices. Windows Autopilot device preparation devices
    • Set App ID f1346770-5b25-470b-88bd-d5744ab7952c as the owner.
    • Targeted Users - Windows Autopilot device preparation users
  • Create/update an Office deployment, target the device group created above.

Create a device prep policy

iOS Enrollment

πŸ”— Portal

User-driven iOS enrollment is a two step process - the push certificate and the enrollment profile.

Configure Apple MDM Push Certificate

πŸ“˜ Docs

Enrollment Profile

πŸ”— Portal

Native iOS enrollment

There's this nifty-keen account driven user enrollment available in iOS 15+, but you'll need a web server to serve up the json file Apple expects.

  • Configure an enrollment profile
  • Create a profile that allows user choice of type of device (corporate vs user), target all users.
Supervised iOS Enrollment with Apple Configurator

πŸ”— Portal πŸ“˜ Docs

There are two options for Apple Config profile - with user affinity and without. For testing, enrollment with User Affinity with the Company Portal app mimics how devices might be distributed to end users.

  1. Create a new Enrollment Profile. On the settings step, select:
    User affinity: Enroll with User Affinity
    Select where users must authenticate: Company Portal
  2. Export the profile you just created. Copy the URL.
  3. Create a csv file with the serial numbers of iPads you wish to enroll.
    Serial number,device details
  4. Upload the csv file in the portal under Devices. Assign the profile you just created.
  5. In Apple Configurator, choose Settings -> Servers. Click + to add a server. Add the URL you copied from step 2.
  6. Connect a device, and at the main screen, click Prepare. Leave the default options unchanged.
  7. Choose the Intune MDM server defined in Step 5.
  8. Skip Apple Business Manager sign-in if prompted. At the Organization screen select a previous org or create a new one. This is shown in the settings app in iOS.
  9. Choose to generate a new supervision Identity or reuse an existing one.
  10. Choose which steps to display in the Setup Assistant. Click Prepare to start the process.

Android Enrollment

πŸ”— Portal πŸ“˜ Docs

User-driven Android enrollment is a two step process - the managed Google Play account linking and the enrollment profile.

Managed Google Play Account Linking

"Screenshot of Managed Google Play enrollment page."

MacOS Enrollment

πŸ”— Portal πŸ“˜ Docs

As with MDE for MacOS, this tends to change, so be sure to check the docs for the most recent steps.

:material-head-sync: tl;dr

  • Create a MacOS enrollment profile here if you didn't for iOS yet - they're shared between iOS and MacOS.
  • Download the Company Portal app for MacOS from here and deploy the company portal app as a MacOS LOB app

MacOS Platform SSO

Use the instructions here as a guide.

tl;dr
Use the settings below in a config profile to deploy platform sso with the following options:

  • Password authentication which syncs the Entra password with the local account password
  • Create new users as admins

Endpoint security

πŸ”— Portal

Windows

  • Endpoint Detection and Response
  • Create a new EDR policy targeting Windows. Target all devices.

    intune_edr_profile_1
  • Antivirus
  • Create a new Microsoft Defender Antivirus profile
  • Enable Network Protection in Block mode. Target all devices.

MacOS

Deploying MDE on MacOS is a multi-step manual process, and changes occasionally. Refer to Intune-based deployment for Microsoft Defender for Endpoint on Mac - Microsoft Defender for Endpoint | Microsoft Learn for the most current steps.

tl;dr
If you want a sample combined deployment, I've combined mobileconfig files here to set the following settings

  • AutoUpdate enabled, broad channel
  • Network protection set to block
  • All other required mobileconfig settings, such as full disk access, etc.

  • Deploy the combined profile

  • Create a device configuration profile for macOS devices using a custom template
  • For configuration settings, upload the mobileconfig from above. Target device channel.
  • Target all MacOS devices
  • Deploy MDE
  • Deploy the MDE packageMDE App in Intune
  • Deploy the Onboarding Package
  • Download the MDM/Intune onboarding package from Defender XDR
  • Deploy via Intune as a Custom Config template

Security Baselines

  • Create a new Microsoft Defender for Endpoint Baseline policy and target all devices.
    intune_security_baselines

Account Protection (LAPS)

πŸ”— Portal

  • Enable LAPS in the portal
  • Create a Windows LAPS profile and apply to all devices.
    intune_laps_profile

intune_laps_profile1

M365 Defender

πŸ”— Portal

XDR

  • Enable unified SIEM and XDR.

Email & collaboration

  • Peset Security Configuration Policies
  • Enable Standard Protection Preset Policies.
    mdo_protection_policies

    mdo_protection_policies_exo

    mdo_protection_policies_m365

MDCA

  • System
  • IP Address Ranges
    • If you have IP Ranges as Trusted Named Locations in EID, add them as Custom IP Address Ranges in MDCA with the category of Corporate
      mdca_ip_address_range
  • Cloud Discovery
  • Defender for Endpoint
    • Enforce App Access with Defender for Endpoint
      mdca_mde
  • User Enrichment
    • Enable User Enrichment
      mdca_user_enrichment
  • Information Protection
  • Microsoft Information Protection
    • Enable automatically scan new files
    • Enable scanning protected files. You'll need to go through the OAUTH grant process.
      mdca_mip
  • Files
    • Enable file monitoring
      mdca_files
  • App governance
  • Service Status
    • Turn on app governance
      mdca_enable_app_gov
  • Connected Apps
  • App Connectors
    • Click Connect an app, choose Microsoft 365 from the list. Select all options.
      mdca_app_connectors_m365
  • SIEM Agents
  • Add the Azure Sentinel integration

Endpoints

  • Advanced Features
  • Ensure your settings match those below:

Identities

  • Sensors
  • Click +Add Sensor, and download the installer and copy the Access key
    mdi_add_new_sensor
  • Install the sensor on all DCs in AD. Use the access key when prompted by the installer.
    mdi_sensor_install
  • Active Directory
  • Configure Event Collection via GPO
  • Configure Group Managed Service Account account

    • On the first DC
    • Create root KDS key

      Add-KdsRootKey -EffectiveTime ((get-date).addhours(-10))
      
    • Purge kerberos tickets

    klist purge -li 0x3e7
    
    • Create the gMSA
    New-ADServiceAccount accountname -PrincipalsAllowedToRetrieveManagedPassword "Domain Controllers" -DNSHostName accountname.domain.contoso.com
    
    • Install the gMSA on the DC
    Install-ADServiceAccount -Identity 'accountname'
    
    • On the other DCs, purge kerberos tickets and install the service account
      • Add the gMSA in the portal
        Adding a gMSA account

Purview

Advanced Audit

πŸ”— Portal

  • Enable Auditing
  • With the ExchangeOnlineManagement module in PS5/PS7+

    Enable-OrganizationCustomization
    Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $true
    

Device Onboarding

πŸ”— Portal πŸ“– Windows πŸ“– Mac

  • Enable Windows and Mac device onboarding. This requires MDE.

Sensitivity Labels

Enable labeling for Protected content & PDFs

πŸ“– Enable Sensitivity Labels for Protected Content
πŸ“– Enable labeling support for PDFs

  • Enable labeling for Protected content & PDFs
  • Using the SharePoint Module in PowerShell 5

    connect-sposervice -url 'https://<tenant>-admin.sharepoint.com/'
    Set-SPOTenant -EnableAIPIntegration $true
    Set-SPOTenant -EnableSensitivityLabelforPDF $true
    

Enable Labeling for Containers

In a fresh tenant, there will not be any EntraID group settings configured, so those need to be created. Then enable labeling for containers. After that, you can enable the label sync.

  • With the Graph SDK in PS7+

    Connect-MgGraph -Scopes "Directory.ReadWrite.All"
    $TemplateId = (Get-MgBetaDirectorySettingTemplate | where { $_.DisplayName -eq "Group.Unified" }).Id
    $params = @{
       templateId = "$TemplateId"
       values = @(
          @{
             name = "EnableMIPLabels"
             value = "True"
          }
       )
    }
    New-MgBetaDirectorySetting -BodyParameter $params
    
  • With the ExchangeOnlineManagement module in PS5/PS7+

    Connect-IPPSSession
    Execute-AzureAdLabelSync
    

Enable co-authoring for Encrypted Files

This can be done in the portal, or via PowerShell.

Implement Secure by Default Labeling

Rationale and planning guidance are here . I've changed some of the configurations to more closely match what I've seen done with customers.

Label Definitions

Personal
Name & Display Name: Personal
Description for users: Non-business data, for personal use only
Scope: Files & other data assets, Emails, Meetings Control access:NoContent marking:NoAuto-labeling:Off`

Public
Name & Display Name: Public
Description for users: Organization data that's specifically prepared and approved for public consumption.
Scope: Files & other data assets, Emails, Meetings
Control access: No
Content marking: No
Auto-labeling: Off
Groups & Sites Protection Settings:
- Privacy and User Access: Public or Private (depending on needs)
- External user access: Off

General
Name & Display Name: General
Description for users: Business data that isn't intended for public consumption. However, this can be shared with external partners, as required.
Scope: Files & other data assets, Emails, Meetings
Control access:
- Assign permissions: Now
- Access expiration: Never
- Offline access: Always
- Permissions:
- Users and Groups: All users and groups in your organization
- Permissions: Editor (Co-Author)
Content marking:
- Footer: Classified as Confidental
Auto-labeling: Off
Groups & Sites Protection Settings:
- Privacy and User Access: Public or Private
- External user access: Off

Confidential\All Employees
Name: Confidental - All Employees
Display Name: All Employees
Description for users: Sensitive business data that could cause damage to the business if shared with unauthorized people. Examples include contracts, security reports, forecast summaries, and sales account data.
Scope: Files & other data assets, Emails, Meetings, Groups & Sites
Control access:
- Assign permissions: Now
- Access expiration: Never
- Offline access: Always
- Permissions:
- Users and Groups: All users and groups in your organization
- Permissions: Editor (Co-Author)
Content marking:
- Footer: Classified as Confidential
Auto-labeling: Off
Groups & Sites Protection Settings:
- Privacy and User Access: Private
- External user access: Off

Confidential\Specific People
Name: Confidential - Specific People
Display Name: Specific People
Description for users: Confidential data that can be shared with trusted people inside and outside your organization. These people can also reshare the data as needed.
Scope: Files & other data assets, Emails, Meetings
Control access:
- Assign permissions: Let users decide
- Outlook: Encrypt Only
- Word, Excel, PowerPoint: Prompt
Content marking:
- Footer: Classified as Confidential
Auto-labeling: Off

Confidential\Internal exception
Name: Confidential - Internal exception
Display Name: Internal exception
Description for users: Confidential data that doesn’t need to (or cannot) be encrypted. Use this option with care and appropriate business justification.
Scope: Files & other data assets, Emails, Meetings
Content marking:
- Footer: Classified as Confidential
Auto-labeling: Off

Highly Confidential\All Employees
Name: Highly Confidential - All Employees
Display Name: All Employees
Description for users: Sensitive business data that could cause damage to the business if shared with unauthorized people. Examples include contracts, security reports, forecast summaries, and sales account data.
Scope: Files & other data assets, Emails, Meetings, Groups & Sites
Control access:
- Assign permissions: Now
- Access expiration: Never
- Offline access: Always
- Permissions:
- Users and Groups: All users and groups in your organization
- Permissions: Editor (Co-Author)
Content marking:
- Footer: Classified as Highly Confidential
Auto-labeling:
- Content Contains: All Credential Types
- Instance Count: 1 to many
- Confidence: High
Groups & Sites Protection Settings:
- Privacy and User Access: Private
- External user access: Off

Highly Confidential\Specific People
Name: Highly Confidential - Specific People
Display Name: Specific People
Description for users: Highly confidential data that requires protection and can be viewed only by people you specify and with the permission level you choose.
Scope: Files & other data assets, Emails, Meetings
Control access:
- Assign permissions: Let users decide
- Outlook: Encrypt Only
- Word, Excel, PowerPoint: Prompt
Content marking:
- Footer: Classified as Highly Confidential
Auto-labeling: Off

Highly Confidential\Internal exception
Name: Highly Confidential - Internal exception
Display Name: Internal exception
Description for users: Highly Confidential data that doesn’t need to (or cannot) be encrypted. Use this option with care and appropriate business justification.
Scope: Files & other data assets, Emails, Meetings
Content marking:
- Footer: Classified as Confidential
Auto-labeling: Off

There's a nifty button to do this for you (with some differences from the guide above) if you haven't set up any labels previously. It also implements publishing and client-side labeling policies so buyer beware.

DLP

Settings

πŸ”— Portal

Endpoint DLP

πŸ“˜ Docs

  • Advanced classification scanning and protection: On
  • Advanced label-based protection for all files on devices On
  • Setup Evidence collection for file activities on devices: On
    • Storage type: Microsoft managed
  • Browser and domain restrictions to sensitive data
    • Full URL for 'File copied to cloud: On
Analytics
  • Activate analytics: On
Just in time protection

πŸ“˜ Docs

  • Locations to monitor: Devices
  • Fallback action: Block

MIP Scanner

πŸ”— Portal
πŸ“˜ Docs

Prerequisite

  • Service account in AD, exclude from MFA registration and CAs
  • SQL server for the scanner, as well as a windows server.

Deployment

  • Create a Scanner Cluster
  • Create a Content Scan Job. Be sure to disable any of the auto options - this will just be for scanning.

Exact Data Match

πŸ”— Portal πŸ“˜ Docs

EDM SIT
  • Create a new EDM SIT. Since I work in healthcare, I typically use Synthea to generate patient records. We do have sample industry files you can use.
  • Make note of the datastore name when you finish the EDM wizard. You'll need it for the EDM uploader.
EDM Uploader Tool
  1. Create a service account for the EDM upload agents to run as.
  2. Create a EntraID security group named EDM_DataUploaders and add the service account to it.
  3. Install the EDM upload tool to c:\EDM
  4. Place sample data in c:\EDM\Data
  5. Save the schema .\EdmUploadAgent.exe /SaveSchema /DataStoreName your_data_store_name /OutputDir c:\edm\data
  6. Create c:\EDM\hash
  7. Upload the data .\EdmUploadAgent.exe /uploaddata /datastorename your_data_store_name /datafile C:\edm\data\your_data.csv /hashlocation c:\edm\hash /schema C:\edm\data\your_data_store_name.xml /allowedbadlinespercentage 5

Insider Risk Management

Work in Progress

This section is not complete.

Roles

πŸ”— Portal πŸ“˜ Docs

  • Add your account to the Insider Risk Management role.
  • Create a role group called Data Connector Admins, add the Data Connector Admin role to it and add your account to the role group.

Browser Activity Plugins

  • Deploy the Edge profile via Intune as described here
  • Deploy the Chrome profile via Intune as described here

Settings

πŸ”— Portal πŸ“˜ Docs

  • Analytics
  • Insights at tenant & user level: On
  • Data sharing
    • Share user risk details with other security solutions: On
  • Policy indicators
  • Select all indicators under the following categories
    • Office
    • Microsoft Defender for Cloud Apps
    • Cumulative exfiltration detection
    • Risk score boosters
    • Generative AI Apps
    • Microsoft Copilot Experiences
    • Microsoft Entra
    • Risk Detection indicators
Analytics
  • Toggle analytics on
Policy Indicators
  • Select all indicators under the following categories
  • Office
  • Device
  • Microsoft Defender for Endpoint
  • Risky Browsing
  • Microsoft Defender for Cloud Apps

Adaptive Protection

πŸ”—Portal

  1. Turn on adaptive protection with the quick setup option
  2. Wait for that to process. Once complete, go back and enable Adaptive Protection under Adaptive Protection settings

Polices

πŸ”— Portal πŸ“˜ Docs

  1. Create a Data Leaks policy from the template
  2. Target all users
  3. Choose not to prioritize content.
  4. For triggering events, choose User performs an exfiltration activity
  5. For thresholds, choose Apply built-in thresholds.
  6. For indicators, leave the default ones checked.

Communication Compliance

πŸ”—Portal

  • Grant Teams meeting recording access.