Skip to content

Commit 25c1a83

Browse files
authored
Merge branch 'master' into patch-363
2 parents 8b28988 + e0647b3 commit 25c1a83

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ For a detailed visual flow about creating applications in Azure AD, see <https:/
9797
- Exchange administrator
9898
- Global Reader
9999

100+
> [!NOTE]
101+
> The Global administrator and Exchange administrator roles provide the necessary permissions for any Exchange-related tasks, including recipient management and protection features (anti-spam, anti-malware, etc). The Security administrator role doesn't not have the necessary permissions for these same Exchange-related tasks.
102+
100103
## Appendix
101104

102105
## Step 1: Register the application in Azure AD

exchange/exchange-ps/exchange/Get-InboxRule.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ Accept wildcard characters: False
151151
```
152152

153153
### -IncludeHidden
154-
This parameter works only in on-premises Exchange.
155-
156154
The IncludeHidden switch specifies whether to include hidden Inbox rules in the results. You don't need to specify a value with this switch.
157155

158156
```yaml

exchange/exchange-ps/exchange/New-Mailbox.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ Accept wildcard characters: False
10681068
### -MicrosoftOnlineServicesID
10691069
This parameter is available only in the cloud-based service.
10701070

1071-
The MicrosoftOnlineServicesID parameter specifies the user ID for the object. This parameter only applies to objects in the cloud-based service. It isn't available for on-premises deployments.
1071+
The MicrosoftOnlineServicesID parameter specifies the user ID for the object. This parameter applies only to objects in the cloud-based service and is used instead of the UserPrincipalName parameter. The MicrosoftOnlineServicesID parameter isn't available in on-premises deployments.
10721072

10731073
```yaml
10741074
Type: WindowsLiveId
@@ -1224,6 +1224,8 @@ This parameter is available only in on-premises Exchange.
12241224

12251225
The UserPrincipalName parameter specifies the logon name for the user account. The UPN uses an email address format: `username@domain`. Typically, the domain value is the domain where the user account resides.
12261226

1227+
In the cloud-based service, use the MicrosoftOnlineServicesID parameter instead.
1228+
12271229
```yaml
12281230
Type: String
12291231
Parameter Sets: User, Arbitration, AuditLog, RemoteArchive

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)