AI Didn’t Remove Programming – It Lowered the Bar

image

One of the most dangerous misunderstandings I hear is:
“AI means we don’t need programming anymore.”

The opposite is true.

We need more programming literacy—just a different kind.

AI doesn’t replace logic, structure, or clarity. It amplifies them. When an AI tool “writes code” for you, what it’s really doing is translating your intent into something executable. If your intent is vague, messy, or logically broken, the output will be too.

MSPs already see this in practice:

  • A poorly described Power Automate flow that works once and then quietly breaks.

  • An AI-generated script that technically runs but makes unsafe assumptions.

  • A Copilot prompt that looks clever but produces useless business output.

The common issue isn’t the tool. It’s the thinking behind the instructions.

Understanding basic concepts—inputs, outputs, conditions, loops, exceptions—has never been more important. The difference now is you don’t need to memorise syntax. You need to think clearly and explain cleanly.


This Is a Business Advantage, Not a Technical Party Trick

Here’s where many MSPs miss the opportunity.

They see AI-assisted “programming” as something clever techs play with internally. In reality, it’s fast becoming a deliverable business capability.

Think about your SMB clients:

  • They know their processes are inefficient.

  • They can explain what they want, but not how to build it.

  • They don’t want a six‑month dev project for a simple workflow problem.

An MSP that can sit with a client, map a process in plain English, and turn it into an automated solution is no longer just “support”. You’re helping redesign how the business operates.

And the simplicity is the point.

A one‑page English description that becomes:

  • A ticket triage workflow

  • An onboarding checklist generator

  • A management report assembler

  • A light internal chatbot using their own documents

None of that needs hardcore development skills anymore—but all of it still needs structured thinking.


Your Team Doesn’t Need Coding Skills – They Need Programming Awareness

This is where MSP leaders need to be deliberate.

You don’t suddenly need Python experts across your service desk. What you do need is:

  • Staff who can break problems into steps

  • People who can explain outcomes unambiguously

  • A shared understanding of how logic flows

If your team can already document SOPs well, they are halfway there.

I’ve seen MSPs get real value by:

  • Treating AI prompts like mini specifications, not chat questions

  • Reviewing AI-generated automations as a team, not blindly deploying them

  • Teaching junior staff how to describe a problem, not just which tool to click

Those are capability investments, not tool training.


The MSPs Who Win Will Treat This as a Core Skill

We’ve crossed a line. Programming is no longer gated by language barriers—it’s gated by thinking quality.

That changes what “technical literacy” means for MSPs.

The firms that thrive over the next few years won’t be the ones chasing every new AI tool. They’ll be the ones that:

  • Build strong internal habits around logical thinking

  • Help clients translate business problems into clear instructions

  • Package simple automation as repeatable, billable outcomes

If English is now the language of code, the question is simple:

Are you teaching your people how to speak it clearly—or assuming the tools will do that for them?

That’s a strategic choice every MSP leader needs to make, sooner rather than later.

Named locations + Conditional Access location-based policies

image

Most MSPs I talk to have a Conditional Access policy that blocks “high-risk countries”. They built it once, switched it on, and never looked at it again.

Then they sleep well at night.

That’s the problem.

A country block on its own is theatre. The attacker is on a VPN egress inside a country you allow, or a residential proxy, or a mailbox client that already has a refresh token. Named locations are useful — but only if you understand what they actually do, and where they fall down.

What is a named location, really?

A named location is a label. That’s it.

You’re telling Entra ID, “this IP range is my office”, or “these countries are where my staff actually work”. The location doesn’t enforce anything on its own. It’s a building block you then reference inside a Conditional Access policy.

The policy does the work. You decide whether to block, require MFA, or skip a control. The location is just the where.

And here’s the bit that bites people. Location is evaluated after first-factor authentication. The password’s already gone. Conditional Access then decides what happens next. Treat named locations as a layer, not a perimeter.

Step-by-Step: Setting up a country block that actually earns its keep

Portal path only. Report-only first — non-negotiable.

Open Named locations

Sign in to the Microsoft Entra admin centre as a Conditional Access Administrator. Go to Protection > Conditional Access > Named locations.

Create a Countries location

Click + Countries location. Name it something obvious — “Allowed countries — AU only” beats “Country Block 1”. Pick the country (or countries) where your staff actually sign in. Tick Include unknown areas if you want the location to also catch IPs the geo-database can’t classify. I leave that off for allow-lists and on for block-lists. Save.

Create the policy

Go to Policies > New policy. Name it. Under Users, pick All users — then exclude your break-glass accounts. Always. Under Target resources, pick All resources.

Set the network condition

Under Network, set Configure to Yes. Include Any network or location, then under Exclude select Selected networks and locations and pick your “Allowed countries” entry. That gives you “block everything outside my country”.

Grant

Under Access controls > Grant, choose Block access.

Switch to Report-only and review

Set Enable policy to Report-only. Create. Then watch the sign-in logs for at least 48 hours. The report-only results tell you exactly which users would have been blocked. Anyone surprising in there? Investigate. Then flip the policy on.

Why this actually changes behaviour

Here’s the real win. Once you’ve got clean named locations, every other CA policy gets sharper.

The “skip MFA from a trusted location” pattern — careful with that. Marking your office public IP as trusted feels like a productivity gift to users. It’s also the exact thing an attacker on your guest Wi-Fi or a compromised contractor on your VPN will piggyback. My recommendation? Don’t mark anything as trusted unless you have a strong reason and you’ve documented it. Use sign-in frequency and authentication strength to soften MFA friction instead.

“But our staff hate MFA prompts in the office.” Then fix the prompts. Don’t punch a hole in the wall.

The other classic trap is the corporate VPN. If everyone egresses through one public IP in a country you’ve blocked, you’ve just locked your own staff out. Map your VPN exits before you write the policy. Read the network assignment conditions before you write the policy, not after.

Notice what’s missing from all of this? PowerShell. You don’t need it. The portal does the job, and the audit trail is clearer.

A country block doesn’t stop attackers. It thins the noise so the rest of your stack can do real work. If you’re not showing your clients this — and explaining why “trusted location” is a loaded word — you’re leaving security maturity on the table.

That’s the job. Use named locations for that, and not for the warm feeling a checkbox gave you.

You Don’t Get What You Want. You Get What You Create.

image

I keep seeing the same pattern play out across MSPs when it comes to Microsoft 365 Copilot.

