mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
rework overview
This commit is contained in:
parent
53674ca5eb
commit
18e5f1168f
@ -44,11 +44,10 @@ All of the [prerequisites for the Windows Update for Business deployment service
|
||||
[!INCLUDE [Graph Explorer device queries](./includes/wufb-deployment-find-device-name-graph-explorer.md)]
|
||||
|
||||
|
||||
|
||||
## List updates in the catalog that can be expedited
|
||||
|
||||
1. Query the catalog to find updates that can be expedited, For example, query for all security updates that can be deployed as expedited updates by the deployment service. Using `$top=3` and ordering by `ReleaseDateTimeshows` displays the three most current updates.
|
||||
|
||||
```
|
||||
GET https://graph.microsoft.com/beta/admin/windows/updates/catalog/entries?$filter=isof('microsoft.graph.windowsUpdates.qualityUpdateCatalogEntry') and microsoft.graph.windowsUpdates.qualityUpdateCatalogEntry/isExpeditable eq true&$orderby=releaseDateTime desc&$top=3
|
||||
```
|
||||
```
|
||||
|
@ -42,6 +42,8 @@ Certain capabilities are available for specific update classifications:
|
||||
|
||||
## How the deployment service works
|
||||
|
||||
With typical update management solutions, usually update policies are set on the client itself using either registry edits, Group Policy, or an MDM solution that leverages CSPs. This means that the device determines what the end user experience for updates are
|
||||
|
||||
The deployment service complements existing Windows Update for Business capabilities, including existing device policies and [Windows Update for Business reports](wufb-reports-overview.md).
|
||||
|
||||
:::image type="content" source="media/7512398-deployment-service-overview.png" alt-text="Elements in following text.":::
|
||||
|
Loading…
x
Reference in New Issue
Block a user