Skip to content

Commit 4175efa

Browse files
authored
Merge branch 'master' into master
2 parents f0ac5d2 + 3cbf966 commit 4175efa

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Move-DatabasePath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When you use the Move-DatabasePath cmdlet, consider the following:
3333

3434
- If the specified database is mounted when this cmdlet is run, the database is automatically dismounted and then remounted, and is unavailable to users while it's dismounted.
3535

36-
- This cmdlet normally can be run on the affected Mailbox server only. An exception is that this cmdlet can be run on an administrator's workstation when using the ConfigurationOnly parameter with a value of $true.
36+
- In Exchange 2013 or earlier, you can only run this cmdlet on the affected Mailbox server. If you include the ConfigurationOnly parameter with the value $true, you can run the cmdlet on an administrator's workstation. This does not apply to Exchange 2016 or later (you can run the cmdlet anywhere).
3737

3838
- This cmdlet can't be run against replicated mailbox databases. To move the path of a replicated database, you must first remove all replicated copies, and then you can perform the move operation. After the move operation is complete, you can add copies of the mailbox database.
3939

exchange/exchange-ps/exchange/mailboxes/Set-Mailbox.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
101101
[-ForwardingSmtpAddress <ProxyAddress>]
102102
[-GMGen <$true | $false>]
103103
[-GrantSendOnBehalfTo <MultiValuedProperty>]
104+
[-GroupMailbox <MailboxIdParameter>]
104105
[-HiddenFromAddressListsEnabled <$true | $false>]
105106
[-IgnoreDefaultScope]
106107
[-ImListMigrationCompleted <$true | $false>]
@@ -381,6 +382,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter> [-RemoveDelayHoldApplied]
381382
[-ForwardingAddress <RecipientIdParameter>]
382383
[-ForwardingSmtpAddress <ProxyAddress>]
383384
[-GrantSendOnBehalfTo <MultiValuedProperty>]
385+
[-GroupMailbox <MailboxIdParameter>]
384386
[-HiddenFromAddressListsEnabled <$true | $false>]
385387
[-ImListMigrationCompleted <$true | $false>]
386388
[-ImmutableId <String>]
@@ -2882,6 +2884,45 @@ Accept pipeline input: False
28822884
Accept wildcard characters: False
28832885
```
28842886
2887+
### -GroupMailbox
2888+
This parameter is available only in the cloud-based service.
2889+
2890+
The GroupMailbox switch is required to modify Group Mailboxes in Exchange Online. You don't need to specify a value with this switch.
2891+
2892+
You can use any value that uniquely identifies the Group Mailbox. For example:
2893+
2894+
- Name
2895+
2896+
- Alias
2897+
2898+
- Distinguished name (DN)
2899+
2900+
- Canonical DN
2901+
2902+
- \<domain name\>\\\<account name\>
2903+
2904+
- Email address
2905+
2906+
- GUID
2907+
2908+
- LegacyExchangeDN
2909+
2910+
- SamAccountName
2911+
2912+
- User ID or user principal name (UPN)
2913+
2914+
```yaml
2915+
Type: MailboxIdParameter
2916+
Parameter Sets: Identity, RemoveDelayHoldApplied
2917+
Aliases:
2918+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2919+
Required: False
2920+
Position: Named
2921+
Default value: None
2922+
Accept pipeline input: False
2923+
Accept wildcard characters: False
2924+
```
2925+
28852926
### -HiddenFromAddressListsEnabled
28862927
The HiddenFromAddressListsEnabled parameter specifies whether this recipient is visible in address lists. Valid values are:
28872928
@@ -4267,6 +4308,8 @@ The RemoveDelayHoldApplied switch specifies whether to remove delay holds from t
42674308

42684309
The removal of a hold from a mailbox is temporarily delayed to prevent the accidental purge of content that's no longer affected by the hold. This temporary delay in the removal of the hold is known as a delay hold. To see the hold history on a mailbox, replace \<MailboxIdentity\> with the name, email address, or alias of the mailbox, and run this command: Export-MailboxDiagnosticLogs -Identity \<MailboxIdentity\> -ComponentName HoldTracking.
42694310

4311+
You can use this switch with the GroupMailbox switch to remove delay holds from group mailboxes.
4312+
42704313
```yaml
42714314
Type: SwitchParameter
42724315
Parameter Sets: RemoveDelayHoldApplied

skype/skype-ps/skype/New-CsHybridApplicationEndpoint.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ This example creates a hybrid application endpoint named NewBot1 in Skype for Bu
4242
## PARAMETERS
4343

4444
### -ApplicationId
45-
The ApplicationId for the application endpoint that is being created.
45+
The ApplicationId or Client Id for which the endpoint is being created.
46+
47+
There are predefined values if you are creating an on-premises resource account for Skype for Business hybrid deployments:
48+
* Auto Attendant: ce933385-9390-45d1-9512-c8d228074e07
49+
* Call Queue: 11cd3e2e-fccb-42ad-ad00-878b93575e07
4650

4751
```yaml
4852
Type: Guid

0 commit comments

Comments
 (0)