Skip to content

Commit a21fdcd

Browse files
authored
Merge pull request #7764 from Brenduns/quick-fix
Fixing a few issues
2 parents b0211ec + 19b84ca commit a21fdcd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

memdocs/intune/protect/advanced-threat-protection-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Further, for devices that run iOS/iPadOS (in Supervised Mode), the Defender for
218218
4. For **Platform**, select **iOS/iPadOS**
219219
5. For **Profile type**, select **Custom**, and then select **Create**.
220220
6. On the **Basics** page, enter a *Name* and *Description* (optional) for the profile, then choose **Next**.
221-
7. Enter a *Configuration profile name*, and select a file to .mobileconfig file to Upload.
221+
7. Enter a *Configuration profile name*, and select a `.mobileconfig` file to Upload.
222222
8. Select **Next** to open the **Scope tags** page. Scope tags are optional. Select **Next** to continue.
223223
9. On the **Assignments** page, select the groups that will receive this profile. For this scenario, it's a best practice to target **All Devices**. For more information on assigning profiles, see [Assign user and device profiles](../configuration/device-profile-assign.md).
224224

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Before you can use [custom settings for compliance](../protect/compliance-use-cu
3333

3434
The discovery script:
3535

36-
- Is added to Intune before you create a compliance policy. After its added, it will be available to select when you create a compliance policy with custom settings.
36+
- Is added to Intune before you create a compliance policy. After it's added, it will be available to select when you create a compliance policy with custom settings.
3737
- Runs on a device that receives the compliance policy. The script evaluates the conditions of the JSON file you upload to the same policy.
3838
- Identifies one or more settings, as defined in the JSON, and returns a list of discovered values for those settings. A single script can be assigned to each policy, and supports discovery of multiple settings.
3939
- Must be compressed to output results in one line. For example: `$hash = @{ ModelName = "Dell"; BiosVersion = "1.24"; TPMChipPresent = $true}`

memdocs/intune/protect/privacy-data-store-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ After Intune [collects the data](privacy-data-collect.md), Intune follows the Da
3939

4040
Microsoft offers and operates Intune services in many regions worldwide. Intune respects the storage location elections made by the administrator for Customer Data.
4141

42-
For more information, see [Data Center Locations](/microsoft-365/enterprise/o365-data-locations?view=o365-worldwide#data-center-locations&preserve-view=true)
42+
For more information, see [Data Center Locations](/microsoft-365/enterprise/o365-data-locations?view=o365-worldwide#data-center-locations&preserve-view=true).
4343

4444
### Data residency option
4545

0 commit comments

Comments
 (0)