Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Pull request with type [CREATE] for user [belibug] and object type [CMPivotQuery] - titled [Get Windows Release ID and UBR] #240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions Communityhub/CMPivotQuery/Get Windows Release ID and UBR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Registry('hklm:\SOFTWARE\Microsoft\Windows NT\CurrentVersion')
| where Property == 'UBR' | project Device, UBR=Value
| join (Registry('hklm:\SOFTWARE\Microsoft\Windows NT\CurrentVersion') | where Property == 'ReleaseId' | project Device, ReleaseId=Value)