# Windows Update for Business

> Source: Courseiva IT Certification Glossary — https://courseiva.com/glossary/windows-update-for-business

## Quick definition

Windows Update for Business is a tool that lets companies control when and how their Windows computers get updates. Instead of each computer checking for updates on its own, the IT team can set rules. For example, they can decide to delay non-essential updates by a few days or weeks. This way, critical security fixes still come quickly, but feature updates can be tested before they roll out to everyone.

## Simple meaning

Think of Windows Update for Business like a school cafeteria that needs to serve lunch to hundreds of students every day. Normally, each student could just run to the cafeteria whenever they felt hungry, but that would cause chaos. Instead, the school sets a schedule: first graders eat at 11:30, second graders at 12:00, and so on. The cafeteria also tests new menu items on a small group before serving them to everyone, just to make sure nobody gets sick. In the same way, Windows Update for Business lets the IT department control the flow of updates across an organization. It groups devices into different rings or phases. A small group of test computers gets updates first. If no problems appear, the update rolls out to more users, then to everyone. IT can also set deadlines and grace periods, so users know when to restart their computer. Without this tool, every computer in a company would try to download updates at the same time, which could clog the network. Or worse, a bad update could break thousands of machines at once because nobody tested it first. Windows Update for Business solves these problems by giving administrators direct control without needing a complex server like Windows Server Update Services (WSUS). It works through Group Policy or mobile device management (MDM) policies, so it fits into modern cloud-managed environments like Microsoft Intune. Essentially, it turns update chaos into a calm, predictable process.

Another way to see it: imagine you are the manager of a fleet of delivery trucks. Each truck has a GPS system that needs map updates. If every truck downloaded the new map at the same moment, your office internet would choke. Worse, if the map had a wrong turn, every driver would get lost. So you set a rule: only three trucks get the map first. You watch their routes for a day. If everything goes fine, you let ten more trucks update. By the end of the week, the whole fleet is running the new map smoothly. That is exactly what Windows Update for Business does for software updates on Windows 10 and Windows 11 computers.

## Technical definition

Windows Update for Business (WUfB) is a Microsoft technology that enables IT administrators to manage and control the deployment of Windows updates without the need for on-premises infrastructure like WSUS or Configuration Manager. It uses the same public Windows Update service that consumers use but leverages Group Policy, MDM policies, or provisioning packages to enforce update behavior. The core components include deferral policies, update rings, deadline policies, and feature update readiness. Deferral policies allow administrators to delay the installation of quality updates (security patches) by up to 30 days and feature updates (major releases like version 22H2) by up to 365 days. These deferrals are set via policies such as 'Select when Preview Builds and Feature Updates are received' and 'Select when Quality Updates are received' in Group Policy under Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business.

Windows Update for Business uses update rings, which are collections of devices that receive updates on a defined schedule. A typical deployment might have a 'Preview' ring (test devices that get early access), a 'Broad' ring (the majority of devices), and a 'Critical' ring (executive or high-visibility machines). The policy 'Specify deadlines for automatic updates and restarts' sets a number of days after the update is published before the device must install it. For example, an administrator can set a deadline of 7 days for quality updates, meaning that after 7 days from the update's publication, the device will forcibly restart to complete installation. This ensures compliance while giving users a window to save work.

On the backend, Windows Update for Business communicates with the Microsoft Update service via HTTPS (port 443). Devices download update metadata first, then check the policies stored in the local registry or via MDM. The service uses the Windows Update Agent (WUA) component to handle download and installation. It does not require any additional server licenses as it is included with Windows 10/11 Pro, Enterprise, and Education editions. It also integrates with Update Compliance in Azure, allowing administrators to see which devices are missing updates or have failed installations. There is also a feature called 'Update Health' and 'Driver Management' that can block problematic drivers. Windows Update for Business reports use telemetry data to provide insights into update status across the organization.