Everyone wants the outcome.

They want more productive staff. Better documentation. Faster decision‑making. Clients who “get” the value of what they’re paying for. Less rework. Less noise. Better margins.

But wanting it doesn’t get you there.

What you actually get is the result of what you deliberately create—inside your business, your client environments, and your team’s habits. Copilot has made that reality impossible to ignore.

Copilot Doesn’t Do the Work for You

One of the biggest misconceptions I’m seeing is that Copilot is some kind of productivity switch. Turn it on and suddenly everything improves.

That’s not how it works.

Copilot doesn’t magically fix poor processes, unclear thinking, or disorganised environments. In fact, it often exposes them. If your documentation is messy, your Teams sprawl is out of control, or your staff can’t clearly explain what they’re trying to achieve, Copilot reflects that right back.

I’ve watched MSPs trial Copilot and walk away disappointed because “it didn’t give good answers”. Dig a layer deeper and the real issue is usually this: no one took the time to decide what good looks like.

Copilot amplifies intent. If there’s no clear intent, the output is exactly what you’d expect—average at best.

Action Creates Leverage

The MSPs getting real value from Copilot aren’t the ones talking about it the most. They’re the ones doing the boring, unsexy work first.

They’re standardising how they write internal notes.
They’re cleaning up SharePoint, not adding another layer on top.
They’re training staff how to ask better questions, not just how to click buttons.

One example I see regularly is meeting follow‑up. Some businesses want Copilot to magically “summarise meetings”. The ones getting value have already decided what a good meeting outcome looks like—decisions made, actions assigned, context captured. Copilot then becomes a force multiplier, not a crutch.

The difference isn’t the tool. It’s the willingness to act.

Clients Get the MSP You Build

The same applies on the client side.

I hear MSPs say, “Our clients aren’t ready for Copilot.” Often what they mean is: we haven’t created a clear, safe, guided way for clients to adopt it.

If you drop Copilot into an unmanaged tenant with poor security posture and no data boundaries, you’ll get chaos—and eventually pushback. If, instead, you deliberately design adoption around governance, role‑based use cases, and realistic expectations, the conversation shifts quickly.

Copilot rewards MSPs who lead, not those who wait for clients to ask.

Waiting feels safe. Action creates differentiation.

What You Create Shapes What You Get

Copilot is forcing a moment of honesty for a lot of MSPs.

You don’t get strategic insights just because you licensed an AI tool.
You don’t get better decisions without better thinking.
You don’t get momentum without someone taking responsibility for moving first.

The MSPs who will win in this next phase aren’t chasing features. They’re creating environments—technical, operational, and cultural—where tools like Copilot actually matter.

That takes intent. It takes effort. And yes, it takes saying no to shortcuts.

The Real Opportunity

Copilot isn’t the opportunity. Creation is.

If you want better internal productivity, create better standards.
If you want smarter clients, create better guidance.
If you want results, create the conditions for them.

Because in the end, you don’t get what you want.

You get what you create.

And the MSPs willing to take action now are the ones who’ll still be relevant when everyone else realises wishing never builds anything.

Standardising Microsoft 365 Business Premium Across All MSP Tenants: From License Bundle to Operating Platform

image

Most MSPs still deploy Microsoft 365 Business Premium (BP) like a product SKU. They sell licenses, complete onboarding checklists tenant by tenant, and resolve drift by hand when tickets arrive. This looks efficient in quarter one, but at scale it creates an operational tax that compounds every quarter. Support load rises. Security posture diverges. Junior technicians cannot safely execute changes because baseline intent is tribal knowledge.

The MSPs creating margin in 2026 are running a different model. They treat BP as a platform to operate, not a bundle to install. That means one golden tenant specification, policy and configuration baselines as code, and a manage-by-exception approach where most work is standardized and only true client-specific needs are handled manually.

The Core Reframe

Old model: BP is a bundle of tools you sell and configure manually.

New model: BP is a platform you operate with repeatable controls, automation, and drift management.

This is not semantics. It changes your cost structure, risk profile, and staffing model. If your service desk touches every tenant for the same control updates, your operating model is brittle. If your team updates templates and pushes controlled changes across tenants, your model is scalable.

Why Standardisation Matters to MSP Economics

Across MSP environments, three recurring pain points appear:

  • Ticket volume grows faster than seat count.

  • Security inconsistencies appear between tenants and surface during incidents or audits.

  • Service delivery depends on senior staff memory instead of documented, repeatable process.

Each pain point maps back to the same root cause: no formalized control plane standard. A standard does not remove client uniqueness. It separates universal BP controls (identity, device, threat, and messaging protections) from customer-specific exceptions.

Operational Blueprint: Building a Multi-Tenant BP Platform

1. Define the Golden Tenant Specification

Document the baseline configuration every tenant should inherit. Keep this explicit, versioned, and reviewable. Typical baseline areas include:

  • Identity protection: MFA enforcement, legacy auth blocking, Conditional Access baseline policies.

  • Endpoint posture: Intune compliance policies, configuration profiles, update rings, application control assumptions.

  • Threat controls: Defender for Business onboarding, policy baseline, alert routing, and response ownership.

  • Email and collaboration protection: anti-phishing, anti-malware, SPF/DKIM/DMARC alignment, external sharing defaults.

  • Governance controls: role design, break-glass strategy, admin workflow, and change traceability.
2. Move Baseline to Code and Templates

Represent baseline controls as declarative templates and automation artifacts. Version them in source control and manage changes through pull requests. This gives your team:

  • Repeatability across new tenant onboarding.

  • Change history for control decisions.

  • Rollback and peer review options before wide release.

  • Reduced risk from one-off portal changes.
3. Implement Manage-by-Exception

Standardize the common 95% of BP control plane settings and explicitly document the 5% of client-specific requirements. Every exception should have:

  • A business justification.

  • A risk note.

  • An owner.

  • An annual review date.

Without this discipline, exceptions become hidden drift.

4. Add Drift Detection and Remediation Workflow

A platform model needs continuous control validation. Define what drift means for each control family, monitor for divergence, and route remediation tasks into service workflows. Your target state is not zero drift events. Your target state is rapid, low-friction detection and correction.

5. Measure Operational Outcomes

Set baseline metrics before rollout, then track improvement by month and quarter:

  • Ticket volume per 100 seats.

  • Time to onboard a new tenant.

  • Percentage of tenants fully aligned to baseline.

  • Mean time to detect and resolve drift.

  • Security control coverage (for example, MFA and Conditional Access completeness).

