User Tools

Site Tools


programmazione:migrazione_mailbox_via_powershell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
programmazione:migrazione_mailbox_via_powershell [ 4/01/2023 06:41] lrosaprogrammazione:migrazione_mailbox_via_powershell [ 4/01/2023 06:44] lrosa
Line 2: Line 2:
  
 Comandi che possono tornare utili. Comandi che possono tornare utili.
 +
 +=====Vedere tutta la foresta=====
 +<code powershell>Set-AdServerSettings -ViewEntireForest $true -PreferredGlobalCatalog domain.controller.fqdn.local</code>
  
 =====Iniziare la migrazione===== =====Iniziare la migrazione=====
Line 21: Line 24:
 <code powershell>Get-Mailbox -Database EXCHANGEDB</code> <code powershell>Get-Mailbox -Database EXCHANGEDB</code>
  
 +=====Dettagli delle mailbox=====
 +<code powershell>Get-Mailbox -Identity Identity| FT DisplayName,IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota,UseDatabaseQuotaDefaults
 +Get-Mailbox -ResultSize Unlimited | Select-Object Name,whenMailboxCreated | Sort-Object whenMailboxCreated -Descending
 +</code>
  
  
  
  
programmazione/migrazione_mailbox_via_powershell.txt · Last modified: 20/05/2023 05:44 by lrosa