Skip to content

Commit b6351c2

Browse files
authored
Merge pull request MicrosoftDocs#3583 from get-itips/patch-50
Corrected example 1
2 parents b59590c + f7dbd58 commit b6351c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/devices/Set-DeviceConditionalAccessRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
6565

6666
### -------------------------- Example 1 --------------------------
6767
```
68-
Set-DeviceConditionalAccessRule -Identity "Secure Email{914f151c-394b-4da9-9422-f5a2f65dec30}" -AllowJailbroken $false
68+
Set-DeviceConditionalAccessRule -Identity "Secure Email{914f151c-394b-4da9-9422-f5a2f65dec30}" -AllowJailbroken $false -TargetGroups 95386852-1c11-4302-8733-b9e1058333e3
6969
```
7070

7171
This example modifies the specified mobile device conditional access rule to block jailbroken devices.

0 commit comments

Comments
 (0)