Data Points Supporting the Platform Model

Metric
Reported Outcome

Ticket volume reduction
Up to 45% with standardized BP operations (Nerdio, January 2026)

Onboarding time reduction
About 60% with templated baseline approach (AvePoint, 2025)

Manual onboarding time
4-8 hours reduced to under 30 minutes with repeatable templates (Nerdio, 2026)

Compromised accounts without MFA
99.9% of compromised Microsoft accounts lacked MFA (Microsoft Security)

Three-year ROI
197% for standardized Microsoft 365 deployment models (Gartner TEI, 2025)

Tooling Reality: Free Baseline vs Scale Baseline

Microsoft 365 Lighthouse can be a solid starting point for smaller tenant counts. The challenge appears as tenant volume, exception complexity, and remediation needs increase. At mid-scale, MSPs typically require deeper baseline customization, stronger drift handling, and broader automation integrations than basic portal workflows provide.

The correct tooling decision is not free versus paid. It is capability versus future operating cost. A lower platform fee in year one can produce higher labor and security cost in year three if it cannot support your control model at scale.

Common Objections and Technical Rebuttals

“Every client is different, so we cannot standardize.”

Client business requirements differ. BP control plane fundamentals usually do not. Standardize identity, device, and threat baselines first, then document approved deviations. This preserves flexibility without losing repeatability.

“We do not have time to build this.”

You already spend the time, but in fragmented daily work. Standardisation converts distributed reactive effort into deliberate reusable engineering. The build period is finite. The efficiency and risk reduction are ongoing.

“Our senior engineer already knows the right setup.”

That is concentration risk. If key controls live in memory, absence, turnover, or workload spikes become security events. A written, versioned baseline is the minimum control for operational resilience.

A Practical 90-Day Execution Plan

Days 1-30: Baseline Definition and Gap Mapping
  • Define your golden tenant control set.

  • Map each managed tenant against baseline.

  • Classify gaps as critical, high, medium, or low.

  • Identify mandatory exceptions and assign owners.
Days 31-60: Automation and Pilot Rollout
  • Convert baseline into templates or code artifacts.

  • Pilot on a representative tenant cohort.

  • Validate deployment safety, rollback process, and change approvals.

  • Train service desk for exception-based operations.
Days 61-90: Full Rollout and Drift Operations
  • Deploy baseline model across all eligible tenants.

  • Activate drift detection and remediation workflow integration.

  • Measure KPI deltas against pre-project baseline.

  • Schedule monthly baseline governance review.

Leadership Takeaway

“The tenant is the new server.”

This framing captures the operational shift MSPs must make. In the server era, no mature provider hand-built every environment from memory. BP now requires the same discipline at the tenant layer. Standardisation is not a side project. It is the platform operating model that determines whether your MSP scales profitably and securely.

If your team still treats Business Premium as a bundle, you are paying a recurring tax in labour, risk, and inconsistency. If you run it as a platform, you create a repeatable system where growth does not automatically increase chaos.

References

Six Stoic Lessons MSPs Should Be Applying to Microsoft 365 Business Premium

image

Being an MSP in 2026 is not about tools. It’s about discipline.

Microsoft 365 Business Premium already gives you more capability than most MSPs actually use — identity protection, endpoint security, conditional access, compliance controls. The problem isn’t licensing. The problem is behaviour.

Interestingly, Marcus Aurelius nailed this problem almost 2,000 years ago.

Stoicism isn’t philosophy for philosophers. It’s a framework for doing hard work consistently. When you apply those lessons to MSP operations and M365 Business Premium, you get six principles that separate average MSPs from the ones who scale profitably.

1. Seek Out Discomfort

If implementing Microsoft’s recommended security settings feels uncomfortable, that’s your signal to lean in — not back off.

Too many MSPs avoid enforcing MFA everywhere, avoid Conditional Access, avoid removing local admin, or avoid saying “no” to insecure client behaviour because it might cause friction.

Growth only happens when you deliberately choose the harder option.

Marcus Aurelius deliberately made himself uncomfortable to improve. MSPs need to do the same. If your clients are still allowed to weaken your security standards “because business”, your offering isn’t mature — it’s fragile.

M365 Business Premium rewards MSPs who stop chasing comfort and start enforcing standards.

2. Focus on Process, Not Outcomes

Every MSP says they want secure tenants. Very few build the process that actually delivers them.

Security outcomes are a by‑product of execution. You don’t get there by hoping or selling harder. You get there by:

  • Standard tenant builds

  • Documented baselines

  • Consistent policy enforcement

  • Repeatable onboarding and offboarding

Stoicism teaches focusing on what you control. In MSP terms, that’s process.

You don’t control client behaviour. You don’t control Microsoft roadmap changes. But you absolutely control how consistently you deploy M365 Business Premium.

Show up. Do the work. Outcomes follow.

3. Ask for Help (Seriously)

No MSP masters Microsoft 365 alone.

If you’re pretending you have Defender, Intune, Conditional Access, compliance, and Copilot “sorted” without outside input, ego has already cost you money.

Marcus Aurelius openly credited others for his success. MSPs should too.

Peer groups, communities, training, advisors — asking for help is not weakness. It’s efficiency. The MSPs who grow fastest are the ones who shorten their learning curve instead of pretending it doesn’t exist.

Silence is expensive.

4. Ego Is the Enemy

Ego tells MSPs they already know enough.

Reality says the threat landscape evolves monthly and Microsoft changes weekly.

The moment you assume your M365 Business Premium configuration is “done”, it’s already outdated. Humility keeps you reviewing, testing, refining, and improving. Ego keeps you static.

The best MSPs constantly ask:

  • What have we missed?

  • What has changed?

  • What should we revisit?

That mindset is what keeps clients secure — and keeps you relevant.

5. Embrace Failure

If you’ve never broken tenant access with Conditional Access, never caused a rollout issue, or never had a security control backfire — you’re not doing anything meaningful.

Failure is not the opposite of excellence. It’s how excellence is built.

Elite MSPs don’t avoid mistakes. They recover quickly, document lessons learned, and harden their process so the same issue never happens twice.

Failure is feedback. Ignore it and you repeat it. Use it and you improve.

6. The Obstacle Is the Way

Client pushback. Security incidents. Compliance demands. Budget constraints.

