Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a6306b4
Update switches for legacy Exchange tokens
samantharamon Nov 12, 2024
24d2ea4
Merge branch 'main' into samramon-legacy-exchange-parameters
chrisda Nov 12, 2024
408fb73
Update Remove-AuthenticationPolicy.md
chrisda Nov 19, 2024
9dea352
Update Remove-AuthenticationPolicy.md
chrisda Nov 19, 2024
9b2bfeb
Merge branch 'main' into samramon-legacy-exchange-parameters
chrisda Nov 19, 2024
1ab3aad
Minor consistency updates
chrisda Nov 19, 2024
c2774ef
Remove Get-AuthenticationPolicy changes
samantharamon Nov 20, 2024
57a8aa5
Add note about token issuance
samantharamon Nov 20, 2024
b71b4ca
Merge branch 'main' into samramon-legacy-exchange-parameters
chrisda Nov 20, 2024
2e0cf6f
Add examples for Exchange token switches
samantharamon Nov 21, 2024
c4212ad
Add note
samantharamon Nov 21, 2024
34311c6
Merge branch 'main' into samramon-legacy-exchange-parameters
chrisda Nov 22, 2024
44f2354
Apply suggestions from review
samantharamon Nov 22, 2024
720a163
Merge branch 'main' into samramon-legacy-exchange-parameters
chrisda Dec 10, 2024
511a8d4
Add Get-AuthenticationPolicy switch
samantharamon Dec 11, 2024
c659d15
Add note to Get-AuthenticationPolicy switch
samantharamon Dec 12, 2024
acfc6d5
Update Get-AuthenticationPolicy.md
chrisda Dec 12, 2024
0e8e412
Merge branch 'main' into samramon-legacy-exchange-parameters
chrisda Dec 12, 2024
f7032e3
Merge branch 'main' into samramon-legacy-exchange-parameters
chrisda Dec 12, 2024
da99bf6
Update exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md
chrisda Dec 12, 2024
215d969
Update exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md
chrisda Dec 12, 2024
612fc39
Update exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md
chrisda Dec 12, 2024
6ed65f9
Update exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md
chrisda Dec 12, 2024
7f7a470
Update exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md
chrisda Dec 12, 2024
184b729
Update exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md
chrisda Dec 12, 2024
ccffc5a
Update exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md
chrisda Dec 12, 2024
edf657f
Update exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md
chrisda Dec 12, 2024
3d2a9f1
Update exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md
chrisda Dec 12, 2024
09a95ae
Update exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md
chrisda Dec 12, 2024
1beee1a
Merge pull request #12360 from samantharamon/samramon-legacy-exchange…
chrisda Dec 12, 2024
c471a30
Blind cmdlet sweep EOP
chrisda Dec 12, 2024
78a0dfd
Merge branch 'main' into chrisda
chrisda Dec 12, 2024
1f71ed6
Blind cmdlet sweep SCC
chrisda Dec 12, 2024
84695dc
Merge pull request #12422 from MicrosoftDocs/chrisda
chrisda Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 41 additions & 24 deletions exchange/exchange-ps/exchange/Export-ContentExplorerData.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ For information about the parameter sets in the Syntax section below, see [Excha
## SYNTAX

```
Export-ContentExplorerData
Export-ContentExplorerData [-TagName] <String> [-TagType] <String>
[-Aggregate]
[[-PageCookie] <String>]
[[-PageSize] <Int32>]
[[-SiteUrl] <String>]
[[-UserPrincipalName] <String>]
[-TagName] <String>
[-TagType] <String>
[[-Workload] <String>]
[<CommonParameters>]
```
Expand Down Expand Up @@ -69,6 +68,43 @@ This example exports records for the specified sensitive info type for all workl

## PARAMETERS

### -TagType
The TagType parameter specifies the type of label to export file details from. Valid values are:

- Retention
- SensitiveInformationType
- Sensitivity
- TrainableClassifier

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: True
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Aggregate
{{ Fill Aggregate Description }}

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -PageCookie
The PageCookie parameter specifies whether to get more data when the value of the MorePagesAvailable property in the command output is True. If you don't use the PageSize parameter, a maximum of 100 records are returned. If you use the PageSize parameter, a maximum of 10000 records can be returned.

Expand Down Expand Up @@ -135,27 +171,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -TagType
The TagType parameter specifies the type of label to export file details from. Valid values are:

- Retention
- SensitiveInformationType
- Sensitivity
- TrainableClassifier

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: True
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -UserPrincipalName
The UserPrincipalName parameter specifies the user account in UPN format to export message details from. An example UPN value is [email protected].

Expand Down Expand Up @@ -195,6 +210,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```



### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).

Expand Down
33 changes: 33 additions & 0 deletions exchange/exchange-ps/exchange/Get-AuthenticationPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ For information about the parameter sets in the Syntax section below, see [Excha

```
Get-AuthenticationPolicy [[-Identity] <AuthPolicyIdParameter>]
[-AllowLegacyExchangeTokens]
[-TenantId <String>]
[<CommonParameters>]
```
Expand All @@ -44,6 +45,13 @@ Get-AuthenticationPolicy -Identity "Engineering Group"

This example returns detailed information for the authentication policy named Engineering Group.

### Example 3
```powershell
Get-AuthenticationPolicy -AllowLegacyExchangeTokens
```

In Exchange Online, this example specifies whether legacy Exchange tokens for Outlook add-ins are allowed in the organization.

## PARAMETERS

### -Identity
Expand All @@ -66,6 +74,31 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowLegacyExchangeTokens
This parameter is available only in the cloud-based service.

The AllowLegacyExchangeTokens switch specifies whether legacy Exchange tokens are allowed for Outlook add-ins in your organization. You don't need to specify a value with this switch.

Legacy Exchange tokens include Exchange user identity and callback tokens.

**Important**:

- Currently, the AllowLegacyExchangeTokens switch only specifies whether legacy Exchange tokens are allowed in your organization. For now, disregard the empty Allowed and Blocked arrays returned by the switch.
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations. For more information, see [Nested app authentication and Outlook legacy tokens deprecation FAQ](https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens#what-is-the-timeline-for-shutting-down-legacy-exchange-online-tokens).

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online, Exchange Online Protection

Required: False
Position: Named
Default value: True
Accept pipeline input: False
Accept wildcard characters: False
```

### -TenantId
This parameter is available only in the cloud-based service.

Expand Down
17 changes: 17 additions & 0 deletions exchange/exchange-ps/exchange/Get-ComplianceTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
```
Get-ComplianceTag [[-Identity] <ComplianceRuleIdParameter>]
[-IncludingLabelState]
[-PriorityCleanup]
[<CommonParameters>]
```

Expand Down Expand Up @@ -83,6 +84,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -PriorityCleanup
{{ Fill PriorityCleanup Description }}

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).

