Share via

CMPivot last patch date

Steve Zeke 21 Reputation points
2020-11-17T17:14:13.653+00:00

Im new to using CMPivot and trying to create a query that shows the computer and latest patch date only, but stuck. I can get multiple entries of all the dates, but basically looking ot have the computer name in one column and the last patch date on the right...Ive made some progress, bur another snag is how to convert the time to ISO 8601 so i can sort by year-month-day....Any help is appreciated.

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. AllenLiu-MSFT 49,441 Reputation points Microsoft External Staff
    2020-11-18T03:54:59.36+00:00

    @Steve Zeke
    Thank you for posting in Microsoft Q&A forum.
    Try this query:
    QuickFixEngineering | summarize max(installedon) by Device
    And I'm trying my best to find a way to modify the time type.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.