In a modern IT environment, Windows Update for Business is often managed through Microsoft Intune, where administrators create update ring policies, assign them to Azure AD groups, and monitor compliance. The service supports 'intelligent' delivery optimization (peer-to-peer sharing) to reduce WAN bandwidth consumption during updates. It is also compatible with Windows Autopilot, allowing new devices to be configured with update policies out of the box. One key technical detail: Windows Update for Business does not support the ability to 'approve' or 'deny' individual updates. Instead, the deferral and deadline policies provide a safety net. If a critical security vulnerability emerges, Microsoft can release an 'out of band' update that bypasses deferrals if the policy is configured to allow it. For exam purposes, remember that Windows Update for Business is a cloud-based update management solution that relies on Group Policy or MDM, not on a local server infrastructure.

## Real-life example

Imagine you are the manager of a large apartment building with 200 units. Each apartment has a smart thermostat that gets software updates from the manufacturer. If every thermostat downloaded an update at the same time, the building's Wi-Fi would become unusable. Worse, if the update had a bug, all 200 thermostats might stop working, leaving everyone freezing in winter. So you decide to use a smart management system similar to Windows Update for Business. You divide the apartments into three groups. Group A has just five apartments near your own, so you can easily check them. You tell the system to send the update to Group A first. After two days, you confirm that the thermostats still set the temperature correctly and the Wi-Fi is fine. Next, you let Group B update, which covers 50 apartments. After another two days, no problems. Finally, Group C, the remaining 145 apartments, gets the update. You also set rules: if the update is a critical security patch that prevents hackers from taking over the thermostats, it must be installed within three days. For normal feature updates, like a new weather widget, you can wait up to two weeks. You also require that any apartment whose thermostat hasn't updated by the deadline will automatically install the update at 2 a.m. to avoid disturbing sleep. This whole process mirrors exactly how Windows Update for Business works: staged rollouts, deferral policies, deadlines, and automatic reboots. You are the IT admin, the apartments are the computers, and the thermostat manufacturer is Microsoft. The smart management system is the Group Policy or Intune policy that controls update behavior. By using this approach, you keep the building comfortable, secure, and disruption-free.

## Why it matters

In any organization with more than a handful of computers, updates are a double-edged sword. On one side, they patch critical security holes that hackers love to exploit. On the other, a bad update can crash applications, break drivers, or cause blue screens of death that halt productivity. Before Windows Update for Business, IT teams had two choices: let every computer update whenever it wanted (chaos) or set up a complex on-premises server like WSUS or System Center Configuration Manager to approve and distribute updates carefully. Both options had downsides. WSUS required dedicated hardware, constant maintenance, and careful configuration. It also meant that if the WSUS server went down, no machines could get updates. Windows Update for Business solved this by moving the control to the cloud using existing infrastructure like Active Directory or Azure AD and Group Policy or MDM. This matters because it reduces the cost and complexity of update management while still giving IT the control they need. For example, a hospital can prioritize security updates for patient records systems while delaying cosmetic feature updates for front desk computers. A law firm can ensure that updates do not disrupt critical deadlines by setting grace periods. A school can stagger updates across different labs so not all computers are down at once. From a compliance perspective, many regulations like HIPAA, GDPR, or PCI-DSS require that systems are patched within a certain time frame. Windows Update for Business helps meet these requirements by enforcing deadlines and providing reporting through Update Compliance or Microsoft Endpoint Manager. Because Windows Update for Business uses the Microsoft Update service directly, it reduces the risk of missing updates compared to a manually maintained WSUS server that might have been configured incorrectly. IT professionals can also use it to block unwanted driver updates via driver deferral policies, preventing hardware instability. In short, Windows Update for Business is a cornerstone of modern endpoint management because it balances security, stability, and user productivity without requiring a dedicated server room.

## Why it matters in exams

