Skip to content

Commit 2cdda9a

Browse files
committed
review updates
1 parent a78f024 commit 2cdda9a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

memdocs/intune/configuration/administrative-templates-restrict-usb.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ After the device configuration profile is deployed to your targeted devices, you
9595

9696
If a USB device is blocked from installing, then you see a message similar to the following message:
9797

98-
:::image type="content" source="media/administrative-templates-restrict-usb/installation-forbidden.png" alt-text="The installation of the device is forbidden by system policy message.":::
98+
`The installation of this device is forbidden by system policy. Contact your system administrator.`
9999

100100
In the following example, the iPad is blocked because its device ID isn't in the allowed device ID list:
101101

102102
:::image type="content" source="media/administrative-templates-restrict-usb/device-status.png" alt-text="Device blocked by group policy.":::
103103

104104
## A device is blocked but should be allowed
105105

106-
Some USB devices have multiple GUIDs, and it's common to miss some GUIDs in your settings. As a result, a USB device that's allowed in your settings, might be blocked on the device.
106+
Some USB devices have multiple GUIDs, and it's common to miss some GUIDs in your policy settings. As a result, a USB device that's allowed in your settings, might be blocked on the device.
107107

108-
For example, in the **Allow installation of devices using drivers that match these device setup classes** setting, the Multimedia class GUID is entered, and the camera is blocked:
108+
In the following example, in the **Allow installation of devices using drivers that match these device setup classes** setting, the Multimedia class GUID is entered, and the camera is blocked:
109109

110110
:::image type="content" source="media/administrative-templates-restrict-usb/camera-blocked.png" alt-text="Windows can't find your camera message on a Windows device.":::
111111

@@ -119,11 +119,11 @@ To find the GUID of your device, use the following steps:
119119
2. In the file:
120120

121121
1. Search for **Restricted installation of devices not described by policy**.
122-
2. In this section, find the `Class GUID of device changed to: {GUID}` text. This `{GUID}` needs to added your policy.
122+
2. In this section, find the `Class GUID of device changed to: {GUID}` text. This `{GUID}` needs added to your policy.
123123

124-
In the following example, look at **Class GUID of device changed to: {36fc9e60-c465-11cf-8056-444553540000}**:
124+
In the following example, you see the `Class GUID of device changed to: {36fc9e60-c465-11cf-8056-444553540000}` text:
125125

126-
```output
126+
```log
127127
>>> [Device Install (Hardware initiated) - USB\VID_046D&PID_C534\5&bd89ed7&0&2]
128128
>>> Section start 2020/01/20 17:26:03.547
129129
dvi: {Build Driver List} 17:26:03.597
@@ -167,12 +167,12 @@ To find the GUID of your device, use the following steps:
167167
168168
## Common class GUIDs to allow USB devices
169169
170-
- **Keyboard and mouse**: To allow, add the following GUIDs to the device profile:
170+
- **Keyboard and mouse**: Add the following GUIDs to the device profile:
171171
172172
- Keyboard: `{4d36e96b-e325-11ce-bfc1-08002be10318}`
173173
- Mouse: `{4d36e96f-e325-11ce-bfc1-08002be10318}`
174174
175-
- **Cameras, headphones and microphones**: To allow, add the following GUIDs to the device profile:
175+
- **Cameras, headphones and microphones**: Add the following GUIDs to the device profile:
176176
177177
- USB Bus devices (hubs and host controllers): `{36fc9e60-c465-11cf-8056-444553540000}`
178178
- Human Interface Devices (HID): `{745a17a0-74d3-11d0-b6fe-00a0c90f57da}`
@@ -183,7 +183,7 @@ To find the GUID of your device, use the following steps:
183183
- Biometric devices: `{53d29ef7-377c-4d14-864b-eb3a85769359}`
184184
- Generic software devices: `{62f9c741-b25a-46ce-b54c-9bccce08b6f2}`
185185
186-
- **3.5 mm headphones**: To allow, add the following GUIDs to the device profile:
186+
- **3.5 mm headphones**: Add the following GUIDs to the device profile:
187187
188188
- Multimedia devices: `{4d36e96c-e325-11ce-bfc1-08002be10318}`
189189
- Audio endpoint: `{c166523c-fe0c-4a94-a586-f1a80cfbbf3e}`

0 commit comments

Comments
 (0)