Before Troubleshooting
When you encounter issues with WebSM, we recommend to check if there is a already a solution available in our different resources:
Searching also for keywords related on your issue might help you find a solution faster.
When asking for help, you can generate a log file. To do so, run the following command in a terminal:
Start-Transcript -Path your_log_file.log
Then, reproduce the issue you are facing by launching WebSM from the terminal. Once done, stop the logging by running:
Stop-Transcript
This will create a log file that you can share when asking for help.