Skip to content

Commit 1ff29de

Browse files
authored
Update articles/active-directory/enterprise-users/groups-dynamic-membership.md
1 parent 9b98717 commit 1ff29de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/enterprise-users/groups-dynamic-membership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ You can also create a rule that selects device objects for membership in a group
381381
>
382382
> For Windows 10, the correct format of the deviceOSVersion attribute is as follows: (device.deviceOSVersion -startsWith "10.0.1"). The formatting can be validated with the Get-MgDevice PowerShell cmdlet:
383383
> ```
384-
>Get-MgDevice -Search "displayName:YourMachineNameHere" -ConsistencyLevel eventual | Select-Object -ExpandProperty 'OperatingSystemVersion'
385-
>```
384+
> Get-MgDevice -Search "displayName:YourMachineNameHere" -ConsistencyLevel eventual | Select-Object -ExpandProperty 'OperatingSystemVersion'
385+
> ```
386386
387387
The following device attributes can be used.
388388

0 commit comments

Comments
 (0)