Question out of curiosity: When you type "[Shell32." in the PowerShell-ISE it will offer you a couple of interfaces like [Shell32.Shell], [Shell32.FolderItem] etc... Is it possible to use these interfaces e.g. to gather meta information about files like you normally would with the Shell.Application com-object?
I tried to read into interfaces but I don't really get behind the idea of these...