Administrativer Benutzer
...
Codeblock |
---|
Get-Mailbox -ResultSize Unlimited | Set-Mailbox -ThrottlingPolicy "FullPowerMigration" |
Achtung: Nach Abschluss der Migration sollte man die Zuweisung wieder aufheben:
Codeblock |
---|
Get-Mailbox -ResultSize Unlimited | Set-Mailbox -ThrottlingPolicy $NULL |
...
Codeblock |
---|
Get-MailboxDatabase -Server <SERVERNAME> | Set-MailboxDatabase -IssueWarningQuota Unlimited -ProhibitSendReceiveQuota Unlimited -ProhibitSendQuota Unlimited |
Tests
Codeblock |
---|
.\stanocPowerHelper.ps1 -ExchangeServer FQDN.des-Exchange-Server -ReadAllMailBoxProperties -domain MailDomainDesKunden -outputfile c:\temp\rambp.txt |
...