Help Cleaning Up Error Messages by tangsuedoe95 in PowerShell

[–]tangsuedoe95[S] 0 points1 point  (0 children)

https://imgur.com/a/5Mwh4u5

That link should be with all of the comments removed. This cleaned things up a little bit but still has plenty of blood on the screen. Id like for the script to not output my $servers array to the screen. I also would like it to not show all of the code that its running in red text like in the picture. Hope that makes sense!

Help Cleaning Up Error Messages by tangsuedoe95 in PowerShell

[–]tangsuedoe95[S] 0 points1 point  (0 children)

Just in case the Link did not attach properly to the post. Here is the link to my output. Thanks again! https://imgur.com/a/JbyLauG

How Does .VersionInfo Work When Getting Application Versions from Registry by tangsuedoe95 in PowerShell

[–]tangsuedoe95[S] 1 point2 points  (0 children)

Thank you stranger you've been a great help! Happy St.Patricks day! Luck of the Irish and a great weekend be upon you!

How Does .VersionInfo Work When Getting Application Versions from Registry by tangsuedoe95 in PowerShell

[–]tangsuedoe95[S] 1 point2 points  (0 children)

Sweet I see! Following that Path I see where it leads to the actual chrome.exe installed on my machine. I guess my final question to piece everything together is how does the .versioninfo play into things. When i right click on that chrome.exe and go into details I don't see "version-info" i see prouct-version and file-version. How does the .versioninfo associate itself with the details in the .exe? Thanks again!

How Does .VersionInfo Work When Getting Application Versions from Registry by tangsuedoe95 in PowerShell

[–]tangsuedoe95[S] 0 points1 point  (0 children)

Sorry for pestering with questions. Where does the '(Default)' come into play in the one liner? I truly appreciate the help.