Our Story

Who we are and how we solve complex IT challenges.

Our Certifications

Microsoft certifications and partnerships validating our technical expertise.

Leadership

Meet the Experienced Leadership Team Driving WME’s Success

Advisory Updates

Expert guidance on Microsoft, security, and compliance developments.

Case Studies

Real-world outcomes from complex Microsoft-focused IT engagements.

Financial Industry

Secure technology solutions for regulated banks and financial institutions.

Healthcare

Secure Microsoft solutions for compliant, connected, and modern healthcare organizations.

Manufacturing

Cloud and security solutions supporting modern manufacturing operations.

Non-Profit

Cost-efficient Microsoft solutions for mission-driven organizations.

Public Sector

Microsoft-based IT services for secure public sector modernization.

High Tech

Scalable cloud, security, and staffing for fast-growing technology companies.

SMBs

Scalable cloud, security, and staffing for fast-growing technology companies.

Cloud Migration Services

Transition your workloads to the cloud securely for greater scalability and performance.

Data Migration Services

Securely transfer your business data with minimal downtime and maximum integrity.

Application Migration Services

Move your applications seamlessly to modern platforms with minimal business disruption.

Identity & Security Migration Services

Strengthen identity management and security while transitioning to modern Microsoft solutions.

IT Staffing

Connect with skilled IT professionals to strengthen your team and accelerate project delivery.

Accounting & Finance

Connect with experienced accounting and finance professionals to support your business goals.

Licensing Support

Discover the benefits of both CSP and On-premises licensing options and find the best fit for your unique business needs. From cost savings to flexibility, we’ve got you covered.

Power Platform

Unlock the full potential of the Microsoft Power Platform Suite to streamline operations, automate repetitive tasks, and gain real-time insights that drive business growth.

Sharepoint Solutions

Supercharge your business productivity and enhance visibility through our proven SharePoint expertise.

Security Solutions

Protect your business with proactive cybersecurity, compliance, and risk management solutions.

Endpoint Management

Secure, manage, and monitor every device with modern endpoint management solutions.

Securing Intune after the Stryker Cyberattack: Multi-Admin Approval

March 25, 2026
Securing Intune after the Stryker Cyberattack: Multi-Admin Approval

On March 11, 2026, medical technology maker Stryker experienced a massive cyberattack that used the company’s own IT management tools wipe most devices. A single compromised administrator account was used to remotely wipe 80,000 devices in 79 countries using the wipe feature of Intune.

There was no malware involved. The attackers used only Intune’s own legitimate device management capabilities, causing widespread disruption to all company operations. This incident is unfortunately just another cautionary tale for IT departments everywhere, and underscores how critical it is to implement safeguards, such as multi-admin approval, for high-impact actions.

Incident Metrics

Metric Value Description
Devices Wiped
80,000+
Devices Wiped 80,000+ Devices factory-reset via Intune in a single attack
Compromised Admin Accounts
1
One stolen credential led to a tenant-wide incident
Recovery Time
3 weeks
Time to fully restore operations

Intune as a Powerful and Potentially Dangerous System

When a device is enrolled into Intune, Intune manages the device and has full access to the device. If a command to factory reset is sent to the device from Intune, the device will execute it immediately because device wipe is also seen as a security feature to guard against theft and misuse.

When attackers hijacked an account with admin access to Intune, they effectively held the “kill switch” for every enrolled device in the company. All it took was one malicious Intune command to simultaneously factory-reset employee laptops, mobile phones, and tablets. There are also reports that employees had personal devices enrolled (computers, smart phones, and tablets), which were also wiped during the attack.

Bottom line, the Stryker incident was actually not a sophisticated attack. Attackers likely phished an account and then used legitimate functionality within the company’s own IT systems pull off the attack.

Multi-Admin Approval: Secondary Approval for High-Risk Actions

Intune’s Multi-Admin Approval (MAA) is a governance feature that, when configured correctly, can help prevent a repeat of the Stryker attack. With MAA enabled, high-impact changes in Intune will not execute until a second administrator reviews and approves the action. Two admin accounts would need to be compromised.

MAA can be applied to such actions as remote wipe, script deployment, RBAC changes, and policy configuration changes (as well as other actions). These are all high-risk/high-impact changes that should be reviewed another admin.

How to Enable MAA in Microsoft Intune

Here is how you can configure MAA in your environment.

