Entra ID & M365 Hardening ChecklistEntra ID & M365 Hardening Checklist

Priorisierte Härtungsmaßnahmen für Identität, Email, Collaboration, Geräte und Compliance mit Portalpfad und PowerShell-Referenz.Prioritized hardening actions for identity, email, collaboration, devices, and compliance with portal path and PowerShell references.

UmfangCoverage

125 priorisierte Maßnahmen über sechs Bereiche.125 prioritized actions across six areas.

FokusFocus

Identity zuerst, danach Daten-, Geräte- und Collaboration-Schutz.Identity first, then data, device, and collaboration protection.

UmsetzungExecution

Jede Maßnahme mit Portalpfad und PowerShell-Referenz.Each action with a portal path and PowerShell reference.

Identity Hardening (50 Punkte)Identity hardening (50 items)

PrioritätPriorityBeschreibungDescriptionPortalpfadPortal pathPowerShellPowerShell
KritischCriticalSecurity Defaults oder CA-Baseline tenantweit aktivieren.Enable Security Defaults or a CA baseline tenant-wide.Entra admin center > Protection > Conditional AccessGet-MgPolicyIdentitySecurityDefaultEnforcementPolicy
KritischCriticalLegacy Authentication vollständig blockieren.Block legacy authentication completely.Entra admin center > Protection > Conditional AccessGet-AuthenticationPolicy
KritischCriticalMFA für alle Benutzer erzwingen.Require MFA for all users.Entra admin center > Protection > Conditional AccessGet-MgIdentityConditionalAccessPolicy
KritischCriticalPhishing-resistant MFA für Administratoren erzwingen.Require phishing-resistant MFA for administrators.Entra admin center > Protection > Conditional AccessGet-MgPolicyAuthenticationStrengthPolicy
KritischCriticalBreak-glass-Konten definieren und ausschließen.Define and exclude break-glass accounts.Entra admin center > Roles & adminsGet-MgUser -Filter "accountEnabled eq true"
HochHighGlobale Administratoren auf weniger als fünf beschränken.Limit Global Administrators to fewer than five.Entra admin center > Roles & adminsGet-MgDirectoryRoleMember -DirectoryRoleId <GlobalAdminRoleId>
KritischCriticalPIM für alle privilegierten Rollen einsetzen.Use PIM for all privileged roles.Entra admin center > Identity Governance > PIMInvoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/roleManagement/directory/roleEligibilitySchedules"
HochHighGenehmigung für Tier-0-Aktivierungen verlangen.Require approval for Tier-0 activations.PIM > Roles > SettingsInvoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/policies/roleManagementPolicies"
HochHighBegründung und Ticketnummer in PIM erzwingen.Require justification and ticket number in PIM.PIM > Roles > SettingsInvoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/policies/roleManagementPolicyAssignments"
HochHighAccess Reviews für privilegierte Rollen aktivieren.Enable access reviews for privileged roles.Identity Governance > Access reviewsGet-MgIdentityGovernanceAccessReviewDefinition
HochHighAuthentication Methods Policy auf moderne Verfahren begrenzen.Limit the authentication methods policy to modern methods.Protection > Authentication methodsInvoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/policies/authenticationMethodsPolicy"
HochHighSMS und Voice für Admins deaktivieren.Disable SMS and voice for admins.Protection > Authentication methodsInvoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/Sms"
HochHighFIDO2/Passkeys für privilegierte Nutzer pilotieren.Pilot FIDO2/passkeys for privileged users.Protection > Authentication methods > FIDO2Get-MgUserAuthenticationFido2Method -UserId admin@contoso.com
HochHighWindows Hello for Business für verwaltete Windows-Geräte ausrollen.Roll out Windows Hello for Business for managed Windows devices.Intune admin center > Account protectionGet-CimInstance -Namespace root\cimv2\mdm\dmmap -ClassName MDM_Policy_Result01_WindowsHelloForBusiness02
HochHighMicrosoft Authenticator Number Matching überwachen.Monitor Microsoft Authenticator number matching.Protection > Authentication methodsGet-MgAuditLogSignIn -Top 20
HochHighCombined Registration und Security Info durchsetzen.Enforce combined registration and Security Info.Protection > Authentication methods > Registration campaignGet-MgReportAuthenticationMethodUserRegistrationDetail
HochHighSSPR tenantweit bereitstellen.Provide SSPR tenant-wide.Password resetGet-MsolCompanyInformation
MittelMediumPassword Writeback in Hybridumgebungen aktivieren.Enable password writeback in hybrid environments.Entra Connect > Optional featuresGet-ADSyncAADCompanyFeature
HochHighSign-in-Risk-Policy aktivieren.Enable the sign-in-risk policy.Protection > Identity ProtectionGet-MgIdentityProtectionRiskyUser
HochHighUser-Risk-Policy mit Secure Password Change aktivieren.Enable the user-risk policy with secure password change.Protection > Identity ProtectionGet-MgIdentityProtectionRiskDetection
MittelMediumTrusted Named Locations auf echte Corporate Egresses beschränken.Limit trusted named locations to real corporate egress points.Protection > Conditional Access > Named locationsGet-MgIdentityConditionalAccessNamedLocation
MittelMediumNicht benötigte Länder blockieren.Block unneeded countries.Protection > Conditional Access > Named locationsGet-MgIdentityConditionalAccessNamedLocation
HochHighCompliant Device für sensible Browserzugriffe verlangen.Require a compliant device for sensitive browser access.Protection > Conditional AccessGet-MgDeviceManagementManagedDevice -Top 20
HochHighApp Protection für BYOD-Mobile aktivieren.Enable app protection for BYOD mobile.Intune admin center > Apps > App protection policiesGet-MgDeviceAppManagementManagedAppProtection
MittelMediumSign-in Frequency für Administratoren verkürzen.Shorten sign-in frequency for administrators.Protection > Conditional Access > SessionGet-MgIdentityConditionalAccessPolicy
MittelMediumPersistente Browser-Sitzungen auf Shared Devices abschalten.Disable persistent browser sessions on shared devices.Protection > Conditional Access > SessionGet-MgIdentityConditionalAccessPolicy
MittelMediumToken Protection für geeignete Admin-Szenarien pilotieren.Pilot token protection for suitable admin scenarios.Protection > Conditional AccessGet-MgAuditLogSignIn -Top 50
MittelMediumCAE-fähige Apps priorisieren.Prioritize CAE-capable apps.Protection > Conditional AccessGet-MgAuditLogSignIn -Top 50
HochHighWorkload Identities mit eigenem CA- und Monitoring-Modell schützen.Protect workload identities with a dedicated CA and monitoring model.Protection > Workload identitiesInvoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/beta/identityProtection/riskyServicePrincipals"
HochHighApp-Secrets auf kurze Laufzeiten begrenzen.Limit app secrets to short lifetimes.Entra admin center > App registrationsGet-MgApplication | Select-Object DisplayName,PasswordCredentials
HochHighZertifikate oder Managed Identities statt Shared Secrets bevorzugen.Prefer certificates or managed identities over shared secrets.App registrations / Azure resourcesGet-MgServicePrincipal -Top 20
HochHighUser Consent auf verified publishers und low-risk apps begrenzen.Restrict user consent to verified publishers and low-risk apps.Enterprise applications > Consent and permissionsInvoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/policies/authorizationPolicy"
MittelMediumOAuth- und Enterprise-App-Berechtigungen quartalsweise reviewen.Review OAuth and Enterprise App permissions quarterly.Enterprise applicationsGet-MgServicePrincipalOauth2PermissionGrant -All
MittelMediumUnnötige Tenant-Creation- und Self-Service-Funktionen einschränken.Restrict unnecessary tenant-creation and self-service features.User settingsGet-MgPolicyAuthorizationPolicy
HochHighGast-Einladungen nur erlaubten Rollen überlassen.Limit guest invitations to approved roles.External Identities > External collaboration settingsGet-MgPolicyAuthorizationPolicy
HochHighCross-Tenant-Defaults auf least privilege setzen.Set cross-tenant defaults to least privilege.External Identities > Cross-tenant access settingsInvoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy"
KritischCriticalAlle Admin-Portale mit starker MFA schützen.Protect all admin portals with strong MFA.Protection > Conditional AccessGet-MgIdentityConditionalAccessPolicy | Select-Object DisplayName
MittelMediumAudit- und Sign-in-Logs in Sentinel einspeisen.Feed audit and sign-in logs into Sentinel.Microsoft Sentinel > Data connectorsGet-MgAuditLogDirectoryAudit -Top 20
MittelMediumGlobal Secure Access und Tenant Restrictions evaluieren.Evaluate Global Secure Access and tenant restrictions.Global Secure AccessGet-MgOrganization
HochHighAuthentication Strengths statt generischem MFA-Schalter nutzen.Use authentication strengths instead of a generic MFA switch.Protection > Authentication strengthsGet-MgPolicyAuthenticationStrengthPolicy
HochHighSeparate Admin-Workstations oder PAWs definieren.Define separate admin workstations or PAWs.Intune admin center / endpoint securityGet-DeviceHealthAttestation
HochHighNur verwaltete Geräte für Adminzugriff zulassen.Allow only managed devices for admin access.Protection > Conditional Accessdsregcmd /status
MittelMediumTemporary Access Pass nur für Recovery und Onboarding nutzen.Use Temporary Access Pass only for recovery and onboarding.Protection > Authentication methods > TAPGet-MgUserAuthenticationTemporaryAccessPassMethod -UserId user@contoso.com
MittelMediumExternal User Lifecycle und Expiration prüfen.Review external user lifecycle and expiration.Entra ID > Users > All guestsGet-MgUser -Filter "userType eq 'Guest'"
MittelMediumTerms of Use für Gäste und sensible Apps einsetzen.Use terms of use for guests and sensitive apps.Protection > Conditional Access > GrantGet-MgIdentityGovernanceTermsOfUseAgreement
MittelMediumSelf-Service-Gruppenfunktionen nur mit Governance erlauben.Allow self-service group features only with governance.Groups > GeneralGet-MgGroupSetting
MittelMediumCA-Ausnahmen dokumentieren und mit Owner versehen.Document CA exceptions and assign owners.Protection > Conditional AccessGet-MgIdentityConditionalAccessPolicy | Export-Csv ca-policies.csv
MittelMediumDauerhaft privilegierte, inaktive Konten monatlich reviewen.Review permanently privileged inactive accounts monthly.PIM / Roles & adminsGet-MgAuditLogSignIn -Top 100
MittelMediumNotfallprozesse für CA-Fehlkonfiguration dokumentieren.Document emergency procedures for CA misconfiguration.Operations runbookGet-MgIdentityConditionalAccessPolicy
MittelMediumSicherheitsberichte für Registrierungsreife und Risky Users regelmäßig prüfen.Review security reports for registration readiness and risky users regularly.Reports > Authentication methods / Identity ProtectionGet-MgReportAuthenticationMethodUserRegistrationDetail

