Skip to content

Commit e9a0254

Browse files
Fix punctuation
1 parent b68fcf5 commit e9a0254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-endpoint/device-control-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To further refine access to devices, device control uses policies. A policy is a
6464

6565
Rules and groups are identified by Global Unique ID (GUIDs). If device control policies are deployed using a management tool other than Intune, the GUIDs must be generated. You can generate the GUIDs by using [PowerShell](/powershell/module/microsoft.powershell.utility/new-guid).
6666

67-
For schema details, see [JSON schema for Mac](https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/device_control_policy_schema.json).
67+
For schema details, see the [JSON schema for Mac](https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/device_control_policy_schema.json).
6868

6969
## Users
7070

@@ -75,7 +75,7 @@ Device control policies can be applied to users and/or user groups. On Windows,
7575
7676
### Best practices for using device control with users and user groups
7777

78-
- To create a rule for an individual user on Windows, create an entry with a `Sid` condition for each user in a [rule](#rules)
78+
- To create a rule for an individual user on Windows, create an entry with a `Sid` condition for each user in a [rule](#rules).
7979

8080
- To create a rule for a user group on Windows and Intune, **either** create an entry with a `Sid` condition for each user group in a [rule] and target the policy to a machine group in Intune **or** create a rule without conditions and target the policy with Intune to the user group.
8181

0 commit comments

Comments
 (0)