You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/mailbox-databases-and-servers/Move-DatabasePath.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ When you use the Move-DatabasePath cmdlet, consider the following:
33
33
34
34
- 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.
35
35
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).
37
37
38
38
- 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.
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
+
2885
2926
### -HiddenFromAddressListsEnabled
2886
2927
The HiddenFromAddressListsEnabled parameter specifies whether this recipient is visible in address lists. Valid values are:
2887
2928
@@ -4267,6 +4308,8 @@ The RemoveDelayHoldApplied switch specifies whether to remove delay holds from t
4267
4308
4268
4309
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.
4269
4310
4311
+
You can use this switch with the GroupMailbox switch to remove delay holds from group mailboxes.
0 commit comments