Windows Update for Business appears in several major IT certification exams, particularly those focused on modern desktop administration and cloud management. For the Microsoft 365 Certified: Modern Desktop Administrator Associate (Exam MD-100: Windows Client), Windows Update for Business is a core objective. Candidates are expected to understand how to configure update rings, deferral periods, and deadlines through both Group Policy and MDM (Intune). Exam questions often present a scenario where a company has multiple departments with different update needs, and you must choose the correct policy settings. For the Microsoft 365 Certified: Endpoint Administrator Associate (Exam MD-102), the topic is even more prominent, as this exam covers managing endpoints with Microsoft Intune. Questions may ask you to configure Windows Update for Business policies in Intune, analyze update compliance reports, or troubleshoot why a device is not receiving updates. For the Microsoft Certified: Azure Administrator Associate (Exam AZ-104), Windows Update for Business appears indirectly in the context of managing Windows virtual machines and ensuring they are patched via Azure Update Manager, but it is not a core objective. For general IT certifications like CompTIA A+ or Network+, Windows Update for Business is only peripherally relevant as a concept of patch management but not tested in depth. For the Microsoft Certified: Security, Compliance, and Identity Fundamentals (Exam SC-900), the topic is light supporting, as you may need to understand update management as part of a broader security strategy. In exam questions, you might see a scenario like: 'A company wants to ensure that all devices receive security updates within 3 days but delay feature updates by 30 days. Which policy settings should you configure?' The correct answer usually involves setting the quality update deferral to 3 days and feature update deferral to 30 days, along with a deadline policy of 3 days. Another common question type: 'Which technology replaces the need for WSUS in an organization that uses Microsoft Intune?' The answer is Windows Update for Business. Trap questions often involve confusing deferral policies with pause policies or using the wrong BranchReadinessLevel setting. Pay attention to the difference between 'defer' (postpone) and 'pause' (stop updates temporarily). Also remember that Windows Update for Business does not allow selective approval of individual updates, unlike WSUS. Memorize the default deferral ranges: quality updates up to 30 days, feature updates up to 365 days. Also know that deadlines can be set separately for quality and feature updates. In the exams, you may also be asked about delivery optimization, which is a related but separate technology that helps reduce bandwidth during updates. Windows Update for Business is a Core objective for MD-100 and MD-102, so expect multiple questions on this topic.

## How it appears in exam questions

Exam questions about Windows Update for Business typically fall into three categories: scenario-based, configuration-based, and troubleshooting-based. In scenario-based questions, you are given a company description with specific requirements. For example: 'Contoso has 500 Windows 10 devices. The security team requires that all security updates be installed within 5 days of release. The IT team wants to test feature updates on a pilot group of 20 devices for 14 days before rolling out to the rest. What Windows Update for Business policy configuration should you use?' You would need to set a quality update deferral period of 5 days or combine it with a deadline of 5 days, create two update rings (Pilot with feature update deferral of 14 days and Broad with longer deferral), and assign devices accordingly. Another typical scenario involves a company that wants to prevent users from pausing updates or changing the restart time. The correct approach is to configure the 'Configure Automatic Updates' policy with the option 'Auto download and schedule the install' and then disable the user's ability to change settings.

Configuration-based questions often ask about specific Group Policy paths or MDM settings. For example: 'Under which Group Policy node can you configure the deferral period for quality updates?' The answer is 'Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business.' They may also ask about the policy name 'Specify deadlines for automatic updates and restarts.' You might need to know that the deadline value is in days. A common question type is 'What is the maximum deferral period for feature updates?' The answer is 365 days from the original release date. Questions also test the difference between Windows Update for Business and Windows Server Update Services (WSUS). For instance: 'Which of the following is a feature of Windows Update for Business but not of WSUS?' The answer could be 'Supports cloud-managed devices without on-premises infrastructure' or 'Can be configured via MDM policies.' 

