Posted On March 31, 2019

Exchange: New-MoveRequest

kimconnect 0 comments
blog.KimConnect.com >> Codes , Windows >> Exchange: New-MoveRequest
New-MoveRequest -Identity '[email protected]' -TargetDatabase "DB01" -WhatIf

New-MoveRequest -Identity '[email protected]' -TargetDatabase "DB01"

Get-Mailbox -Database DB01 | New-MoveRequest -TargetDatabase DB02 -BatchName "DB01toDB02"

-BadItemLimit

-AllowLargeItems

City National Bank:
Edson
Kit
David

Wed-Sun 1-10pm
MacAfee
4500 users
8000 mailboxes
Public Folders

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Add JavaScript Functions into WordPress

Assuming that the 'Code Snippets' plugin has already been installed, here's a demonstration of adding…

Basic CSS: Use Abbreviated Hex Code

<style> .red-text { color: #000000; } .fuchsia-text { color: #000000; } .cyan-text { color: #000000;…

PowerShell: Invoke Backup SQL Database

Function to invoke SQL Backups on a Remote SQL Server: # invokeSqlBackup.ps1 # Version 0.0.1…