Skip to content

Commit e748571

Browse files
authored
Adding correct image formatting & alt-text
Added 5 images and accompanying alt-text
1 parent ad78840 commit e748571

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

memdocs/intune/protect/encrypt-devices.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ powercfg /a
167167
```
168168
If the device supports modern standby, it will show that Standby (S0 Low Power Idle) Network Connected is available
169169

170-
![Docs_BL_PowerCfg_Surface_S0_Possible](https://user-images.githubusercontent.com/44718379/152707579-06d14ccb-02ac-4b98-aad5-d91b0ebeca74.png)
170+
:::image type="content" source="./media/encrypt-devices/docs_bl_powercfg_surface_s0_possible.png" alt-text="Screenshot of command prompt displaying output of powercfg command with Standby state S0 available.":::
171171

172172
If the device does not support modern standby, such as a virtual machine, it will show that Standby (S0 Low Power Idle) Network Connected is not supported
173173

174-
![Docs_BL_PowerCfg_VM_noS0Possible](https://user-images.githubusercontent.com/44718379/152707599-22c37cb0-dd2c-4f52-9262-e61ee67ff905.png)
174+
:::image type="content" source="./media/encrypt-devices/docs_bl_powercfg_surface_nos0possible.png" alt-text="Screenshot of command prompt displaying output of powercfg command with Standby state S0 un-available.":::
175175

176176
To verify the encryption type, run the following command from an elevated (admin) command prompt:
177177

@@ -180,12 +180,13 @@ manage-bde -status c:
180180
```
181181
The 'Conversion Status' field will reflect the encryption type as either Used Space Only encrypted or Fully Encrypted.
182182

183-
![Docs_BL_UsedSpaceOnly](https://user-images.githubusercontent.com/44718379/152707629-2b32e169-d1c8-4ca6-8532-3caf32a7af00.png)
184-
![Docs_BL_FullyEncrypted](https://user-images.githubusercontent.com/44718379/152707640-5dc2f2df-aaeb-43fc-8714-3e2c35420aed.png)
183+
:::image type="content" source="./media/encrypt-devices/docs_bl_usedspaceonly.png" alt-text="Screenshot of administrative command prompt showing output of manage-bde with conversion status reflecting fully encrypted.":::
184+
185+
:::image type="content" source="./media/encrypt-devices/docs_bl_fullyencrypted.png" alt-text="Screenshot of administrative command prompt showing output of manage-bde with conversion status reflecting used space only encryption.":::
185186

186187
To change the disk encryption type between full disk encryption and used space only encryption, leverage the'Enforce drive encryption type on operating system drives' setting within settings catalog.
187188

188-
![Docs_BL_SettingsCatalog_Control_Encryption](https://user-images.githubusercontent.com/44718379/152707736-48d83500-5f60-4ff5-be85-f600fcdf57f6.png)
189+
:::image type="content" source="./media/encrypt-devices/docs_bl_settingscatalog_control_encryption.png" alt-text="Screenshot of Intune settings catalog displaying Enforce drive encryption type on operating system drives setting and drop-down list to select from full or used space only encryption types.":::
189190

190191
#### TPM startup PIN or key
191192

0 commit comments

Comments
 (0)