PowerShell: Possible to Determine a File's MIME Type?
01:32 28 Jul 2012

Is it possible for PowerShell to determine what a given file's type is? For example, if I pass it a path of C:\Foo.zip, can I have it determine that the file at that path is, in fact, a zip file and not something else?

.net powershell