Skip to content

Commit 869107d

Browse files
authored
Merge pull request #10396 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 5dbf5b2 + edf2bfa commit 869107d

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ Certificate based authentication (CBA) or app-only authentication as described i
4848
> - [Get-ComplianceCase](/powershell/module/exchange/get-compliancecase)
4949
> - [Get-CaseHoldPolicy](/powershell/module/exchange/get-caseholdpolicy)
5050
>
51-
> - Delegated scenarios are supported in **Exchange Online** using multi-tenant applications. The required steps are called out within the regular instructions in this article.
52-
>
53-
> You can also connect to Exchange Online PowerShell using GDAP and App consent. For more information, see [Use the Exchange Online PowerShell v3 Module with GDAP and App Consent](/powershell/partnercenter/exchange-online-gdap-app).
51+
> - Delegated scenarios are supported in Exchange Online. The recommended method for connecting with delegation is using GDAP and App Consent. For more information, see [Use the Exchange Online PowerShell v3 Module with GDAP and App Consent](/powershell/partnercenter/exchange-online-gdap-app). You can also use multi-tenant applications when CSP relationships are not created with the customer. The required steps for using multi-tenant applications are called out within the regular instructions in this article.
5452
5553
## How does it work?
5654

exchange/exchange-ps/exchange/Get-Label.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Get-Label [[-Identity] <ComplianceRuleIdParameter>]
25-
[-IncludeDetailedLabelActions <System.Boolean>]
25+
[-IncludeDetailedLabelActions]
2626
[-SkipValidations]
2727
[<CommonParameters>]
2828
```
@@ -69,13 +69,10 @@ Accept wildcard characters: False
6969
```
7070
7171
### -IncludeDetailedLabelActions
72-
The IncludeDetailedLabelActions parameter specifies whether to expand label actions into properties for better readability. Valid values are:
73-
74-
- $true: Include detailed label actions.
75-
- $false: Don't include detailed label actions.
72+
The IncludeDetailedLabelActions parameter specifies whether to expand label actions into properties for better readability. You don't need to specify a value with this switch.
7673
7774
```yaml
78-
Type: System.Boolean
75+
Type: SwitchParameter
7976
Parameter Sets: (All)
8077
Aliases:
8178
Applicable: Security & Compliance

0 commit comments

Comments
 (0)