< # .SYNOPSIS Gets LegalCopyright and Legal Trademarks from a file, if they exist. .DESCRIPTION This script uses System.Diagnostic.FileVersionInfo to get the version information of a file. in this sample, I use notepad.exe, as shipped with Windows. If you look at the output, you see LegalTrademarks are empty – this is the result I get on my main workstation. .NOTES… Read the full text.