PowerShell 复制 Set-Mailbox -Identity <MailboxIdentity> -Type <Regular | Room | Equipment | Shared> 此示例将名为 MarketingDept1 的共享邮箱转换为用户邮箱。PowerShell 复制 Set-Mailbox -Identity MarketingDept1 -Type Regular 有关语法和参数的详细信息,请参阅 Set-Mailbox。
This topic explains how to use the Exchange Management Shell to convert a mailbox to a different type of mailbox. You can convert the following: User mailbox to shared mailbox User mailbox to resource mailbox Shared mailbox to user mailbox Shared mailbox to resource mailbox Resource mailbo...
This example converts the shared mailbox, MarketingDept1 to a user mailbox. PowerShell Set-MailboxMarketingDept1-TypeRegular You can use the following values for theTypeparameter: Regular Room Equipment Shared For detailed syntax and parameter information, seeSet-Mailbox. ...
New-Mailbox-Shared-NameMarketing-Aliasmarketing-DisplayName"Marketing Group"-PrimarySMTPAddressmarketing@contoso.com 有关语法和参数的详细信息,请参阅New-Mailbox。 使用以下语法,使用包含步骤 1 中已删除组的组列表,将共享邮箱添加为任何必需的通讯组或启用邮件的安全组的成员:...
Set-Mailbox -Identity <MailboxIdentity> -Type <Regular | Room | Equipment | Shared> [-Password (Read-Host "Enter password" -AsSecureString)] [-EnableRoomMailboxAccount <$true | $false>] [-RoomMailboxPassword (ConvertTo-SecureString -String '<Password>' -AsPlainText -Force)] [-ResetPassw...
New-Mailbox -Name "UserName" -InactiveMailbox -MicrosoftOnlineServicesID UserName@contoso.onmicrosoft.com -Password (ConvertTo-SecureString -String 'Pa$$word1' -AsPlainText –Force) 還原 或建立新的內部部署AD使用者。 確定內部部署帳戶的主要 SMTP 位址符合Microsoft 365 物件的主要 SMTP 位址...
You have migrated a user mailbox with Hybrid remote move to Microsoft Office 365 from Exchange Server 2019 or Exchange Server 2016. When you try to convert this migrated remote mailbox to a shared remote mailbox, you receive the following er...
You have migrated a user mailbox with Hybrid remote move to Microsoft Office 365 from Exchange Server 2019 or Exchange Server 2016. When you try to convert this migrated remote mailbox to a shared remote mailbox, you receive the following error message: ...
database so that all client connections for mailboxes on the database come through the Client Access server or Client Access server array. You can also use this command to change the Client Access server or Client Access server array through which the client is connecting to the Mailbox ...
Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails UserMailbox, SharedMailbox | Get-MailboxStatistics | Sort-Object Lastlogontime -Descending | Select-Object DisplayName,MailboxTypeDetail,LastLogonTime,ServerName #查看目前有架构下所有的 Exchange Server 完整主机名称等等信息 ...