Troubleshooting questions present a problem where devices are not receiving updates. You might see: 'Several Windows 10 devices are not installing the latest security update even though the Windows Update for Business policy is configured with a 5-day deadline. What is the most likely cause?' Possible answers include the devices are not connected to the internet, the policy was not applied correctly (maybe the devices are not in the correct update ring), or the devices are running Windows 10 Pro but the deferral policies require Windows 10 Enterprise. Another common troubleshooting scenario: 'Users report that updates are installing during work hours, causing disruptions.' The fix would be to set the 'Configure Automatic Updates' policy to '4 - Auto download and schedule the install' and set the scheduled install time outside business hours. Also, remember that Windows Update for Business works only on Windows 10 and Windows 11 Pro, Enterprise, and Education editions. Devices running Windows 10 Home are not supported. In questions, they might try to confuse you by suggesting Group Policy update settings that are only available in older versions of Windows. Always consider the edition. Keep in mind that deferral periods are counted from the date the update is released to the public, not from the date the policy is applied. This is a frequent source of confusion. Finally, exam questions may ask about the interaction between Windows Update for Business and delivery optimization, but they usually keep them as separate topics. When you see a question about reducing network bandwidth during updates, look for 'delivery optimization' or 'peer-to-peer caching' as the answer, not specifically Windows Update for Business.

## Example scenario

You are an IT administrator for a mid-sized company called Northwind Traders that has 200 Windows 11 computers used by sales, accounting, and warehouse teams. The company's security policy states that critical security updates must be installed on all computers within one week of release. However, feature updates (like new interfaces or apps) should be delayed for at least a month because they sometimes conflict with the company's proprietary inventory software. Your boss also wants to avoid users restarting their computers during the middle of the day and causing lost work. How would you implement this with Windows Update for Business? First, you open the Group Policy Management Console and create a group policy object (GPO) linked to the Northwind domain. Under Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business, you set 'Select when Quality Updates are received' to 'Delay quality updates for 5 days' and set 'Select when Feature Updates are received' to 'Delay feature updates for 30 days.' Next, you configure 'Specify deadlines for automatic updates and restarts' with a deadline of 7 days for quality updates and 60 days for feature updates. This means users will get a notification that an update is ready, and they can schedule a restart at their convenience. But if after 7 days the update has not been installed, the system will automatically restart during the configured active hours (which you set from 11:00 p.m. to 6:00 a.m. using the 'Configure Active Hours' policy). You also create two update rings: a 'Test' ring for 10 computers in the IT department, and a 'Production' ring for the remaining 190 computers. The test ring gets feature updates with a deferral of only 10 days so IT can test the compatibility with the inventory software. If no issues are found, the production ring gets the update after 30 days. You also enable delivery optimization to allow computers to share the update files locally, reducing internet bandwidth. After applying the GPO, you verify that a few computers in the warehouse can see the pending quality update. They install it within the week. A month later, the feature update arrives on the sales team's machines, but because you set the deadline to 60 days, they have plenty of time to review the new features. Everything works smoothly. This scenario shows how you use deferral and deadline policies, update rings, active hours, and delivery optimization together to balance security, stability, and productivity.

## Common mistakes

- **Mistake:** Assuming Windows Update for Business works the same for Windows 10 Home edition
  - Why it is wrong: Windows Update for Business policies are only available on Windows 10/11 Pro, Enterprise, and Education editions. Home edition does not support Group Policy settings related to update management, so devices on Home edition will ignore these policies.
  - Fix: Always verify that the target devices are running a supported edition. For Home editions, consider upgrading the Windows license or using alternative update management tools.
- **Mistake:** Confusing 'deferral' with 'pause' policies
  - Why it is wrong: A deferral delays updates by a set number of days after release, while a pause completely stops all update installations for a set number of days (up to 35). Pausing is a temporary stop, not a delay. Using pause when you mean defer can leave devices vulnerable for longer than intended.
  - Fix: Use deferral to push updates back by a controlled period. Use pause only in emergency situations when you need to stop a problematic update from spreading temporarily.
