I use Invoke-Item "some-file.xlsx"
to launch Excel and open a file. Now I would like to open this file in read only mode. It this possible from PowerShell?
To clearify, I am not looking to open the Excel sheet and read data from it to the PowerShell script, the script is intended to help the user finding a file and opening it.