New-Object with the -Com parameter is used to create COM objects in PowerShell. Excel.Application is the COM ProgID for Microsoft Excel. New-Item creates file system items, and Invoke-Item opens files/folders - neither creates COM objects. Since only A is correct, 'All of the above' (D) is incorrect.