- **Mistake:** Setting the feature update deferral to a value greater than 365 days, or expecting it to override an end-of-service date
  - Why it is wrong: Windows Update for Business allows a maximum deferral of 365 days for feature updates. After that, the device will automatically update to keep support. If a Windows version is near its end of service date, Microsoft will force the update to maintain security, overriding the deferral policy.
  - Fix: Plan deferral periods within the 365-day limit. Monitor end-of-service dates using tools like the Windows Health report to avoid surprise forced updates.
- **Mistake:** Thinking Windows Update for Business can approve or deny individual updates like WSUS does
  - Why it is wrong: Windows Update for Business is a policy-based service that controls when updates are installed, but it does not allow an administrator to select specific updates to approve or block. All updates released by Microsoft will eventually be installed based on the deferral and deadline settings. If a specific update is problematic, you must use the pause feature or a different suppression mechanism (like deploying a GPO to hide the update).
  - Fix: Use Windows Update for Business for broad timing control. For granular approval, use WSUS or a third-party patch management tool.
- **Mistake:** Forgetting to set active hours or configuring them incorrectly, leading to unexpected restarts
  - Why it is wrong: If active hours are not configured, Windows may schedule a restart at any time, including during business hours. This can disrupt user work and cause data loss. Active hours define the time range when the system will not reboot for updates. If deadlines force a restart, it will happen outside active hours.
  - Fix: Always configure active hours or use a policy to set a specific install time (e.g., 3:00 AM). In a work environment, set active hours to cover the typical work day, like 8:00 AM to 6:00 PM.
- **Mistake:** Believing that Windows Update for Business eliminates the need for any update management tools
  - Why it is wrong: Windows Update for Business provides basic update control, but for reporting, compliance analytics, or troubleshooting update failures, you need additional tools like Update Compliance in Azure, Microsoft Endpoint Manager, or third-party solutions. Without monitoring, you might not know that certain devices have fallen behind on patches.
  - Fix: Pair Windows Update for Business with a monitoring solution. Microsoft Intune provides built-in update ring reporting, or you can use the free Update Compliance add-on in Azure.

## Exam trap

{"trap":"You are asked to configure Windows Update for Business to ensure that the 'January 2023 security update' is installed on all devices by January 10, 2023. You set the quality update deferral period to 30 days. The exam question then asks: 'Will this configuration meet the requirement?' New learners often think 'yes' because a deferral delays the update, but deadlines are needed to enforce an installation date.","why_learners_choose_it":"Learners confuse 'deferral' with 'deadline.' They think that by delaying the update, it will automatically be installed after the deferral period ends. In reality, deferral only delays when the update is offered. The device will then be offered the update, but without a deadline policy, the user can choose to not install it indefinitely.","how_to_avoid_it":"To ensure an update is installed by a specific date, you must set a deadline policy in addition to any deferral. The deadline policy specifies the number of days after the update is published or after the deferral period ends, by which the update must be installed. For example, set quality update deferral to 0 days (offer immediately) and set deadline to 10 days from publication. That guarantees installation by January 10. Always combine deferral with a deadline to enforce compliance."}

## Commonly confused with

