mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-08 10:37:22 +00:00
added settings
This commit is contained in:
parent
ea0ab0d3fa
commit
bed6de9871
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
@ -92,6 +92,72 @@ The configuration options consist of:
|
|||||||
|
|
||||||
[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)]
|
[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)]
|
||||||
|
|
||||||
|
# [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune**](#tab/intune)
|
||||||
|
|
||||||
|
[!INCLUDE [intune-settings-catalog-1](../../../includes/configure/intune-settings-catalog-1.md)]
|
||||||
|
|
||||||
|
| Category | Setting name |
|
||||||
|
|--|--|
|
||||||
|
| **Remote Remediation** | Enable Cloud Remediation |
|
||||||
|
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation |
|
||||||
|
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Set Time To Reboot |
|
||||||
|
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Set Retry Interval |
|
||||||
|
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Network SSID |
|
||||||
|
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Network Password |
|
||||||
|
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Network Password Encryption Type |
|
||||||
|
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Network Password Encryption Store |
|
||||||
|
|
||||||
|
[!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)]
|
||||||
|
|
||||||
|
# [:::image type="icon" source="../images/icons/csp.svg" border="false"::: **CSP**](#tab/csp)
|
||||||
|
|
||||||
|
You can configure devices with the [RemoteRemediation CSP][CSP-1].
|
||||||
|
|
||||||
|
### Cloud remediation configuration
|
||||||
|
|
||||||
|
Enable or disable cloud remediation using the following settings:
|
||||||
|
|
||||||
|
| Setting |
|
||||||
|
|--|
|
||||||
|
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/EnableCloudRemediation`<br>- **Data type:** Boolean<br>- **Value:** `True`<br>- **Description**: When set to `True`, cloud remediation is enabled. |
|
||||||
|
|
||||||
|
### Auto remediation configuration
|
||||||
|
|
||||||
|
Configure the following settings to customize the auto remediation experience:
|
||||||
|
|
||||||
|
| Setting |
|
||||||
|
|--|
|
||||||
|
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`<br>- **Data type:** Boolean<br>- **Value:** `True`<br>- **Description**: When set to `True`, auto remediation is enabled. |
|
||||||
|
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/SetTimeToReboot`<br>- **Data type:** Integer<br>- **Value:** 1-4320 (default = 180)<br>- **Description**: Configure the time to reboot (in minutes) during auto remediation. The maximum time to reboot possible is 72 hours.|
|
||||||
|
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/SetRetryInterval`<br>- **Data type:** Integer<br>- **Value:** 1-4320 (default = 30)<br>- **Description**: Configure the retry interval (in minutes) during auto remediation. The retry interval shouldn't be higher than the time to reboot.|
|
||||||
|
|
||||||
|
### Wi-Fi network connection configuration
|
||||||
|
|
||||||
|
To configure the Wi-Fi network connection used during recovery, use the following settings:
|
||||||
|
|
||||||
|
|Setting|
|
||||||
|
|--|
|
||||||
|
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkSSID`<br>- **Data type:** string<br>- **Value:** Wi-Fi network Service Set Identifier (SSID)|
|
||||||
|
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPassword`<br>- **Data type:** string<br>- **Value:** Wi-Fi network password|
|
||||||
|
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPasswordEncryptionType`<br>- **Data type:** Integer<br>- **Value:** `0` = The password isn't encrypted; `1` = The password is encrypted with the MDM certificate, `2` = The password is encrypted with custom certificate. When this value is used, you must also specify the custom store name in the `NetworkPasswordEncryptionStore` node.|
|
||||||
|
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPasswordEncryptionStore`<br>- **Data type:** string<br>- **Value:** When a value of `2` is contained in `NetworkPasswordEncryptionType`, specify the store name where the certificate for decrypting the Network Password is stored.|
|
||||||
|
|
||||||
|
# [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings)
|
||||||
|
|
||||||
|
Here are the steps to configure quick mahcine recovery from Settings:
|
||||||
|
|
||||||
|
1. Open Settings and go to System > Recovery**, or use the following shortcut:
|
||||||
|
|
||||||
|
> [!div class="nextstepaction"]
|
||||||
|
>
|
||||||
|
> [Recovery](ms-settings:recovery)
|
||||||
|
|
||||||
|
1. Select **Quick machine recovery**
|
||||||
|
1. To enable quick machine recovery, turn the **Quick machine recovery** toggle to **On**
|
||||||
|
1. Configure the retry intervals and time-outs as needed
|
||||||
|
|
||||||
|
:::image type="content" source="images/quick-machine-recovery-settings.png" border="false" lightbox="images/quick-machine-recovery-settings.png" alt-text="Screenshot of the Setting app - Recovery - Quick machine recovery - showing the quick machine recovery options.":::
|
||||||
|
|
||||||
# [:::image type="icon" source="../images/icons/cmd.svg"::: **Command prompt**](#tab/cmd)
|
# [:::image type="icon" source="../images/icons/cmd.svg"::: **Command prompt**](#tab/cmd)
|
||||||
|
|
||||||
To configure quick machine recovery using the command line, you must create an XML file with the desired settings and then use the `reagentc.exe` command to apply those settings.
|
To configure quick machine recovery using the command line, you must create an XML file with the desired settings and then use the `reagentc.exe` command to apply those settings.
|
||||||
@ -133,60 +199,6 @@ To remove the configured recovery settings, run the following command from an el
|
|||||||
reagentc.exe /clearrecoverysettings
|
reagentc.exe /clearrecoverysettings
|
||||||
```
|
```
|
||||||
|
|
||||||
# [:::image type="icon" source="../images/icons/csp.svg" border="false"::: **CSP**](#tab/csp)
|
|
||||||
|
|
||||||
You can configure devices with the [RemoteRemediation CSP][CSP-1].
|
|
||||||
|
|
||||||
### Cloud remediation configuration
|
|
||||||
|
|
||||||
Enable or disable cloud remediation using the following settings:
|
|
||||||
|
|
||||||
| Setting |
|
|
||||||
|--|
|
|
||||||
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/EnableCloudRemediation`<br>- **Data type:** Boolean<br>- **Value:** `True`<br>- **Description**: When set to `True`, cloud remediation is enabled. |
|
|
||||||
|
|
||||||
### Auto remediation configuration
|
|
||||||
|
|
||||||
Configure the following settings to customize the auto remediation experience:
|
|
||||||
|
|
||||||
| Setting |
|
|
||||||
|--|
|
|
||||||
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`<br>- **Data type:** Boolean<br>- **Value:** `True`<br>- **Description**: When set to `True`, auto remediation is enabled. |
|
|
||||||
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/SetTimeToReboot`<br>- **Data type:** Integer<br>- **Value:** 1-4320 (default = 180)<br>- **Description**: Configure the time to reboot (in minutes) during auto remediation. The maximum time to reboot possible is 72 hours.|
|
|
||||||
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/SetRetryInterval`<br>- **Data type:** Integer<br>- **Value:** 1-4320 (default = 30)<br>- **Description**: Configure the retry interval (in minutes) during auto remediation. The retry interval shouldn't be higher than the time to reboot.|
|
|
||||||
|
|
||||||
### Wi-Fi network connection configuration
|
|
||||||
|
|
||||||
To configure the Wi-Fi network connection used during recovery, use the following settings:
|
|
||||||
|
|
||||||
|Setting|
|
|
||||||
|--|
|
|
||||||
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkSSID`<br>- **Data type:** string<br>- **Value:** Wi-Fi network Service Set Identifier (SSID)|
|
|
||||||
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPassword`<br>- **Data type:** string<br>- **Value:** Wi-Fi network password|
|
|
||||||
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPasswordEncryptionType`<br>- **Data type:** Integer<br>- **Value:** `0` = The password isn't encrypted; `1` = The password is encrypted with the MDM certificate, `2` = The password is encrypted with custom certificate. When this value is used, you must also specify the custom store name in the `NetworkPasswordEncryptionStore` node.|
|
|
||||||
|- **OMA-URI:** `./Device/Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPasswordEncryptionStore`<br>- **Data type:** string<br>- **Value:** When a value of `2` is contained in `NetworkPasswordEncryptionType`, specify the store name where the certificate for decrypting the Network Password is stored.|
|
|
||||||
|
|
||||||
# [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune**](#tab/intune)
|
|
||||||
|
|
||||||
[!INCLUDE [intune-settings-catalog-1](../../../includes/configure/intune-settings-catalog-1.md)]
|
|
||||||
|
|
||||||
| Category | Setting name |
|
|
||||||
|--|--|
|
|
||||||
| **Remote Remediation** | Enable Cloud Remediation |
|
|
||||||
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation |
|
|
||||||
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Set Time To Reboot |
|
|
||||||
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Set Retry Interval |
|
|
||||||
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Network SSID |
|
|
||||||
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Network Password |
|
|
||||||
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Network Password Encryption Type |
|
|
||||||
| **Remote Remediation** | Enable Cloud Remediation > Enable Auto Remediation > Network Password Encryption Store |
|
|
||||||
|
|
||||||
[!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)]
|
|
||||||
|
|
||||||
# [:::image type="icon" source="../images/icons/settings-app.svg"::: **Settings**](#tab/settings)
|
|
||||||
|
|
||||||
:::image type="content" source="images/quick-machine-recovery-settings.png" border="false" lightbox="images/quick-machine-recovery-settings.png" alt-text="Screenshot of the Setting app - Recovery - Quick machine recovery - showing the quick machine recovery options.":::
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Verify Recovery Settings
|
### Verify Recovery Settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user