Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update filters-device-properties.md (On Hold) #4648

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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