Email Hardening (20 Punkte)Email hardening (20 items)

PrioritätPriorityBeschreibungDescriptionPortalpfadPortal pathPowerShellPowerShell
KritischCriticalSPF korrekt veröffentlichen.Publish SPF correctly.Exchange admin center > Mail flow > Accepted domainsGet-AcceptedDomain
KritischCriticalDKIM für alle sendenden Domains aktivieren.Enable DKIM for all sending domains.Defender portal > Email & collaboration > PoliciesGet-DkimSigningConfig
KritischCriticalDMARC auf p=reject und rua/ruf ausrichten.Align DMARC to p=reject with rua and ruf.DNS / Defender portalGet-TransportConfig
HochHighOutbound Anti-Spam sauber konfigurieren.Configure outbound anti-spam cleanly.Defender portal > PoliciesGet-HostedOutboundSpamFilterPolicy
HochHighSafe Links aktivieren.Enable Safe Links.Defender portal > Safe LinksGet-SafeLinksPolicy
HochHighSafe Attachments aktivieren.Enable Safe Attachments.Defender portal > Safe AttachmentsGet-SafeAttachmentPolicy
HochHighAnti-Phishing und Impersonation Protection schärfen.Tighten anti-phishing and impersonation protection.Defender portal > Anti-phishingGet-AntiPhishPolicy
MittelMediumZero-hour auto purge aktiviert lassen.Keep zero-hour auto purge enabled.Defender portal > QuarantineGet-HostedContentFilterPolicy
MittelMediumUser Submissions und Report Message einführen.Introduce user submissions and Report Message.Defender portal > User reported settingsGet-ReportSubmissionPolicy
MittelMediumExternes Sender-Tagging aktivieren.Enable external sender tagging.Exchange admin center > Mail flow > RulesGet-ExternalInOutlook
HochHighMailbox Auditing für alle Postfächer aktivieren.Enable mailbox auditing for all mailboxes.Exchange admin center > MailboxesGet-OrganizationConfig | Select AuditDisabled
HochHighExterne Auto-Weiterleitung standardmäßig blockieren.Block external auto-forwarding by default.Defender portal > Anti-spamGet-HostedOutboundSpamFilterPolicy
MittelMediumTransport-Connectoren minimieren und reviewen.Minimize and review transport connectors.Exchange admin center > Mail flow > ConnectorsGet-InboundConnector; Get-OutboundConnector
MittelMediumQuarantine Policies rollenbasiert definieren.Define quarantine policies by role.Defender portal > Quarantine policiesGet-QuarantinePolicy
MittelMediumDelegationen auf Shared Mailboxes regelmäßig prüfen.Review shared mailbox delegation regularly.Exchange admin center > Shared mailboxesGet-EXOMailboxPermission -Identity shared@contoso.com
MittelMediumAllow- und Block-Listen zentral steuern.Govern allow and block lists centrally.Defender portal > Tenant Allow/Block ListGet-TenantAllowBlockListItems
MittelMediumMailflow-Regeln mit Change Control absichern.Protect mail flow rules with change control.Exchange admin center > RulesGet-TransportRule
MittelMediumMailbox-Weiterleitungen und Redirects alarmieren.Alert on mailbox forwarding and redirects.Exchange admin center / SentinelGet-InboxRule -Mailbox user@contoso.com
HochHighExchange-Administratorrollen über PIM schützen.Protect Exchange administrator roles through PIM.PIM > RolesGet-MgDirectoryRole
MittelMediumRetention/Journal/Transport mit Compliance abstimmen.Align retention, journaling, and transport with compliance.Purview / ExchangeGet-RetentionCompliancePolicy