Expand Down
17 changes: 17 additions & 0 deletions exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha

```
Get-DlpCompliancePolicy [[-Identity] <PolicyIdParameter>]
[-DisplayName <String>]
[-DistributionDetail]
[-ForceValidate <Boolean>]
[-IncludeExtendedProperties <Boolean>]
Expand Down Expand Up @@ -88,6 +89,22 @@ Accept pipeline input: True
Accept wildcard characters: False
```

### -DisplayName
{{ Fill DisplayName Description }}

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -DistributionDetail
The DistributionDetail switch returns detailed policy distribution information in the DistributionResults property. You don't need to specify a value with this switch.

Expand Down
17 changes: 17 additions & 0 deletions exchange/exchange-ps/exchange/Get-DlpComplianceRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha

```
Get-DlpComplianceRule [[-Identity] <ComplianceRuleIdParameter>]
[-DisplayName <String>]
[-IncludeExecutionRuleGuids <Boolean>]
[-Policy <PolicyIdParameter>]
[<CommonParameters>]
Expand Down Expand Up @@ -76,6 +77,22 @@ Accept pipeline input: True
Accept wildcard characters: False
```
### -DisplayName
{{ Fill DisplayName Description }}
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -IncludeExecutionRuleGuids
{{ Fill IncludeExecutionRuleGuids Description }}
Expand Down
8 changes: 4 additions & 4 deletions exchange/exchange-ps/exchange/Get-PendingDelicenseUser.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
online version: https://learn.microsoft.com/powershell/module/exchange/get-pendingdelicenseuser
applicable: Exchange Online
applicable: Exchange Online, Exchange Online Protection
title: Get-PendingDelicenseUser
schema: 2.0.0
author: chrisda
Expand Down Expand Up @@ -80,7 +80,7 @@ You can't use this parameter with the ShowDueObjectsOnly switch.
Type: RecipientIdParameter
Parameter Sets: Identity
Aliases:
Applicable: Exchange Online
Applicable: Exchange Online, Exchange Online Protection

Required: False
Position: 1
Expand All @@ -96,7 +96,7 @@ The ResultSize parameter specifies the maximum number of results to return. If y
Type: Unlimited
Parameter Sets: TenantLevelParameterSet
Aliases:
Applicable: Exchange Online
Applicable: Exchange Online, Exchange Online Protection

Required: False
Position: Named
Expand All @@ -114,7 +114,7 @@ You can't use this switch with the Identity parameter.
Type: SwitchParameter
Parameter Sets: TenantLevelParameterSet
Aliases:
Applicable: Exchange Online
Applicable: Exchange Online, Exchange Online Protection

Required: False
Position: Named
Expand Down
17 changes: 17 additions & 0 deletions exchange/exchange-ps/exchange/Get-RetentionCompliancePolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Get-RetentionCompliancePolicy [[-Identity] <PolicyIdParameter>]
[-ErrorPolicyOnly]
[-ExcludeTeamsPolicy]
[-IncludeTestModeResults]
[-PriorityCleanup]
[-RetentionRuleTypes]
[-TeamsPolicyOnly]
[<CommonParameters>]
Expand Down Expand Up @@ -147,6 +148,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -PriorityCleanup
{{ Fill PriorityCleanup Description }}

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -RetentionRuleTypes
The RetentionRuleTypes switch specifies whether to return the value of the RetentionRuleTypes property in the results. You don't need to specify a value with this switch.

Expand Down
17 changes: 17 additions & 0 deletions exchange/exchange-ps/exchange/Get-RetentionComplianceRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
```
Get-RetentionComplianceRule [[-Identity] <ComplianceRuleIdParameter>]
[-Policy <PolicyIdParameter>]
[-PriorityCleanup]
[<CommonParameters>]
```

Expand Down Expand Up @@ -96,6 +97,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -PriorityCleanup
{{ Fill PriorityCleanup Description }}

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Security & Compliance

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).

Expand Down
Loading
Loading