- **Windows Update for Business vs Windows Server Update Services (WSUS):** WSUS is an on-premises server that downloads updates from Microsoft and then distributes them to devices in the local network. Administrators can approve or deny individual updates. Windows Update for Business, in contrast, is cloud-based and relies on Microsoft's update service directly; it uses policies to control timing but cannot approve or deny updates. WSUS requires server hardware and maintenance, while WUfB requires only management tools like Group Policy or Intune. (Example: In a small branch office without a local server, you would use Windows Update for Business. In a large hospital that needs to approve specific security patches for medical devices, you might use WSUS.)
- **Windows Update for Business vs Delivery Optimization (DO):** Delivery Optimization is a peer-to-peer caching technology that reduces bandwidth consumption during updates by allowing devices to share downloaded update files with other devices on the same network. Windows Update for Business is a policy framework for controlling update timing and behavior. They are complementary: you can use WUfB to set deferrals and deadlines, and enable DO to make the downloads more efficient. They are not the same thing. (Example: If you configure Windows Update for Business to offer updates at 2 AM, Delivery Optimization ensures that only one computer in the office downloads the update from the internet; the rest get it from the local peer.)
- **Windows Update for Business vs Windows Update Settings (manual settings via Settings app):** The Windows Update Settings page (Settings > Update & Security > Windows Update) is for individual users to control their own update behavior, such as checking for updates or setting active hours. Windows Update for Business is an enterprise-level management solution that overrides local user settings via Group Policy or MDM. It provides policy-driven control across many devices, whereas the Settings page is per-device user control. (Example: A user at home can choose to pause updates for 7 days in Settings. In a company, the IT admin uses Windows Update for Business to prevent users from pausing updates at all.)
- **Windows Update for Business vs Microsoft Update Catalog:** The Microsoft Update Catalog is a website where you can manually download individual update packages, often used for offline installation or WSUS. Windows Update for Business is a service for automatically managing updates via policy. They serve different purposes: one is a manual download source, the other is an automated management service. (Example: If you need to install a specific driver on one machine offline, you use the Microsoft Update Catalog. If you want to ensure all 500 devices get the latest security patch within 5 days, you use Windows Update for Business.)

## Step-by-step breakdown

1. **Identify update requirements** — First, determine the organization's security and operational needs. How quickly must security updates be installed? Are there any known compatibility issues with feature updates? Define deferral periods for quality (security) and feature updates, as well as deadlines for forced installations. Also decide how many update rings are needed (e.g., pilot, broad, critical). This step is crucial because it drives all policy decisions and prevents misconfigurations that could lead to vulnerabilities or user disruption.
2. **Access the appropriate management tool** — Decide whether you will configure Windows Update for Business via Group Policy (for on-premises Active Directory environments) or via Microsoft Intune/MDM (for cloud-managed or hybrid environments). Group Policy settings are found in 'Computer Configuration > Administrative Templates > Windows Components > Windows Update > Windows Update for Business.' In Intune, you create a 'Windows 10 and later update ring' policy. Choose the tool that aligns with your overall device management strategy.
3. **Create update rings (if using multiple rollout phases)** — Define groups of devices that will receive updates at different paces. For each ring, set separate deferral and deadline policies. For example, a 'Test' ring might have feature update deferral of 0 days, a 'Broad' ring of 30 days, and a 'Critical' ring of 60 days. This staged rollout allows you to catch issues early on a small set of devices before broader deployment. In Group Policy, this is achieved by creating different GPOs linked to different OUs. In Intune, you assign different update ring policies to different Azure AD groups.
4. **Configure deferral and deadline policies** — Under the Windows Update for Business policy group, set 'Select when Quality Updates are received' to the desired deferral value (0 to 30 days). Set 'Select when Feature Updates are received' (0 to 365 days). Then set 'Specify deadlines for automatic updates and restarts' to enforce maximum installation time. Example: quality deadline = 7 days, feature deadline = 30 days. Also set 'Configure Automatic Updates' to '4 - Auto download and schedule the install' and define a scheduled install time. Configure 'Turn on Active Hours' to prevent restarts during work time. Each setting has a direct impact on user experience and security posture.
5. **Configure additional settings (optional but recommended)** — Enable delivery optimization to reduce network bandwidth. Set 'Select when Preview Builds and Feature Updates are received' to control Insider builds. Optionally, configure 'Block access to Windows Update feature updates' to prevent users from manually updating. Also consider setting 'Configure Automatic Updates for Microsoft products' if you manage Office updates. These additional settings fine-tune the update experience and help avoid common pitfalls like bandwidth congestion or unauthorized updates.
6. **Target the policies to the right devices** — Apply the Group Policy objects to the appropriate Organizational Units (OUs) or link them to domains. If using Intune, assign the update ring policies to Azure AD groups containing the target devices. Ensure the devices are properly licensed (Windows 10/11 Pro or Enterprise) and are online to receive the policy. Use tools like Resultant Set of Policy (RSOP) or Intune's device status to verify that the policies are applied correctly. This step is often overlooked, leading to devices not receiving the intended update behavior.
7. **Monitor and troubleshoot update deployments** — After deploying the policies, monitor the update status using Update Compliance in Azure or Intune reports. Check for devices that have not installed updates past the deadline, or that are stuck on a previous version. Common troubleshooting steps include verifying internet connectivity, checking the Windows Update service status, and reviewing the Event Viewer logs (Event ID 43 for update failures). Adjust deferral or deadline policies if needed based on observed issues. Continuous monitoring ensures that the update management remains effective and secure.

