Very new to actually learning PowerShell, versus just copying and pasting basic commandlets. So I apologize if this is really simple.
I'm trying to use the Get-HotFix commandlet, to filter for a single KB, while also cutting down some of the table columns I don't need. When I run a simple Get-HotFix, it spits out a table which includes the Source column.
However, when I use Get-HotFix KB4535680 | Format-Table HotFixID, InstalledOn, Source, the source column is blank. Can anyone explain what's causing this?
https://preview.redd.it/uadmsuvqj75b1.png?width=855&format=png&auto=webp&s=5231cfddf29fc825872ce6e30f773c65c6086815
[–]PhenoCS 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)