TGTGInsighttelegram intelligenceLIVE / telegram public index
← hackspace
hackspace avatar

TGINSIGHT POST

Post #1218

@hackspace

hackspace

Views57Post view count
PostedMay 2105/21/2024, 07:32 PM
Post content

Post content

Quick way with (elevated) #PowerShell to see the versions of particular vendor's running processes. I also remoted this since mstsc etc is overkill ps |where path -match citrix|gp|select -expand versioninfo ps=Get-Process gp = Get-ItemProperty (-path arg comes from path property from Get-Process)