Skip to content

Commit 22f513a

Browse files
authored
Update os-version.mdx
1 parent be60d15 commit 22f513a

File tree

1 file changed

+2
-7
lines changed
  • src/content/docs/cloudflare-one/identity/devices/warp-client-checks

1 file changed

+2
-7
lines changed

src/content/docs/cloudflare-one/identity/devices/warp-client-checks/os-version.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The OS Version device posture attribute checks whether the version of a device's
5151

5252
<TabItem label="Windows">
5353

54-
- **Version extra**: Enter the Windows UBR (Update Build Revision) you want devices to match (for example, `3803`). The UBR is the fourth part of the full Windows version number (for example, in `10.0.19045.3803`, the UBR is `3803`).
54+
- **Version extra**: Enter the Windows UBR (Update Build Revision) you want devices to match. The UBR is the fourth part of the [full Windows version number](#windows). For example, if the full version is `10.0.19045.3803`, enter `3803`.
5555

5656
</TabItem> </Tabs>
5757

@@ -74,11 +74,6 @@ Operating systems display version numbers in different ways. This section covers
7474

7575
### Windows
7676

77-
Windows version numbers consist of four parts: `Major.Minor.Build.UBR`. For example, `10.0.19045.3803` where:
78-
- `10.0` is the **Version** (Major.Minor)
79-
- `19045` is the **Build** number
80-
- `3803` is the **UBR** (Update Build Revision)
81-
8277
To determine the Windows version on your device:
8378

8479
1. Open a PowerShell window.
@@ -88,7 +83,7 @@ To determine the Windows version on your device:
8883
(Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name LCUVer).LCUVer
8984
```
9085

91-
This returns the full version in the format `Major.Minor.Build.UBR` (for example, `10.0.19045.3803`).
86+
This command returns the full Windows version in the format `Major.Minor.Build.UBR` (for example, `10.0.19045.3803`). In the posture check, **Version** contains Major.Minor.Build (`10.0.19045`) and **Version Extra** is the UBR (`3803`).
9287

9388
### Linux
9489

0 commit comments

Comments
 (0)