Skip to content

Commit c64973e

Browse files
authored
Merge branch 'MicrosoftDocs:main' into blackquack-patch-1
2 parents 922b8d2 + 232adfc commit c64973e

File tree

2 files changed

+64
-2
lines changed

2 files changed

+64
-2
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
{

exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ Accept wildcard characters: False
11291129
```
11301130

11311131
### -RemoveTeamsLocation
1132-
The AddTeamsLocation parameter specifies the accounts, distribution groups, or mail-enabled security groups to remove from the list of included Teams chat and channel messages if you used the value All for the TeamsLocation parameter. You specify the entries by the email address or name of the account, distribution group, or mail-enabled security group.
1132+
The RemoveTeamsLocation parameter specifies the accounts, distribution groups, or mail-enabled security groups to remove from the list of included Teams chat and channel messages if you used the value All for the TeamsLocation parameter. You specify the entries by the email address or name of the account, distribution group, or mail-enabled security group.
11331133

11341134
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
11351135

0 commit comments

Comments
 (0)