SharePoint & OneDrive Hardening (15 Punkte)SharePoint & OneDrive hardening (15 items)

PrioritätPriorityBeschreibungDescriptionPortalpfadPortal pathPowerShellPowerShell
HochHighExterne Freigabe tenantweit auf least privilege setzen.Set tenant-wide external sharing to least privilege.SharePoint admin center > Policies > SharingGet-SPOTenant | Select SharingCapability
HochHighDomain Allow/Block Lists für Sharing verwenden.Use domain allow/block lists for sharing.SharePoint admin center > SharingGet-SPOTenant | Select SharingAllowedDomainList,SharingBlockedDomainList
MittelMediumStandardlinktyp nicht auf Anyone setzen.Do not use Anyone as the default link type.SharePoint admin center > Policies > SharingGet-SPOTenant | Select DefaultSharingLinkType
MittelMediumStandardlinkberechtigung auf View setzen.Set the default link permission to view.SharePoint admin center > Policies > SharingGet-SPOTenant | Select DefaultLinkPermission
HochHighAnyone-Links für sensible Sites unterbinden.Block Anyone links for sensitive sites.SharePoint admin center > Active sitesGet-SPOSite -Limit All
HochHighUnmanaged Device Restrictions für SharePoint aktivieren.Enable unmanaged device restrictions for SharePoint.SharePoint admin center > Policies > Access controlGet-SPOTenant | Select ConditionalAccessPolicy
MittelMediumSensitivity Labels für Sites und Teams einsetzen.Use sensitivity labels for sites and teams.Purview > Information ProtectionGet-Label
HochHighCA App Enforced Restrictions für Browserzugriffe nutzen.Use CA app-enforced restrictions for browser access.Entra admin center > Conditional AccessGet-MgIdentityConditionalAccessPolicy
MittelMediumSync auf unmanaged Geräten einschränken.Restrict sync on unmanaged devices.SharePoint admin center > Policies > Access controlGet-SPOTenant | Select BlockMacSync,BlockDownloadLinksFileType
MittelMediumOneDrive-Aufbewahrung nach Benutzerlöschung definieren.Define OneDrive retention after user deletion.SharePoint admin center > Policies > RetentionGet-SPOTenant | Select OrphanedPersonalSitesRetentionPeriod
MittelMediumSharePoint Admin über PIM schützen.Protect SharePoint admin through PIM.PIM > RolesGet-MgDirectoryRole
MittelMediumSite-Owner und Gäste regelmäßig reviewen.Review site owners and guests regularly.SharePoint admin center > Active sitesGet-SPOSite -Limit All | Select Url,Owner
MittelMediumGuest-Link-Ablaufzeiten aktivieren.Enable guest-link expiration.SharePoint admin center > Policies > SharingGet-SPOTenant | Select RequireAnonymousLinksExpireInDays
MittelMediumApp Catalog und Custom Script streng steuern.Strictly govern the app catalog and custom script.SharePoint admin center > More featuresGet-SPOSite -Limit All | Select Url,DenyAddAndCustomizePages
MittelMediumStorage- und Oversharing-Reports überwachen.Monitor storage and oversharing reports.SharePoint admin center > ReportsGet-SPOSite -Limit All | Select Url,StorageUsageCurrent