These aren’t interruptions to MSP work — they are the work.

Stoicism teaches that obstacles aren’t problems to avoid, they’re opportunities to practise excellence. Every incident improves your response playbooks. Every difficult client conversation sharpens your positioning.

M365 Business Premium gives MSPs the tools. Stoicism gives them the mindset to actually use them.

And that’s the difference between MSPs who survive — and MSPs who lead.

DLP and Sensitivity Labels for SMBs: A Practical Copilot Readiness Playbook

image

Most SMB data protection projects fail for one reason: teams optimize the label taxonomy before fixing access control. That creates a “labeled mess” instead of a governed environment. In practical terms, a “Confidential” label cannot compensate for a SharePoint site still shared with broad legacy permissions.

A safer and faster implementation sequence is: Permissions cleanup -> Sensitivity labels -> DLP tuning -> Copilot enablement. This order aligns with real-world Copilot risk patterns, where oversharing is usually the primary exposure pathway.

The Category Error to Avoid

The common debate in SMB projects is “How many labels should we deploy?” (for example, 4 vs 8 vs 12). That is the wrong first question. The first technical question is: “Are current permissions precise enough for labels to have security meaning?”

If broad groups, stale sharing links, and inherited permissions still expose sensitive locations, adding more labels mostly increases administrative overhead and user confusion. Copilot does not create this condition, but it can reveal it quickly by making discoverable content easier to surface through natural language prompts.

Reference Architecture for SMB Tenants

Use a minimal, repeatable baseline that can be implemented and operated by small IT teams.

1. Permissions Layer (Foundational)
  • Identify and remove broad default access patterns (for example, “Everyone except external users” where inappropriate).

  • Review high-risk SharePoint and Teams locations first: HR, Finance, Leadership, M&A, Legal, payroll artifacts.

  • Remove stale members from privileged Microsoft 365 groups and Teams.

  • Expire or revoke old anonymous or org-wide links where business value no longer exists.

  • Document approved sharing patterns by site type (departmental, project, external collaboration).
2. Label Layer (Classification)

Start with a compact taxonomy, then expand only with evidence.

  • Public – content approved for unrestricted internal and external use.

  • Internal – default business content for internal sharing.

  • Confidential – restricted business-sensitive data.

  • Highly Confidential (optional) – strongest controls, often encryption-backed.

Keep label names plain and user-comprehensible. If users cannot predict where a label applies, adoption and accuracy collapse.

3. DLP Layer (Policy Enforcement)
  • Deploy DLP in audit mode first (recommended: 60 days).

  • Prioritize high-confidence detections first (payment card data, national identifiers, banking information).

  • Monitor policy hits weekly and triage false positives with business owners.

  • Move to staged enforcement with user notifications before hard blocking where possible.
4. Copilot Layer (Consumption)

Enable Copilot only after oversharing findings are remediated to an agreed threshold. Treat Copilot enablement as a controlled release with explicit go/no-go criteria, not a licensing event.

Why Copilot Changes the Risk Visibility Model

Traditional oversharing could remain hidden for years because users had to know exactly where to look. Copilot lowers search friction by translating intent into broad retrieval across accessible content. This can expose latent permission mistakes quickly.

Oversharing is best treated as an access-control debt problem, not a labeling deficiency.

In practical operations, Copilot acts like a continuous discovery mechanism for permissions debt. If the tenant is clean, Copilot is productive. If not, Copilot surfaces the debt immediately.

60-Day Implementation Runbook

Phase 0 (Week 0): Scope and Governance
  • Define data protection owner, security owner, and business escalation path.

  • Agree target controls and business exceptions process.

  • Set Copilot readiness criteria before technical work begins.
Phase 1 (Weeks 1-2): Permissions Remediation
  • Run oversharing assessment on SharePoint and Teams-connected sites.

  • Rank findings by impact: executive, financial, personal data, contractual data.

  • Remediate critical sites first and verify effective permissions after each change.

  • Capture exception approvals where broad sharing must remain.
Phase 2 (Weeks 2-3): Label Deployment
  • Publish 3-4 labels to a pilot user group.

  • Validate user understanding with short examples and FAQ guidance.

  • Adjust label descriptions and policy tooltips based on pilot confusion points.
Phase 3 (Weeks 3-8): DLP Audit Mode
  • Enable DLP in monitor-only mode.

  • Collect incidents and tune detection thresholds/rules weekly.

  • Present day-30 report to stakeholders with false-positive and true-positive analysis.

  • Issue day-45 enforcement impact notice to users and managers.
Phase 4 (Week 9+): Staged Enforcement and Copilot Rollout
  • Turn on enforcement for highest-confidence policies first.

  • Enable Copilot for low-risk pilot cohort.

  • Review user prompts/incidents for unintended access outcomes.

  • Expand rollout only when no critical oversharing regressions are detected.

Operational Metrics That Matter

Track leading indicators, not just policy counts.

  • Permissions hygiene: number of high-risk overshared sites before vs after remediation.

  • Classification adoption: percentage of newly created docs with valid user-applied labels.

  • DLP quality: true-positive to false-positive ratio per policy.

  • Readiness confidence: unresolved critical findings at Copilot go-live.

  • User impact: helpdesk tickets per 100 users post-enforcement.

Common Failure Modes and Corrective Actions

Failure Mode 1: Label Proliferation

Symptom: taxonomy grows to 8-40 labels with low usage consistency.
Correction: reduce to behaviorally distinct labels users can apply accurately.

Failure Mode 2: Permanent Audit Mode

Symptom: policies remain non-enforcing for months or years.
Correction: define enforcement date at project kickoff and publish milestone reports.

Failure Mode 3: Copilot Before Cleanup

Symptom: sensitive content appears in valid-but-unexpected prompt responses.
Correction: block rollout until critical permissions findings are remediated and re-tested.

Practical MSP Packaging

The most successful SMB engagements package this work as Copilot Readiness and Data Access Hardening, not as a one-time “label deployment” project.

  • Deliverable 1: Oversharing assessment and remediation log

  • Deliverable 2: Compact label taxonomy and end-user guidance

  • Deliverable 3: DLP audit report at day 30 and day 60

  • Deliverable 4: Copilot go-live risk sign-off

  • Deliverable 5: Quarterly policy and permissions review cadence

