Client Management Suite

 View Only
  • 1.  Windows 11 compatibility: Report checking TPM version

    Posted Oct 15, 2021 04:59 AM
    Hello,

    I would like to create a report for getting the TMP version (if TPM chip is available and enabled) from our devices, but before to invent the wheel I would like to ask if there is already something created, any procedure, report etc... for gathering this information?

    I was thinking about to create a dataclass and get the information using a powershell command like "get-tpm", but maybe it could be done easily...

    I guess that this assessment is something that most of companies will need in the coming months in order to know in what computers the WIndows 11 can be installed.

    Thanks a lot in advance for your help.


  • 2.  RE: Windows 11 compatibility: Report checking TPM version

    Broadcom Partner
    Posted Oct 15, 2021 07:08 AM
    Hi Pablo Llorente,

    You can find a detailed description on my Blog.
    Hope this helps!

    Kind Regards,
    Johannes


  • 3.  RE: Windows 11 compatibility: Report checking TPM version

    Posted Oct 15, 2021 07:26 AM
    Incredible JOB!! It works perfectly!!

    Thanks a lot !


  • 4.  RE: Windows 11 compatibility: Report checking TPM version

    Posted Oct 15, 2021 04:55 PM
    Hi Pablo and Johannes,

    How did you guys get the HardwareReadiness.ps1 script to execute correctly?  The script is using Get-WmiObject cmdlets instead of using Get-CimInstance.  The Wmi cmdlets were superseded in PS 3.0, completely depreciated after 5.1, and not available in PowerShell Core.

    If you already did the update to use Get-CimInstance can you share it please?

    Thanks,
    John