Teams Hardening (15 Punkte)Teams hardening (15 items)

PrioritätPriorityBeschreibungDescriptionPortalpfadPortal pathPowerShellPowerShell
HochHighGastzugriff nur mit klaren Geschäftsregeln aktivieren.Enable guest access only with clear business rules.Teams admin center > Users > Guest accessGet-CsTeamsClientConfiguration
MittelMediumExterne Domänen explizit allow-/deny-listen.Explicitly allow- or deny-list external domains.Teams admin center > Users > External accessGet-CsTenantFederationConfiguration
MittelMediumMeeting-Aufzeichnungen und Downloadpfade kontrollieren.Control meeting recordings and download paths.Teams admin center > MeetingsGet-CsTeamsMeetingPolicy
MittelMediumAnonyme Besprechungsteilnahme minimieren.Minimize anonymous meeting participation.Teams admin center > MeetingsGet-CsTeamsMeetingPolicy
MittelMediumLobby-Regeln für sensible Meetings verschärfen.Harden lobby rules for sensitive meetings.Teams admin center > MeetingsGet-CsTeamsMeetingPolicy
MittelMediumExterne Presenter und Screen Sharing einschränken.Restrict external presenters and screen sharing.Teams admin center > MeetingsGet-CsTeamsMeetingPolicy
HochHighApp Permission Policies auf erlaubte Apps reduzieren.Reduce app permission policies to approved apps.Teams admin center > Teams appsGet-CsTeamsAppPermissionPolicy
MittelMediumApp Setup Policies für Standard-Apps kuratieren.Curate app setup policies for standard apps.Teams admin center > Teams appsGet-CsTeamsAppSetupPolicy
MittelMediumTeamerstellung nur erlaubten Gruppen erlauben.Allow team creation only to approved groups.Teams admin center > Teams settingsGet-MgGroup
MittelMediumVoicemail, Transkription und Copilot-Datenpfade bewerten.Assess voicemail, transcription, and Copilot data paths.Teams admin center > VoiceGet-CsOnlineVoicemailPolicy
HochHighTeams Admin-Rollen über PIM schützen.Protect Teams admin roles through PIM.PIM > RolesGet-MgDirectoryRole
MittelMediumSensitivity Labels für Teams und Meetings aktivieren.Enable sensitivity labels for teams and meetings.Purview / Teams admin centerGet-Label
MittelMediumDatei- und Chat-DLP für Teams aktivieren.Enable file and chat DLP for Teams.Purview > DLPGet-DlpCompliancePolicy
MittelMediumIncident Response für Oversharing und Guest Abuse definieren.Define incident response for oversharing and guest abuse.SOC playbookGet-MgTeam
MittelMediumCalling- und PSTN-Policies nur nach Rolle zuweisen.Assign calling and PSTN policies only by role.Teams admin center > VoiceGet-CsOnlineVoiceRoutingPolicy