## Practical mini-lesson

Windows Update for Business is not about manually clicking 'Check for updates' on each computer. It is about setting up a system that automatically enforces a company's patch management policy. To understand it fully, you need to grasp the relationship between the six key policy settings: Deferral for Quality Updates, Deferral for Feature Updates, Deadlines, Active Hours, Pause capabilities, and the BranchReadinessLevel. The deferral settings control when an update is first presented to a device. For example, if you set the quality update deferral to 5 days, the device will not see a security update until 5 days after it is publicly released on Microsoft's servers. This gives you a buffer to test the update in a controlled environment. However, the device will still prompt the user to install it (unless you combine with deadlines). The deadline policy sets the maximum number of days the device can go without installing the update. Combined with deferral, you can create a safe window: for example, defer quality updates by 3 days, and set a deadline of 7 days total from publication. That means devices must install the update within 10 days of release. Active Hours define when the device should not automatically restart. Typically, you set active hours from 8:00 AM to 5:00 PM so that reboots happen overnight. The pause feature is a separate toggle that stops all updates for up to 35 days. It is meant for emergencies when a critical problem is discovered with a specific update. Note that pausing does not defer existing pending updates; it prevents new updates from being offered. The BranchReadinessLevel setting (now largely legacy) determines whether devices accept 'Current Branch' or 'Current Branch for Business' builds. In modern deployments, this is managed via the feature update deferral policy.

In practice, IT professionals configure Windows Update for Business through Microsoft Intune because it provides centralized reporting and integration with Azure AD. In Intune, you create an update ring policy, give it a name (e.g., 'Pilot Ring'), and then fill out the settings. Under 'Feature update deferral period (days)', you enter the number of days to delay feature updates. Under 'Quality update deferral period (days)', you enter the days for quality updates. Under 'Update notification level', you can set 'Use default Windows Update notifications' or 'Turn off all notifications.' Under 'Automatic update behavior', you choose 'Auto install and restart without end-user control' for kiosk devices, or 'Auto install at maintenance time' for standard users. There is also a setting for 'Allow user to pause Windows update' which you can block to enforce compliance. Once the policy is created, you assign it to a group of devices. Intune will then push the policy to the devices, and the Windows Update agent will follow the rules. One important note: Windows Update for Business does not work on devices that are 'soft' offline (e.g., devices that only connect to the internet for a few minutes a day). In such cases, you may need a more robust solution. Also, be aware that the 'deadline' policy has a nuance: it counts from the time the update is published, not from the time it became available to the device due to deferral. So if you set a 5-day deferral and a 7-day deadline, the effective installation deadline is 7 days from publication, not 12 days. Understanding this timing is critical for meeting security compliance requirements. Finally, always test your configuration on a non-production device before rolling out widely. Use the 'Settings > Update & Security > Windows Update' page on a test device to see if the policy is enforced. Check the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate to confirm the policy values have been applied. This hands-on verification is something every IT pro should do.

## Memory tip

Think 'D-DAP': Deferral, Deadline, Active hours, Pause. These four controls are the pillars of Windows Update for Business.

---

Practice questions and the full interactive page: https://courseiva.com/glossary/windows-update-for-business
