Dave Hull

Results 20 comments of Dave Hull

I'm also looking for floss on v2 and not finding it. I also tried `cinst floss` with no luck.

I have a name & size stacker done and also a file creation date sort.

The current Get-Products.ps1 collector says in the .SYNOPSIS that it only covers products installed via Windows Installer. I like this change that you've submitted. I'm curious why not all of...

I replied via GitHub, but I don't think it went out via email. I'm definitely liking this update, however, I think I'll rename the existing Get-Products.ps1 to Get-ProductsWMI.ps1 and call...

Can you try adding this line before the objects are returned and see if it fixes it? I don't have a web server handy to test against: $OutputEncoding = [System.Text.Encoding]::ASCII

Do you know if there's a specific version of PS or the Get-NetTCPConnection cmdlet that returns the OwningProcess property? In my local lab running PS 5.1 and that property does...

I should have some time to check this out tomorrow. Thanks.

Have you updated the PR? I've got some time today to check it out.

Agree the netstat screen scrapping is awful and doesn't work for non-English versions of Windows. A while back I wrote a version that would do this using PSReflect, but given...

More generically, VT lookups would be useful for any collector that returns file hashes, Get-Autorunsc.ps1, Get-ProcsWMI.ps1 both do, as does Get-FilesByHash.ps1, though in the latter case, the file being sought...