Key Data Points to Use with Clients

  • Purview Suite for Business Premium add-on was announced at $10/user/month (September 2025).

  • Combined Defender + Purview Suites for Business Premium add-on was listed at $15/user/month.

  • Working SMB implementations commonly succeed with 3-4 labels, not large taxonomies.

  • A 60-day DLP audit window is a common practical baseline before enforcement.

  • Published incidents show that Copilot oversharing exposure typically traces back to legacy permissions.

Conclusion

For SMB tenants, the winning strategy is not maximum policy complexity. It is disciplined sequencing and operational follow-through. Start with permissions. Add a minimal label model. Run DLP in time-boxed audit mode. Enforce in stages. Then enable Copilot.

If you remember one line, use this: Clean access first, classify second, enforce third, accelerate last.


Most MSPs Don’t Need Reinvention — They Need Better Systems

image

I spend a lot of time talking to MSP owners who feel stuck. Revenue is steady but flat. The team is busy, but not always effective. Sales relies on the same few people. Marketing is inconsistent. Documentation lives in too many places and still gets ignored.

What strikes me is this: most of these businesses are already doing a lot of things right. They’re just doing them manually, repeatedly, and inconsistently.

The uncomfortable truth is that most MSPs aren’t a full transformation away from growth. They’re only a few small system changes away from it. And right now, Microsoft 365 Copilot is exposing exactly where those gaps are.

Not because it’s “AI”.
But because it forces you to confront how broken your internal systems actually are.

The Real Constraint Isn’t Effort — It’s Repeatability

Here’s the pattern I keep seeing. An MSP wins business because one or two senior people are excellent. They know how to sell. They know how to explain value. They know how to scope work. They know how to write proposals that close.

The problem? None of that is systemised.

So every deal depends on hero effort. Every proposal is written from scratch. Every quarterly review relies on memory. Every new hire takes months to onboard because the knowledge lives in someone’s head.

This is where Copilot becomes uncomfortable — in a good way.

When Copilot is dropped into a messy tenant, it doesn’t magically fix anything. It simply reflects reality back at you. Disorganised docs stay disorganised. Inconsistent processes stay inconsistent. Scattered information stays scattered.

But when the systems are right? That’s when the leverage appears.

When Systems Start Doing the Heavy Lifting

I’ve seen MSPs get real traction when they stop thinking of Copilot as a feature and start using it as a force multiplier for their existing wins.

One example: sales proposals.
If your proposals are consistent, well-written, and stored properly, Copilot can help staff generate first drafts that sound like the business — not like a junior guessing. That doesn’t replace sales skills. It removes friction.

Another example: customer communication.
When meeting notes, action items, and follow-ups live in the right place, Copilot turns conversations into continuity. Clients feel like the business is organised, responsive, and on top of things — even when the team is stretched.

The biggest shift, though, is internal.
When onboarding guides, security standards, SOPs, and client histories are actually usable, Copilot acts like institutional memory. New staff ramp faster. Senior staff stop being bottlenecks. Decisions get made with context, not gut feel.

That’s not automation for the sake of it.
That’s systems enabling growth without burnout.

Autopilot Isn’t About Less Work — It’s About Better Work

Let’s be clear: autopilot doesn’t mean switching off. It means the business stops relying on constant pushing just to maintain altitude.

When systems handle the routine thinking — drafting, summarising, correlating information — people get to focus on judgement, relationships, and strategy. The things MSPs say they value, but rarely have time for.

Copilot doesn’t close deals by itself.
But it supports a system that does.

It doesn’t magically scale marketing.
But it makes consistency achievable.

It doesn’t hire great staff.
But it makes working in your business less chaotic — which is how you keep them.

The Question Every MSP Should Be Asking

Instead of asking, “What can Copilot do?”, the better question is:
What would break if our best people were unavailable next week?

Where the answer is “everything”, that’s where the system is missing.

Copilot doesn’t create discipline.
It rewards it.

For MSPs willing to invest in structure — not just tools — this is the closest thing I’ve seen to pushing an autopilot button. Not because it removes effort, but because it finally turns what you’re already good at into something that scales.

And that’s where real growth starts.

Microsoft Defender for Business: The MSP Reality Check

image


The short version: Microsoft Defender for Business scored 100% detection coverage across all 16 attack steps in the 2024 MITRE ATT&CK Enterprise evaluation. It also ships with no native multi-tenant console, no included 24/7 SOC, and an admin portal MSP operators openly describe as “a damn mess.” Both facts are true. Most MSPs have only priced one of them.


If you are an MSP selling Microsoft 365 Business Premium to sub-300-seat clients, you have almost certainly had the conversation: “Does Business Premium include endpoint protection?” The answer is yes—and that is exactly where the problem starts.


Defender for Business (DfB) is not the question. The question is what an MSP is actually delivering when it ticks the Business Premium box, onboards the tenant, and moves on. This post works through the technical reality of DfB in MSP deployments: what the product genuinely does well, where the operational gaps sit, what the practitioner community has settled on as the minimum viable wrap, and what the liability exposure looks like when the wrap is missing.



1. The Detection Engine Is Real—Stop Arguing About It


Defender for Business runs the same agent technology as Defender for Endpoint Plan 2 (MDE P2), the enterprise-tier EDR included in Microsoft 365 E5. The product ships:


  • Next-generation antivirus with cloud-delivered protection and behaviour-based detection
  • Behavioural EDR—endpoint detection and response with timeline and forensic telemetry
  • Automated Investigation and Remediation (AIR)—auto-triage and containment of common threat patterns without waiting for an analyst
  • Attack Surface Reduction (ASR) rules—policy-driven controls that block the abuse of common Windows features (Office macros, LSASS access, script execution chains, etc.)
  • Web content filtering and network protection
  • Threat & Vulnerability Management (TVM)—a simplified posture view that highlights missing patches, misconfigurations, and software exposure across managed endpoints


The 2024 MITRE ATT&CK Enterprise evaluation, independently scored by MITRE Engenuity, recorded Microsoft Defender XDR at 100% detection coverage across all 16 attack steps and all 80 sub-steps. This is the same underlying agent technology DfB uses. Calling Defender for Business “just antivirus” in 2026 is not a security assessment—it is an indicator that the person has not looked at the product since 2021.


Confidence note (HIGH): The MITRE result is independently scored and publicly verifiable at attackevals.mitre-engenuity.org. G2’s 30-review aggregate for DfB sits at 4.5/5, with the dominant negative theme being “complex to configure”—not “missed threats.”


