Skip to content

Commit 2571f3d

Browse files
authored
Merge pull request #12159 from MicrosoftDocs/main
Publish main to live, Wednesday 3:30PM PDT, 10/9
2 parents 1c5cceb + 232adfc commit 2571f3d

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

exchange/exchange-ps/exchange/Export-ActivityExplorerData.md

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,68 @@ Export-ActivityExplorerData -EndTime <DateTime> -OutputFormat <String> -StartTim
3333
```
3434

3535
## DESCRIPTION
36+
Valid workload filters include the following values:
37+
38+
- Copilot
39+
- Endpoint
40+
- Exchange
41+
- OnPremisesFileShareScanner
42+
- OnPremisesSharePointScanner
43+
- OneDrive
44+
- PowerBI
45+
- PurviewDataMap
46+
- SharePoint
47+
48+
Valid activity filters include the following values:
49+
50+
- AIAppInteraction
51+
- ArchiveCreated
52+
- AutoLabelingSimulation
53+
- BrowseToUrl
54+
- ChangeProtection
55+
- ClassificationAdded
56+
- ClassificationDeleted
57+
- ClassificationUpdated
58+
- CopilotInteraction
59+
- DLPInfo
60+
- DLPRuleEnforce
61+
- DLPRuleMatch
62+
- DLPRuleUndo
63+
- DlpClassification
64+
- DownloadFile
65+
- DownloadText
66+
- FileAccessedByUnallowedApp
67+
- FileArchived
68+
- FileCopiedToClipboard
69+
- FileCopiedToNetworkShare
70+
- FileCopiedToRemoteDesktopSession
71+
- FileCopiedToRemovableMedia
72+
- FileCreated
73+
- FileCreatedOnNetworkShare
74+
- FileCreatedOnRemovableMedia
75+
- FileDeleted
76+
- FileDiscovered
77+
- FileModified
78+
- FilePrinted
79+
- FileRead
80+
- FileRenamed
81+
- FileTransferredByBluetooth
82+
- FileUploadedToCloud
83+
- LabelApplied
84+
- LabelChanged
85+
- LabelRecommended
86+
- LabelRecommendedAndDismissed
87+
- LabelRemoved
88+
- NewProtection
89+
- PastedToBrowser
90+
- RemoveProtection
91+
- ScreenCapture
92+
- UploadFile
93+
- UploadText
94+
- WebpageCopiedToClipboard
95+
- WebpagePrinted
96+
- WebpageSavedToLocal
97+
3698
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft Purview compliance portal](https://learn.microsoft.com/purview/microsoft-365-compliance-center-permissions).
3799

38100
## EXAMPLES
@@ -55,7 +117,7 @@ This example exports up to 100 records for the specified date range in Json form
55117
```powershell
56118
$res = Export-ActivityExplorerData -StartTime "07/08/2022 07:15 AM" -EndTime "07/08/2022 11:08 AM" -PageSize 5000 -OutputFormat Json
57119
58-
#Run the below steps in loop until all results are fetched
120+
#Run the following steps in loop until all results are fetched
59121
60122
while ($res.LastPage -ne $true)
61123
{

0 commit comments

Comments
 (0)