Question
In my compliance archive's Exchange details folder, what is the workspaceSettings.json file and how do I open it?
Answer
This file lists the state of all your exchange's settings at the time of the archive's creation.
You can open the file in an online JSON viewer, a local application like Notepad++, or in a web browser (right-click on the file and choose Open with > browser name).
Each line in the file appears similar to the following:
{\"settingType\":\"QA_ENABLED\",\"value\":\"T\",\"readOnly\":\"F\"},
In this example, QA_ENABLED has a value of T (true), which means that the Q&A feature was enabled on the exchange when the archive was created.