You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export the query logs for a user in an Office 365 tenant. The result of the export is stored in the current working folder or a specified folder, in the two files loginName_queries.csv and loginName_personalQueries.csv.
24
24
25
+
The output of the queries.csv will be for example:
26
+
27
+
| QueryTime | QueryText |
28
+
| ------------- | ------------- |
29
+
| 5/31/2018 09:16 | Querytext1 |
30
+
| 5/31/2018 08:16 | Querytext2 |
31
+
25
32
You have to be a tenant admin to run the cmdlet.
26
33
27
34
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).
0 commit comments