Device Hardening (15 Punkte)Device hardening (15 items)

PrioritätPriorityBeschreibungDescriptionPortalpfadPortal pathPowerShellPowerShell
KritischCriticalCorporate Devices über Enrollment und Compliance erzwingen.Enforce enrollment and compliance for corporate devices.Intune admin center > DevicesGet-MgDeviceManagementManagedDevice -Top 20
KritischCriticalCompliance Policies für alle Plattformen definieren.Define compliance policies for all platforms.Intune admin center > Devices > ComplianceGet-MgDeviceManagementDeviceCompliancePolicy
HochHighBitLocker auf Windows aktivieren.Enable BitLocker on Windows.Intune admin center > Endpoint security > Disk encryptionGet-BitLockerVolume
HochHighSecure Boot und TPM-Health prüfen.Check Secure Boot and TPM health.Intune admin center > Endpoint securityConfirm-SecureBootUEFI
HochHighDefender AV und EDR-Onboarding erzwingen.Enforce Defender AV and EDR onboarding.Intune admin center > Endpoint security > Microsoft DefenderGet-MpComputerStatus
HochHighAttack Surface Reduction Regeln einsetzen.Use Attack Surface Reduction rules.Intune admin center > Endpoint security > ASRGet-MpPreference | Select AttackSurfaceReductionRules_Ids
MittelMediumHost-Firewall auf Clients aktiv halten.Keep the host firewall enabled on clients.Intune admin center > Endpoint security > FirewallGet-NetFirewallProfile
HochHighWindows Hello for Business aktivieren.Enable Windows Hello for Business.Intune admin center > Account protectiondsregcmd /status
MittelMediumWindows Autopilot für Standardgeräte nutzen.Use Windows Autopilot for standard devices.Intune admin center > Devices > EnrollmentGet-AutopilotDiagnostics
HochHighLokale Adminrechte mit Windows LAPS reduzieren.Reduce local admin rights with Windows LAPS.Intune admin center > Endpoint security > Account protectionGet-LapsAADPassword -DeviceIds <DeviceId>
MittelMediumPatch-Ringe für Qualitäts- und Feature-Updates definieren.Define patch rings for quality and feature updates.Intune admin center > Devices > Update ringsGet-WindowsUpdateLog
HochHighRoot/Jailbreak-Erkennung auf Mobilgeräten erzwingen.Enforce root/jailbreak detection on mobile devices.Intune admin center > ComplianceGet-MgDeviceManagementDeviceCompliancePolicy
HochHighMobile Disk Encryption aktivieren.Enable mobile disk encryption.Intune admin center > ComplianceGet-MgDeviceManagementManagedDevice | Select OperatingSystem,EncryptionState
MittelMediumApplication Control / Allowlisting für kritische Geräte verwenden.Use application control or allowlisting on critical devices.Intune admin center > Endpoint security > Application controlGet-CimInstance -Namespace root\Microsoft\Windows\CI -ClassName Win32_DeviceGuard
HochHighAdmin- und User-Kontext auf Geräten trennen.Separate admin and user context on devices.Endpoint security / local adminwhoami /groups