1. Prerequisites

  • Your tenant needs at least two Intune administrator accounts.
  • Assign Intune licenses to the admin accounts that will use MAA.
  • Define three role groups. Bonus points if you use PIM to control these groups so that admins are not permanently assigned to these roles.
    1. Access Policy Manager: Creates and manages the MAA policies.
    2. Approver: Reviews the requests and can either approve or reject them.
    3. Change Requestor: perform high-impact actions. This should include all admins with access to Intune.

2. Create an Access Policy

  1. Navigate to the Intune Admin CenterTenant AdministrationMulti Admin Approval.
  2. Click + Create to define a new access policy.
  3. Choose the resource type you’re going to protect (e.g., Device Actions, Scripts, RBAC, Apps).
  4. Specify the approver group.
  5. Configure the policy scope and justification requirements.

3. Endpoint and Intune Security

Control the device, control the action

Restrict admin access to compliant and managed devices only
Block all administrative actions from unmanaged devices
Enforce device compliance across your environment

This prevents attackers from operating outside controlled endpoints

3. Assign Roles and Permissions

  1. Use Intune RBAC to assign:
    1. Custom roles for Access Policy Managers. They will need permissions to create, read, update, and delete access policies.
    2. Approver roles with read permissions for the Intune resource type.
  2. Assign the approver group to the Intune role as a member group.

4. Test the Workflow. Look for these items.

  1. Confirm that the action enters a pending state and requires the approver’s approval.
  2. The approver can log in, review the request, and either approve or reject it.
  3. Once approved, the original requestor can sign back in to complete the action.

Basic Security Recommendations for Entra ID, M365, and Intune Administrators

Beyond MAA, there are several other things you can do out-of-the-box with Entra to better protect Entra ID, M365, and Intune.

Lock Down Privileged Access

  • Perform an audit of privileged admin roles. Remove any assignments that are no longer necessary.
  • Use dedicated admin accounts that are not also used for general computing, email, or web browsing.
  • Use cloud-only admin accounts for high-privileged roles like global admin or Intune admin. This prevents a compromise in on-prem systems from spreading to your cloud-based systems.
  • Use Conditional Access to restrict admin account use only to approved physical devices.

Use Just-in-Time Access

  • Use Microsoft Entra Privileged Identity Management (PIM) to remove permeant admin privileges.
  • Require approval, justification, and phishing-resistant MFA for all PIM activations, no exceptions.
  • Monitor and alert on unusual PIM activations (such as activating from a new device, strange time of day, new location, etc.).

Strengthen MFA & Conditional Access

  • Enforce phishing-resistant MFA, such as FIDO2 security keys, for all privileged accounts.
  • Prevent weaker MFA methods, such as OTP and SMS, on admin accounts.
  • Apply Conditional Access policies to restrict admin access by device compliance, location, and risk.
  • Block risky sign-ins and enforce reauthentication, including MFA, for sensitive actions.

Monitor and Alert on Unusual Activity

  • Set up alerts for high impact or high-risk actions such as:
    • Mass device wipes
    • New admin role assignments
    • Unusual admin logins, such as from different geographies or devices
  • Use Microsoft Defender for Cloud Apps, Microsoft Sentinel, and Microsoft Entra ID logs for aggregation and visibility.

Final Thoughts

The Stryker incident is another example of how an attacker can use your own IT systems against you if they are not properly secured. It underscores that endpoint management platforms like Intune must included in plans for Tier-0 critical infrastructure, with dedicated time and effort put into securing them.

Going forward, enabling MAA on Intune’s high-impact actions should be considered a baseline requirement for any enterprise using the service at scale. By applying the right security measures, those same tools can be used for IT management without being a security incident waiting to happen.

Stop Unauthorized Admin Actions in Your Environment

Prevent device wipe, control privileged access, and secure your Microsoft Intune setup with expert implementation.

 

Talk to a Microsoft Security Expert

Share:

Facebook
Twitter
LinkedIn

More Posts

Copilot Cowork: Credit-Based Billing

Until now, Copilot Cowork has been included with M365 Copilot Premium licenses. Now that Cowork has moved out of public preview, Cowork is introducing a ...
Read Full Article
SharePoint OTP Retirement Is Coming in July 2026

SharePoint OTP Retirement Is Coming in July 2026 — What IT Admins Need to Do Before Access Breaks

Starting July 2026, external users who access OneDrive and SharePoint files through legacy SPO OTP links will start receiving access denied — silently, with no ...
Read Full Article
Power Virtual Agents Is Gone. Here's What Replaced It and Why It Matters.

Power Virtual Agents Is Gone. Here’s What Replaced It and Why It Matters.

If someone on your team still calls it “Power Virtual Agents,” they’re working from an outdated map. Microsoft retired the product on November 15, 2023 ...
Read Full Article