Skip to content

Commit 9bc0a32

Browse files
authored
Merge branch 'master' into master
2 parents 604c1aa + 118474f commit 9bc0a32

File tree

3 files changed

+7
-22
lines changed

3 files changed

+7
-22
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Because storing user credentials locally is not a safe practice, we're releasing
2828

2929
The following examples show how to use the Exchange Online PowerShell V2 module with app-only authentication:
3030

31+
> [!IMPORTANT]
32+
> In the **Connect-ExchangeOnline** commands, be sure to use an `.onmicrosoft.com` domain in the _Organization_ parameter value. Otherwise, you might encounter cryptic permission issues when you run commands in the app context.
33+
3134
- Connect using a local certificate:
3235

3336
```powershell
@@ -51,10 +54,7 @@ The following examples show how to use the Exchange Online PowerShell V2 module
5154
When you use the _Certificate_ parameter, the certificate does not need to be installed on the computer where you are running the command. This parameter is applicable for scenarios where the certificate object is stored remotely and fetched at runtime during script execution.
5255

5356
> [!TIP]
54-
>
55-
> - In the **Connect-ExchangeOnline** commands, be sure to use an `.onmicrosoft.com` domain in the _Organization_ parameter value. Otherwise, you might encounter cryptic permission issues when you run commands in the app context.
56-
>
57-
> - App-only authentication does not support delegation. Unattended scripting in delegation scenarios is supported with the Secure App Model. For more information, go [here](/powershell/partnercenter/multi-factor-auth#exchange).
57+
> App-only authentication does not support delegation. Unattended scripting in delegation scenarios is supported with the Secure App Model. For more information, go [here](/powershell/partnercenter/multi-factor-auth#exchange).
5858
5959
## How does it work?
6060

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Accept wildcard characters: False
513513
```
514514

515515
### -Organization
516-
The Organization parameter specifies the organization that's used in app-only authentication.
516+
The Organization parameter specifies the organization that's used in app-only authentication. Be sure to use an .onmicrosoft.com domain for the parameter value. Otherwise, you might encounter cryptic permission issues when you run commands in the app context.
517517

518518
```yaml
519519
Type: String

skype/skype-ps/skype/Set-CsCloudCallDataConnectorConfiguration.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Modifies an existing collection of Cloud Call Data Connector configuration setti
2020
### Identity (Default)
2121
```
2222
Set-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector <Boolean>] [[-Identity] <XdsIdentity>]
23-
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
[-Force] [-WhatIf] [<CommonParameters>]
2424
```
2525

2626
### Instance
2727
```
2828
Set-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector <Boolean>] [-Instance <PSObject>] [-Force]
29-
[-WhatIf] [-Confirm] [<CommonParameters>]
29+
[-WhatIf] [<CommonParameters>]
3030
```
3131

3232
## DESCRIPTION
@@ -68,21 +68,6 @@ The filtered collection is then piped to the `Set-CsCloudCallDataConnectorConfig
6868

6969
## PARAMETERS
7070

71-
### -Confirm
72-
Prompts you for confirmation before running the cmdlet.
73-
74-
```yaml
75-
Type: SwitchParameter
76-
Parameter Sets: (All)
77-
Aliases: cf
78-
Applicable: Skype for Business Server 2019
79-
Required: False
80-
Position: Named
81-
Default value: None
82-
Accept pipeline input: False
83-
Accept wildcard characters: False
84-
```
85-
8671
### -EnableCallDataConnector
8772
Enables upload of call data.
8873

0 commit comments

Comments
 (0)