Skip to content

Commit 670163b

Browse files
committed
merge
2 parents ecfa8e1 + 9b19392 commit 670163b

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

memdocs/intune/configuration/vpn-settings-ios.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ These settings apply when you choose **Connection type** > **IKEv2**.
208208
- **ECDSA384**
209209
- **ECDSA521**
210210

211-
- **Username and password** (User authentication only): When users connect to the VPN, they're prompted for their username and password.
212211
- **Shared secret** (Machine authentication only): Allows you to enter a shared secret to send to the VPN server.
213212
- **Shared secret**: Enter the shared secret, also known as the pre-shared key (PSK). Be sure the value matches the shared secret configured on the VPN server.
214213

memdocs/intune/protect/compliance-custom-json.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ A correctly formatted JSON file must include the following information:
4242
- **MoreInfoURL** - A URL that’s shown to device users so they can learn more about the compliance requirement when their device is noncompliant for a setting. You can also use this to link to instructions to help users bring their device into compliance for this setting.
4343
- **RemediationStrings** - Information that gets displayed in the Company Portal when a device is noncompliant to a setting. This information is intended to help users understand the remediation options to bring a device to a compliant state.
4444

45+
You may include as many settings as you'd like in the JSON file, but the file must be no larger than 1 megabyte (MB).
46+
4547
**Supported operators**:
4648
- IsEquals
4749
- NotEquals

memdocs/intune/protect/compliance-custom-script.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ PS C:\Users\apervaiz\Documents> .\sample.ps1
7272

7373
5. Complete the script creation process. The script is now visible in the *Scripts* pane of the Microsoft Endpoint Manager admin center and will be available to select when configuring compliance policies.
7474

75+
## Limits
76+
77+
The scripts you write must be within these limits in order to successfully return compliance data to Intune:
78+
79+
- Scripts can be no larger than 1 megabyte (MB) each.
80+
- Output generated by each script can be no larger than 1 MB.
81+
- Scripts must take 10 minutes or less to run.
82+
7583
## Next steps
7684

7785
- [Use custom compliance settings](../protect/compliance-use-custom-settings.md)

0 commit comments

Comments
 (0)