Compliance Hardening (10 Punkte)Compliance hardening (10 items)

PrioritätPriorityBeschreibungDescriptionPortalpfadPortal pathPowerShellPowerShell
HochHighUnified Audit Log aktivieren und testen.Enable and test the unified audit log.Purview > AuditSearch-UnifiedAuditLog -StartDate (Get-Date).AddDays(-1) -EndDate (Get-Date) -ResultSize 10
MittelMediumAudit-Retention nach Bedarf auf Premium-Level erhöhen.Increase audit retention to premium levels where needed.Purview > AuditGet-AdminAuditLogConfig
HochHighSensitivity Labels für Datenklassen definieren.Define sensitivity labels for data classes.Purview > Information ProtectionGet-Label
HochHighDLP-Policies für Mail, Dateien, Teams und Endpoints aktivieren.Enable DLP policies for mail, files, Teams, and endpoints.Purview > Data loss preventionGet-DlpCompliancePolicy
MittelMediumRetention Policies und Labels konsistent einsetzen.Use retention policies and labels consistently.Purview > Data lifecycle managementGet-RetentionCompliancePolicy
MittelMediumInsider Risk nur mit klarer Governance aktivieren.Enable insider risk only with clear governance.Purview > Insider risk managementGet-InsiderRiskPolicy
MittelMediumeDiscovery-Rollen und Custodians sauber trennen.Separate eDiscovery roles and custodians cleanly.Purview > eDiscoveryGet-RoleGroup
MittelMediumRecords Management für regulatorische Inhalte planen.Plan records management for regulatory content.Purview > Records managementGet-RetentionComplianceRule
HochHighEndpoint DLP für Windows und macOS ausrollen.Roll out endpoint DLP for Windows and macOS.Purview > Endpoint DLPGet-DlpCompliancePolicy
MittelMediumAlert Policies für exfiltration- und adminrelevante Ereignisse definieren.Define alert policies for exfiltration and admin-relevant events.Purview > AlertsGet-ActivityAlert

GitHub-ReferenzenGitHub references

RepositoryRepositoryNutzenPurpose
CISecurity/CIS-Microsoft-365-Foundations-BenchmarkBenchmark und Priorisierung für M365-Grundhärtung.Benchmark and prioritization for Microsoft 365 foundational hardening.
soteria-security/365InspectAssessment-Tool für M365-Sicherheitsreife.Assessment tool for Microsoft 365 security posture.
microsoft/Microsoft-365-Defender-Hunting-QueriesKQL-Referenz für Hunting und Detection Engineering.KQL reference for hunting and detection engineering.