Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
OSD
23.6.25.1
Projects/OSDScripts/Scripts/TPM/Dev-IsKeyAttestationCapable.ps1
Get-CimInstance
-Namespace
'root/cimv2/Security/MicrosoftTpm'
-ClassName
'Win32_TPM'
|
Invoke-CimMethod
-MethodName
'IsKeyAttestationCapable'