What DfB does NOT include versus MDE Plan 2 / E5


Clarity on the gaps matters because MSP decisions about upgrade paths depend on them:


  • Full Advanced Hunting with the complete KQL schema and 30-day cross-tenant query capability is absent. DfB has a stripped view only.
  • Custom detection rules at scale—the API-driven workflow for building organisation-specific KQL detections is an E5/MDE P2 feature.
  • Microsoft Threat Experts / Defender Experts for Hunting is an add-on entitlement, not included at any Business Premium tier.
  • Full TVM prioritisation workflows, including contextual risk scoring and remediation ticket integration, are more limited in DfB than in MDE P2.


For most sub-300-seat SMB clients, the missing features are not the bottleneck. The bottleneck is operational—and it starts at the management layer.



2. The Management Gap Is the Real MSP Problem


Across r/msp threads spanning August 2022 through January 2025—the most sustained practitioner conversation about DfB in MSP deployments—the dominant complaint is not detection quality. It is operability at scale.


“There is supposed to be auto remediation, but every tenant has a blank page in the settings… Logging into each tenant (delegation won’t work on these pages) is a PITA, and manually requesting remediation for the following day or later. Typical Microsoft, great idea, so lacking in cohesive execution.”

— GremlinNZ, MSP operator, r/msp canonical thread


“They need to make the Defender portal easier to use. It’s a damn mess right now.”

— ancillarycheese, MSP operator, r/msp


“We use Defender for Business WITH SentinelOne… as a stand-alone EDR solution—I wouldn’t recommend it. Without CIPP and other tools it becomes problematic to manage.”

— blindgaming, MSP operator, r/msp


The core structural problem is this: security.microsoft.com does not support delegated multi-tenant access in the same way that the Microsoft 365 admin portals do. An MSP with 40 tenants cannot manage Defender for Business alerts across all of them from a single pane of glass using native Microsoft tooling alone. Each tenant requires a separate login context. Delegation through GDAP helps with permissions but does not solve the unified-view problem.


This is not a minor UX complaint. It is a scalability ceiling. An MSP tech managing 20 tenants who needs to check for active incidents across all of them each morning is looking at 20 individual logins, 20 separate portal states, and 20 alert queues with no aggregated view. At that point, either the techs burn out or the alerts go unchecked—and in a security context, unchecked alerts are the same as no alerts.


The contrast with single-tenant environments


It is worth noting that the r/sysadmin community—practitioners managing one tenant rather than twenty—runs consistently more positive on DfB than r/msp:


“It’s pretty decent, and you’re only going to be able to do better if you move to a much higher-end EDR like CrowdStrike or SentinelOne. But Microsoft is no slouch here.”

— canadian_sysadmin, r/sysadmin


“Windows Defender for Endpoint/Business is a world leading solution. That being said it is best managed and monitored through your Microsoft 365 Business license with Intune and native management.”

— Avas_Accumulator, r/sysadmin


The split in sentiment is not about the product. It is about deployment context. In a single-tenant environment the multi-tenancy gap does not exist. In an MSP environment running 20–200 tenants, it is the dominant operational constraint.



3. Microsoft Does Not Include a 24/7 SOC with Business Premium


This is the single most consequential fact MSPs fail to communicate to clients, and the one most likely to produce a liability incident when it surfaces during a breach.


Microsoft’s managed SOC offering—Defender Experts for XDR—is sold separately. It has no public per-seat price. It is gated behind an interest form and is clearly positioned as an enterprise offering. There is no indication it is accessible to sub-300-seat SMB clients at a commercially viable price point.


The practical consequence for MSPs is blunt:


  1. DIY 24/7 monitoring—viable only for MSPs with a staffed NOC/SOC running around the clock, which is rare at the SMB-MSP tier.
  2. Defender Experts for XDR—enterprise-priced, opaque, and not practically accessible for Business Premium clients.
  3. Third-party SOC partner—Huntress, Blackpoint, Field Effect, Arctic Wolf, or Pax8-distributed MDR offerings layered on top of DfB.


The liability gap: A CFO at a 40-seat SMB hears “Business Premium includes Microsoft Defender” and reasonably concludes they have bought managed security. They have not. They have bought a detection engine. Whether anyone reads the alerts—and how fast—is entirely determined by the MSP’s service design, and if that is not documented in the MSA, neither party knows what they have bought.



4. The Minimum Viable MSP Wrap Stack


The practitioner community on r/msp has, over three years of iteration, converged on a standard architecture for running Defender for Business at MSP scale. None of the components are optional if the MSP wants to deliver an operationally sound result:


Layer 1: Access Management

GDAP (Granular Delegated Admin Privileges)—required for MSP access to customer tenants using the principle of least privilege. Replaces the legacy DAP model. Without GDAP properly configured, the MSP is either operating with excess privilege or managing access manually per tenant—neither is acceptable from a security or audit perspective.


Layer 2: Multi-Tenant Management

Choose one or more of:

  • Microsoft 365 Lighthouse—Microsoft’s own multi-tenant management portal for MSPs serving SMB clients. Provides an aggregated view of device compliance, alerts, and user risk across tenants. Improving but still limited for deep Defender operations.
  • CIPP (Community Intune and Partner Portal)—open-source MSP management platform with strong M365 coverage. Widely used in the community for tenant management, user operations, and policy deployment.
  • Inforcer—commercial MSP management layer with strong Business Premium policy management. Specifically designed for MSPs running large numbers of Microsoft tenants.


Layer 3: Policy Hardening

Intune-enforced security policies are the mechanism by which ASR rules, device compliance baselines, and Defender configuration actually land on endpoints. DfB in default configuration is not a hardened deployment. An MSP that onboards a tenant, enables DfB, and does not push a policy baseline is leaving a significant proportion of the product’s protective capability unused.

Critical policies that must be configured intentionally:

  • ASR rules—in Audit mode by default; must be switched to Block mode per rule after validating impact
  • AIR configuration—automated remediation level (Full vs. Semi-require-approval) per device group
  • Tamper protection—on by default in DfB but worth verifying across all enrolled devices
  • Network protection and web content filtering category configuration
  • Device isolation policy for high-severity incidents


Layer 4: The 24/7 SOC Layer

The alert that fires at 7:14pm on a Friday needs to be read and acted on within minutes, not at 9am Monday. For most MSPs this means a third-party MDR partner. The most commonly recommended option in the practitioner community is Huntress Managed EDR.


