Skip to content

Commit

Permalink
Update filters-device-properties.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c-demello authored Oct 8, 2024
1 parent 67431e2 commit 71a4617
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions memdocs/intune/fundamentals/filters-device-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,25 +381,6 @@ You can use the following app properties in your managed app filter rules:
- iOS/iPadOS
- Windows

- **`operatingSystemVersion` (Operating System Version)**: Create a filter rule based on the Intune device operating system (OS) version. Enter a version value (using `-eq`, `-ne`, `-gt`, `-ge`, `-lt`, `-le` operators).

Examples:

- `(app.operatingSystemVersion -eq 14.2.1)`
- `(app.operatingSystemVersion -gt 10.0.22000.1000)`
- `(app.operatingSystemVersion -le 10.0.22631.3235)`

For a list of supported operators, go to [operatingSystemVersion supported operators](#operatingsystemversion-supported-operators) (in this article).

This property applies to:

- Android
- iOS/iPadOS
- Windows

> [!NOTE]
> The `operatingSystemVersion` property is in public preview. For more information on what that means, go to [Public preview in Microsoft Intune](../fundamentals/public-preview.md).
- **`osVersion` (OS Version)**: Create a filter rule based on the client reported operating system (OS) version. Enter the full string value (using `-eq`, `-ne`, `-in`, `-notIn` operators), or partial value (using `-startswith`, `-contains`, `-notcontains` operators).

> [!TIP]
Expand Down

0 comments on commit 71a4617

Please sign in to comment.