ContributionsMost RecentMost LikesSolutionsin my project. i want to create a function to verify my product(exe) file if included digital sign Testcomplete 15.2 in my project. i want to create a function to verify my product(exe) file if included digital signature. can you help the same SolvedPowershell Get-ItemProperty PowerShell Script and Get the Result as Text: Example Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion | Where-Object {$_.DisplayName -match "McAfee"}, to search "McAfee" i need to use double quotes but testcomplete doesnot allow to do it Solved