“Ditch your current AV spend for Huntress and use Microsoft Defender. Huntress manages a lot of the MS Defender features… from a multi-tenant monitoring/management/alerting perspective, this is the best solution on the market today.”

— amw3000, MSP operator, r/msp canonical thread (consistently upvoted 2022–2025)


Huntress was named a Microsoft Verified SMB Solution in November 2024 and announced an expanded Microsoft Defender collaboration in July 2025. The fact that Huntress chose to build on Defender rather than displace it is the strongest possible product-level endorsement of the DfB engine—and simultaneously the clearest acknowledgement that the engine alone is not sufficient for MSP-scale operations.

Alternatives to Huntress for the SOC layer: Blackpoint Cyber, Field Effect, Arctic Wolf, and Pax8-distributed MDR offerings. The choice of partner matters less than the fact that a choice has been made and that it is priced into the client’s service agreement.



5. What Happens When the Wrap Is Missing


A 40-seat accounting firm signs onto Business Premium on the MSP’s recommendation. The MSP onboards them in a week—Intune basic policy, MFA, Conditional Access, Defender for Business switched on across all endpoints. The client’s CFO asks once whether they are now “covered” for ransomware. The MSP says yes, in writing. Eleven months pass without an alert worth investigating.

On a Friday in month twelve, a partner clicks a payroll-themed phishing link from a hotel Wi-Fi. Defender flags the executable, isolates the device, and writes the incident to the security portal at 7:14pm. Nobody opens the portal until Monday at 9am. By then the attacker has used the seventy-two-hour window to pivot through the partner’s saved credentials into the firm’s tax software vendor and exfiltrate two seasons of client returns.

The post-incident review is short. The detection worked. The agent did exactly what Microsoft’s MITRE result said it would. What did not work was the part that was never bought, never built, and never priced—the layer that reads the alert at 7:14pm on a Friday and acts on it. The MSP had sold a licence. The client had assumed they bought a service. Both were correct. Both were also wrong about what the other one meant.



6. The Cost Economics—Why DfB + Wrap Beats the Alternatives


The Business Premium upgrade conversation is often framed as “is Defender for Business worth $9.50 per user per month?” That is not the right question. The $9.50 Business Standard to Business Premium delta delivers:


  • Defender for Business (EDR)
  • Microsoft Intune (MDM/MAM)
  • Azure Information Protection / Microsoft Purview Information Protection
  • Conditional Access (Entra ID P1)
  • Defender for Office 365 Plan 1 (anti-phishing, Safe Links, Safe Attachments)


Valued individually, the $9.50 delta is almost always defensible for any SMB with more than a basic threat profile. The correct question is whether the MSP has priced the wrap on top of it—because that is what determines whether the $9.50 produces security outcomes or merely a compliance checkbox.


Product Price Notes
M365 Business Standard $12.50 / user / month No EDR included
M365 Business Premium $22.00 / user / month DfB + Intune + CA + AIP + Defender for Office 365 P1
Defender for Business (standalone) $3.00 / user / month EDR only, same 300-seat cap
MDE Plan 2 (standalone) $5.20 / device / month Full EDR + Advanced Hunting + Threat Experts eligibility
CrowdStrike Falcon Go $59.99 / device / year (~$5.00/month) Closest single-vendor SMB alternative
Huntress Managed EDR Per-agent (contact Huntress) Layered on top of DfB; includes 24/7 SOC and <8 min median response


For clients already paying $22.00/user for Business Premium, DfB is sunk cost. The marginal question is the SOC layer—and layering Huntress on top of the included DfB engine almost always produces better economics than replacing Defender with a competing EDR, because the competing EDR still does not include 24/7 human response at the Huntress price point.



7. When to Move Beyond Defender for Business


DfB has a hard ceiling of 300 seats per tenant. At 301 users, the organisation must move to Microsoft 365 E3 (which includes MDE Plan 1) or E5 (which includes MDE Plan 2). This is a contractual limit, not a technical one.


The soft thresholds where MSP guidance should flip to E5 / MDE P2 before reaching 300 seats:


  • Regulated workloads—HIPAA, PCI-DSS, CMMC Level 2 or higher. These require documented custom detections, extended retention, and SOC reporting that DfB’s simplified tooling cannot produce.
  • Elevated threat profile—clients with significant third-party integrations, supply-chain exposure, high-value IP, or a documented history of targeted attacks. The Advanced Hunting / KQL gap becomes material at this profile.
  • Contractual SOC requirement—clients whose cyber insurance, board mandate, or regulator requires a named 24/7 SOC with documented SLAs. Defender Experts for XDR or a contracted MDR partner with E5 tooling is the appropriate response.
  • Multi-geo or cross-tenant consolidation—organisations with subsidiaries or complex ownership structures where cross-tenant Advanced Hunting is operationally required.



8. The Framework That Settles the Debate


“I see far too many MSPs ‘turn on’ Defender for Business and then move on. That’s not implementation. That’s box-ticking. Defender for Business is a serious security platform—but only if it’s deployed properly, configured intentionally, and monitored consistently.”

Robert Crane, CIAOPS, Microsoft MVP


This is the most useful single sentence for framing the MSP decision. The product does what it says. The gap is not in the technology—it is in the implementation discipline. Specifically:


  • Deployed properly—GDAP configured, all endpoints enrolled in Intune, DfB policy pushed to all device groups, not just the easy ones.
  • Configured intentionally—ASR rules reviewed and moved to Block mode per environment; AIR level set deliberately (Full automation for most SMB, semi-require-approval for environments where business operations cannot tolerate false-positive isolations); TVM findings reviewed on a scheduled cadence.
  • Monitored consistently—a named process, supported by a named tool or partner, that reads and acts on alerts within a defined SLA. Not “we check the portal when we think of it.”


The MSPs failing with DfB are not failing because the product does not detect threats. They are failing because they have sold a licence and delivered an engine, when what the client needs is the engine plus the configured policies plus the monitoring layer that makes the engine operationally useful.



9. Alert Volume and the Noise Question


Microsoft’s official position after MITRE ATT&CK Enterprise 2024 is high detection coverage with minimal false positives. SentinelOne’s competing write-up of the same evaluation claimed their product produced “88% less noise” than Microsoft. As a competitor source this requires appropriate scepticism, but the directional claim aligns with MSP practitioner experience: DfB in default configuration, across a large number of tenants, produces significant alert volume.


