Inhaltsverzeichnis

Exchange 2010 CmdLets

Hier eine Sammlung von PowerShell CmdLets, welche bei der Administration von Exchange 2010 benötigt werden:

Database Integrity Check

[PS] C:\Windows\System32> New-MailboxRepairRequest -Database <DATABASENAME> -CorruptionType <OPTION> -DetectOnly

Die Datenbank muss dazu nicht in den Offlinemodus wechseln. Als mögliche Optionen kommen in Frage:

Move Database and/or Transaction Log Location

[PS] C:\Windows\System32> move-DatabasePath -Identity '<DATABASENAME>' '<Absolut Path to *.EDB>' -LogFolderPath '<Absolut Path to new Location>'