Skip to content

Commit 517af7b

Browse files
authored
Merge pull request #227124 from Shereen-Bhar/device-inventory-GA
cloud device inventory GA
2 parents eb3af8f + 43a30cb commit 517af7b

File tree

8 files changed

+63
-13
lines changed

8 files changed

+63
-13
lines changed

articles/defender-for-iot/organizations/how-to-manage-device-inventory-for-organizations.md

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,20 @@ Use the **Device inventory** page in the Azure portal to manage all network devi
1111

1212
For more information, see [What is a Defender for IoT committed device?](architecture.md#what-is-a-defender-for-iot-committed-device).
1313

14-
> [!NOTE]
15-
> The **Device inventory** page in Defender for IoT on the Azure portal is in PREVIEW. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include other legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
16-
>
17-
> Alternately, view device inventory from a [specific sensor console](how-to-investigate-sensor-detections-in-a-device-inventory.md), or from an [on-premises management console](how-to-investigate-all-enterprise-sensor-detections-in-a-device-inventory.md).
18-
1914
## View the device inventory
2015

2116
To view detected devices in the **Device inventory** page in the Azure portal, go to **Defender for IoT** > **Device inventory**.
2217

23-
:::image type="content" source="media/how-to-manage-device-inventory-on-the-cloud/device-inventory.png" alt-text="Screenshot of the Device inventory page in the Azure portal." lightbox="media/how-to-manage-device-inventory-on-the-cloud/device-inventory.png":::
18+
:::image type="content" source="media/how-to-manage-device-inventory-on-the-cloud/device-inventory-page.png" alt-text="Screenshot of the Device inventory page in the Azure portal." lightbox="media/how-to-manage-device-inventory-on-the-cloud/device-inventory-page.png":::
2419

2520
Use any of the following options to modify or filter the devices shown:
2621

2722
|Option |Steps |
2823
|---------|---------|
2924
| **Sort devices** | Select a column header to sort the devices by that column. Select it again to change the sort direction. |
30-
|**Filter devices shown** | Either use the **Search** box to search for specific device details, or select **Add filter** to filter the devices shown. <br><br>In the **Add filter** box, define your filter by column name, operator, and value. Select **Apply** to apply your filter.<br><br>You can apply multiple filters at the same time. Search results and filters aren't saved when you refresh the **Device inventory** page.|
25+
|**Filter devices shown** | Either use the **Search** box to search for specific device details, or select **Add filter** to filter the devices shown. <br><br> In the **Add filter** box, define your filter by column name, operator, and value. Select **Apply** to apply your filter.<br><br> You can apply multiple filters at the same time. Search results and filters aren't saved when you refresh the **Device inventory** page. <br><br> The **Network location (Preview)** filter is on by default. |
3126
|**Modify columns shown** | Select **Edit columns** :::image type="icon" source="media/how-to-manage-device-inventory-on-the-cloud/edit-columns-icon.png" border="false":::. In the **Edit columns** pane:<br><br> - Select the **+ Add Column** button to add new columns to the grid.<br> - Drag and drop fields to change the columns order.<br>- To remove a column, select the **Delete** :::image type="icon" source="media/how-to-manage-device-inventory-on-the-cloud/trashcan-icon.png" border="false"::: icon to the right.<br>- To reset the columns to their default settings, select **Reset** :::image type="icon" source="media/how-to-manage-device-inventory-on-the-cloud/reset-icon.png" border="false":::. <br><br>Select **Save** to save any changes made. |
32-
| **Group devices** | From the **Group by** above the gird, select either **Type** or **Class** to group the devices shown. Inside each group, devices retain the same column sorting. To remove the grouping, select **No grouping**. |
27+
| **Group devices** | From the **Group by** above the gird, select a category, such as **Class**, **Data source**, **Location**, **Purdue level**, **Site**, **Type**, **Vendor**, or **Zone**, to group the devices shown. Inside each group, devices retain the same column sorting. To remove the grouping, select **No grouping**. |
3328

3429
For more information, see [Device inventory column reference](#device-inventory-column-reference).
3530

@@ -98,7 +93,7 @@ The following device fields are supported for editing in the **Device inventory*
9893
|---------|---------|
9994
| **General information** | |
10095
|**Name** | Mandatory. Supported for editing only when editing a single device. |
101-
|**Authorized Device** |Toggle on or off as needed as device security changes. |
96+
|**Authorization** |Toggle on or off as needed as device security changes. |
10297
|**Description** | Enter a meaningful description for the device. |
10398
|**Location** | Enter a meaningful location for the device. |
10499
|**Category** | Use the **Class**, **Type**, and **Subtype** options to categorize the device. |
@@ -137,14 +132,44 @@ In the **Device inventory** page, select the device you want to delete, and then
137132

138133
At the prompt, select **Yes** to confirm that you want to delete the device from Defender for IoT.
139134

135+
## Merge duplicate devices
136+
137+
You may need to merge duplicate devices if the sensor has discovered separate network entities that are associated with a single, unique device.
138+
139+
Examples of this scenario might include a laptop with both WiFi and a physical network card, a switch with multiple interfaces, an HMI with four network cards, or a single workstation with multiple network cards.
140+
141+
> [!NOTE]
142+
> Once the devices are merged, they cannot be unmerged. To unmerge devices, you'll need to delete the merged device and wait for it to be rediscovered by the sensors as it was originally.
143+
144+
**To manually merge devices**:
145+
146+
1. In the **Device inventory** page, select two or more devices you would like to merge, and then select **Merge** :::image type="icon" source="media/how-to-manage-device-inventory-on-the-cloud/merge-devices-icon.png" border="false"::: in the toolbar at the top of the page.
147+
You can merge up to 10 devices at a time, if all selected devices are in the same zone or site.
148+
149+
OT devices can only be merged with other OT devices. Enterprise IoT devices and devices detected by Microsoft Defender for Endpoint agents can be merged with other Enterprise IoT or Defender for Endpoint devices.
150+
151+
1. In the **Merge** pane, select one of the following:
152+
153+
- Select **Merge** to merge the selected devices and return to the device inventory page.
154+
155+
- Select **Merge & View** to merge the devices and open the merged device details.
156+
157+
For example:
158+
159+
:::image type="content" source="media/how-to-manage-device-inventory-on-the-cloud/merge-devices-pane.png" alt-text="Screenshot of merging devices screen in the device inventory." lightbox="media/how-to-manage-device-inventory-on-the-cloud/merge-devices-pane.png":::
160+
161+
A success message appears at the top right confirming that the devices have been merged into a single, unique device.
162+
163+
The merged device that is now listed in the grid retains the details of the device with the most recent activity or an update to its identifying details.
164+
140165
## Device inventory column reference
141166

142167
The following table describes the device properties shown in the **Device inventory** page on the Azure portal.
143168

144169
| Parameter | Description |
145170
|--|--|
146171
| **Application** | The application that exists on the device. |
147-
|**Authorized Device** |Editable. Determines whether or not the device is *authorized*. This value may change as device security changes. |
172+
|**Authorization** |Editable. Determines whether or not the device is *authorized*. This value may change as device security changes. |
148173
|**Business Function** | Editable. Describes the device's business function. |
149174
| **Class** | Editable. The class of the device. <br>Default: `IoT`|
150175
| **Data source** | The source of the data, such as a micro agent, OT sensor, or Microsoft Defender for Endpoint. <br>Default: `MicroAgent`|
@@ -158,7 +183,6 @@ The following table describes the device properties shown in the **Device invent
158183
| **IPv4 Address** | The IPv4 address of the device. |
159184
| **IPv6 Address** | The IPv6 address of the device. |
160185
| **Last activity** | The date, and time the device last sent an event to the cloud. Presented in format MM/DD/YYYY HH:MM:SS AM/PM. |
161-
| **Last update time** | The date, and time the device last sent a system information event to the cloud. Presented in format MM/DD/YYYY HH:MM:SS AM/PM. |
162186
| **Location** | Editable. The physical location of the device. |
163187
| **MAC Address** | The MAC address of the device. |
164188
| **Model** | The device's model. |
@@ -173,7 +197,7 @@ The following table describes the device properties shown in the **Device invent
173197
| **Programming time** | The last time the device was programmed. |
174198
| **Protocols** | The protocols that the device uses. |
175199
| **Purdue level** | Editable. The Purdue level in which the device exists. |
176-
| **Scanner** | Whether the device performs scanning-like activities in the network. |
200+
| **Scanner device** | Whether the device performs scanning-like activities in the network. |
177201
| **Sensor** | The sensor the device is connected to. |
178202
| **Site** | The site that contains this device. <br><br>All Enterprise IoT sensors are automatically added to the **Enterprise network** site.|
179203
| **Slots** | The number of slots the device has. |
-825 Bytes
Loading
Loading
Loading
442 Bytes
Loading
157 KB
Loading

articles/defender-for-iot/organizations/whats-new.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Features released earlier than nine months ago are described in the [What's new
1919

2020
|Service area |Updates |
2121
|---------|---------|
22-
| **OT networks** | **Cloud features**: <br>- [Download updates from the Sites and sensors page (Public preview)](#download-updates-from-the-sites-and-sensors-page-public-preview) <br>- [Alerts page GA in the Azure portal](#alerts-ga-in-the-azure-portal) <br><br> **Sensor version 22.2.3**: [Configure OT sensor settings from the Azure portal (Public preview)](#configure-ot-sensor-settings-from-the-azure-portal-public-preview) |
22+
| **OT networks** | **Cloud features**: <br>- [Download updates from the Sites and sensors page (Public preview)](#download-updates-from-the-sites-and-sensors-page-public-preview) <br>- [Alerts page GA in the Azure portal](#alerts-ga-in-the-azure-portal) <br>- [Device inventory GA in the Azure portal](#device-inventory-ga-in-the-azure-portal) <br>- [Device inventory grouping enhancements (Public preview)](#device-inventory-grouping-enhancements-public-preview) <br><br> **Sensor version 22.2.3**: [Configure OT sensor settings from the Azure portal (Public preview)](#configure-ot-sensor-settings-from-the-azure-portal-public-preview) |
2323
| **Enterprise IoT networks** | **Cloud features**: [Alerts page GA in the Azure portal](#alerts-ga-in-the-azure-portal) |
2424

2525
### Download updates from the Sites and sensors page (Public preview)
@@ -40,6 +40,32 @@ For more information, see:
4040
- [Update threat intelligence packages](how-to-work-with-threat-intelligence-packages.md#update-threat-intelligence-packages)
4141
- [OT monitoring software versions](release-notes.md)
4242

43+
### Device inventory GA in the Azure portal
44+
45+
The **Device inventory** page in the Azure portal is now Generally Available (GA), providing a centralized view across all your detected devices, at scale.
46+
47+
Defender for IoT's device inventory helps you identify details about specific devices, such as manufacturer, type, serial number, firmware, and more. Gathering details about your devices helps your teams proactively investigate vulnerabilities that can compromise your most critical assets.
48+
49+
- **Manage all your IoT/OT devices** by building up-to-date inventory that includes all your managed and unmanaged devices
50+
51+
- **Protect devices with risk-based approach** to identify risks such as missing patches, vulnerabilities and prioritize fixes based on risk scoring and automated threat modeling
52+
53+
- **Update your inventory** by deleting irrelevant devices and adding organization-specific information to emphasize your organization preferences
54+
55+
The **Device inventory** GA includes the following UI enhancements:
56+
57+
|Enhancement |Description |
58+
|---------|---------|
59+
|**Grid-level enhancements**| - **[Export the entire device inventory](how-to-manage-device-inventory-for-organizations.md#export-the-device-inventory-to-csv)** to review offline and compare notes with your teams <br>- **[Delete irrelevant devices](how-to-manage-device-inventory-for-organizations.md#delete-a-device)** that no longer exist or are no longer functional <br>- **[Merge devices](how-to-manage-device-inventory-for-organizations.md#merge-duplicate-devices)** to fine-tune the device list if the sensor has discovered separate network entities that are associated with a single, unique device. For example. a PLC with four network cards, a laptop with both WiFi and a physical network card, or a single workstation with multiple network cards.<br>- **[Edit your table views](how-to-manage-device-inventory-for-organizations.md#reference-of-editable-fields)** to reflect only the data you are interested in viewing |
60+
|**Device-level enhancements**| - **[Edit device details](how-to-manage-device-inventory-for-organizations.md#edit-device-details)** by annotating organization-specific contextual details, such as relative importance, descriptive tags, and business function information |
61+
|**Filter and search enhancements** | - **[Run deep searches on any device inventory field](how-to-manage-device-inventory-for-organizations.md#view-the-device-inventory)** to quickly find the devices that matter most <br>- **[Filter the device inventory by any field](how-to-manage-device-inventory-for-organizations.md#view-the-device-inventory)**. For example, filter by *Type* to identify *Industrial* devices, or time fields to determine active and inactive devices.|
62+
63+
Rich security, governance and admin controls also provide the ability to assign admins, restricting who can merge, delete and edit devices on an owner’s behalf.
64+
65+
### Device inventory grouping enhancements (Public preview)
66+
67+
The **Device inventory** page on the Azure portal supports new grouping categories. Now you can group your device inventory by *class*, *data source*, *location*, *Purdue level*, *site*, *type*, *vendor*, and *zone*. For more information, see [View full device details](how-to-manage-device-inventory-for-organizations.md#view-the-device-inventory).
68+
4369
### Configure OT sensor settings from the Azure portal (Public preview)
4470

4571
For sensor versions 22.2.3 and higher, you can now configure selected settings for cloud-connected sensors using the new **Sensor settings (Preview)** page, accessed via the Azure portal's **Sites and sensors** page. For example:

0 commit comments

Comments
 (0)