The relevant counter-evidence:


  • AIR is a genuine differentiator. Multiple MSP operators note that Automated Investigation and Remediation catches and closes the majority of routine alerts before a tech ever sees a ticket. The noise problem is substantially worse for MSPs who have AIR configured at Semi (manual approval) than for those running Full automation.
  • TVM is useful in passive mode. Even without active alert response, DfB’s vulnerability and posture data surfaces actionable hardening recommendations that are independent of alert volume.
  • The noise threshold varies by ASR rule configuration. An environment with ASR rules tuned against the specific application baseline will generate substantially fewer false positives than one running with audit-mode defaults or globally applied Block rules on mixed-use devices.


The practical implication: alert volume management is a configuration problem, not a product problem. MSPs who complain about noise and have not audited their ASR rule states, AIR configuration, and detection exclusions are working on the wrong variable.



10. MSP Checklist: Minimum Viable DfB Deployment


Use this as a deployment validation checklist. Each item represents a gap that, if left open, reduces the client’s actual security outcome regardless of the licence they are paying for.

Area Required Action Common Miss
Access GDAP configured with least-privilege roles for all MSP technicians Legacy DAP still in place, or GDAP roles not scoped to minimum required
Enrolment All Windows endpoints enrolled via Intune / Entra hybrid join; DfB policy applied to all device groups Unmanaged devices not onboarded; DfB policy applied only to a subset of groups
ASR Rules Each ASR rule reviewed in Audit mode, validated against app baseline, then moved to Block for applicable rules All rules left in Audit mode; Block applied globally without application validation causing false positives
AIR Automation level set to Full for standard device groups; Semi only where business continuity requires manual approval Left on default Semi requiring approval; MSP never approves pending actions; threats sit isolated but unresolved
Multi-tenant view M365 Lighthouse, CIPP, or Inforcer configured to aggregate alerts and compliance state across all tenants MSP techs logging into each tenant individually; alert review not on a defined schedule
SOC layer Named 24/7 response partner (Huntress, Blackpoint, etc.) contracted and integrated with DfB telemetry No after-hours response; client believes Business Premium = managed security
Documentation Client MSA clearly specifies what is and is not included; incident response SLA documented MSA silent on security scope; client assumes coverage that does not exist
TVM review Scheduled cadence (monthly minimum) for reviewing TVM findings and converting to remediation tickets TVM data collected but never acted on




Key Statistics


Metric Value Source
DfB standalone price $3.00 / user / month MSPoweruser
M365 Business Premium $22.00 / user / month Microsoft
M365 Business Standard $12.50 / user / month Microsoft
DfB seat cap 300 users / tenant Microsoft Learn
MITRE ATT&CK Enterprise 2024—Microsoft detection coverage 100% across 16 attack steps / 80 substeps Microsoft Security Blog, Dec 2024
SentinelOne “noise” claim vs Microsoft (MITRE 2024) “88% less noise”—competitor source SentinelOne
Huntress Managed EDR median response <8 minutes Huntress
CrowdStrike Falcon Go SMB pricing $59.99 / device / year CrowdStrike
G2 aggregate rating—DfB 4.5 / 5 (30 reviews) G2 Reviews 2026
Huntress Microsoft partnership milestone Microsoft Verified SMB Solution, November 2024 Huntress blog



Closing: The Question That Actually Matters


The debate about whether Defender for Business is “good enough EDR” has been settled since the 2024 MITRE evaluation. It is a legitimately strong detection engine. It is not a complete security program.


The question for every MSP selling Business Premium is not “is DfB real EDR?” It is: who in your organisation owns the alert at 2am on a Sunday?


If you can name that person or that service, and it is priced into the client’s agreement, and the policies are configured rather than defaulted, and TVM findings are reviewed on a schedule—then Defender for Business at sub-300 seats is extraordinarily hard to beat economically. The $9.50 Business Premium delta, plus a Huntress-tier SOC layer, competes with anything in the SMB market at a price point no competing vendor can match.


If you cannot name that person, and the client signed an MSA that does not address security scope, and the ASR rules are in Audit mode, and nobody has checked the portal since onboarding—then the client believes they have managed security and the MSP is one incident away from finding out the difference.


Turning on Defender for Business is not implementation. It is the starting line.



Sources


  1. Microsoft Learn. Compare Microsoft Defender for Business plans. learn.microsoft.com/en-us/defender-business/compare-mdb-m365-plans
  2. Microsoft Learn. What’s included in Microsoft Defender for Business. learn.microsoft.com/en-us/defender-business/mdb-overview
  3. Microsoft. Microsoft 365 Business Premium pricing. microsoft.com
  4. Microsoft Security Blog. Microsoft Defender XDR demonstrates 100% detection coverage in 2024 MITRE ATT&CK Evaluation: Enterprise. 11 Dec 2024. microsoft.com/en-us/security/blog
  5. MITRE Engenuity. ATT&CK Evaluations Enterprise 2024. attackevals.mitre-engenuity.org
  6. Microsoft. Defender Experts for XDR. microsoft.com
  7. SentinelOne. 2024 MITRE ATT&CK Evaluation results. sentinelone.com
  8. Huntress. Managed EDR product page. huntress.com
  9. Huntress. Huntress expands Microsoft Defender collaboration. Jul 2025. huntress.com
  10. Huntress. Huntress named Microsoft Verified SMB Solution. Nov 2024. huntress.com
  11. CrowdStrike. Falcon Go for small business. crowdstrike.com
  12. r/msp. Do any of you use Microsoft Defender for Business. Aug 2022 (active comments through 2024). reddit.com/r/msp
  13. r/msp. Defender for Business: This is the way for clients <300 users. Nov 2021. reddit.com/r/msp
  14. r/sysadmin. Microsoft Defender for Business. Mar 2022. reddit.com/r/sysadmin
  15. G2. Microsoft Defender for Business reviews 2026. g2.com
  16. NinjaOne. How to Set Up Microsoft Defender for Business in MSP Environments. 31 Oct 2025. ninjaone.com
  17. MSPoweruser. Microsoft Defender for Business standalone $3 pricing announcement. mspoweruser.com
  18. Robert Crane / CIAOPS. Blog and posts on Defender for Business deployment. blog.ciaops.com




© 2026 — Research compiled May 9, 2026. Sources span August 2022 – October 2025.

Pricing and product details subject to change. Verify current figures at publish time.