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
Example 1 exports a user data who has the e-mail address joe.healy@contoso.comfrom the site collection https://contoso.sharepoint.com/sites/sc1 to folder C:\users\admin\exportfolder.
36
+
Example 1 exports the query log for a user who has the e-mail address user1@contoso.harepoint.comto the two files user1@contoso.sharepoint.com_queries.csv and user1@contoso.sharepoint.com_personalQueries.csv, in the current working folder.
Example 2 exports user data who has email address joe.healy@contoso.com from all site collections to folder C:\users\admin\exportfolder.
43
+
Example 2 exports the query log from the starting time 21. October 2018, for a user who has the e-mail address user1@contoso.sharepoint.com, to the two files user1@contoso.sharepoint.com_queries.csv and user1@contoso.sharepoint.com_personalQueries.csv, in the folder c:\users\contosoadmin\Documents.
54
44
55
45
## PARAMETERS
56
46
@@ -70,24 +60,8 @@ Accept pipeline input: False
70
60
Accept wildcard characters: False
71
61
```
72
62
73
-
### -Site
74
-
Specifies the URL of the site collection to which you want to export the user.
0 commit comments