Merge pull request #6712 from MicrosoftDocs/main

Publish 06/15/2022, 10:30 AM
This commit is contained in:
Diana Hanson 2022-06-15 11:42:00 -06:00 committed by GitHub
commit 43df010587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ To avoid end-user disruption, device de-registration in Windows Autopatch only d
## Excluded devices ## Excluded devices
When you deregister a device from the Windows Autopatch service, the device is flagged as "excluded" so Windows Autopatch doesn't try to reregister the device into the service again, since the deregistration command doesn't trigger device membership removal from the **Windows Autopatch Device Registration** Azure Active Directory group. When you deregister a device from the Windows Autopatch service, the device is flagged as "excluded" so Windows Autopatch doesn't try to reregister the device into the service again, since the deregistration command doesn't trigger device membership removal from the **Windows Autopatch Device Registration** Azure Active Directory group.
> [!IMPORTANT] > [!IMPORTANT]
> The Azure AD team doesn't recommend appending query statements to remove specific device from a dynamic query due to dynamic query performance issues. > The Azure AD team doesn't recommend appending query statements to remove specific device from a dynamic query due to dynamic query performance issues.
@ -38,7 +38,7 @@ If you want to reregister a device that was previously deregistered from Windows
## Hiding unregistered devices ## Hiding unregistered devices
You can hide unregistered devices you don't expect to be remediated anytime soon. You can hide unregistered devices you don't expect to be remediated anytime soon.
**To hide unregistered devices:** **To hide unregistered devices:**

View File

@ -74,3 +74,9 @@ If we pause the release, a policy will be deployed which prevents devices from u
> [!NOTE] > [!NOTE]
> Windows Autopatch doesn't allow you to request that a release be paused or resumed during public preview. > Windows Autopatch doesn't allow you to request that a release be paused or resumed during public preview.
## Incidents and outages
If devices in your tenant aren't meeting the [service level objective](../operate/windows-autopatch-wqu-overview.md#service-level-objective) for Windows quality updates, an incident will be raised, and the Windows Autopatch Service Engineering Team will work to bring the devices back into compliance.
If you're experiencing other issues related to Windows quality updates, [submit a support request](../operate/windows-autopatch-support-request.md).

View File

@ -31,9 +31,3 @@ Window Autopatch deploys mobile device management (MDM) policies to configure de
Group policy takes precedence over mobile device management (MDM) policies. For Windows quality updates, if any group policies are detected which modify the following hive in the registry, the device will be ineligible for management: Group policy takes precedence over mobile device management (MDM) policies. For Windows quality updates, if any group policies are detected which modify the following hive in the registry, the device will be ineligible for management:
`Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState` `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState`
## Incidents and outages
If devices in your tenant aren't meeting the [service level objective](../operate/windows-autopatch-wqu-overview.md#service-level-objective) for Windows quality updates, an incident will be raised, and the Windows Autopatch Service Engineering Team will work to bring the devices back into compliance.
If you're experiencing other issues related to Windows quality updates, [submit a support request](../operate/windows-autopatch-support-request.md).