I would like to execute an application (C# .NET core) by a little PowerShell script. However I would like during the execution of this application to send one parameter present in the PowerShell script.
How can I execute that ?
Thanks you for your help!