Fragensteller
Migration Exchnage 2016 PowerShell

Frage
Alle Antworten
-
Hi,
von der reinen Fehlermeldung her würde ich darauf Tippen das das Zielpostfach noch auf 2 GB begrenzt ist und die PST größer ist.
Andreas
Evgenij Smirnov
I work @ msg services ag, Berlin -> http://www.msg-services.de
I blog (in German) @ http://it-pro-berlin.de
my stuff in PSGallery --> https://www.powershellgallery.com/profiles/it-pro-berlin.de/
Exchange User Group, Berlin -> https://exusg.de
Windows Server User Group, Berlin -> http://www.winsvr-berlin.de
Mark Minasi Technical Forum, reloaded -> http://newforum.minasi.com
In theory, there is no difference between theory and practice. In practice, there is.
-
HAllo,
die PST Datei ist 301 MB und die andere 265KB groß
ich habe folgenden Befehl ausgeführt:
New-MailboxImportRequest –Mailbox "Alias vom Benutzer" -Filepath "\\UNC-Pfad\Alias.pst"
- Bearbeitet Thomas Höhne Montag, 25. Juni 2018 13:46
-
Moin,
und ist im Postfach noch so viel Platz frei bis zum Quota?
Evgenij Smirnov
I work @ msg services ag, Berlin -> http://www.msg-services.de
I blog (in German) @ http://it-pro-berlin.de
my stuff in PSGallery --> https://www.powershellgallery.com/profiles/it-pro-berlin.de/
Exchange User Group, Berlin -> https://exusg.de
Windows Server User Group, Berlin -> http://www.winsvr-berlin.de
Mark Minasi Technical Forum, reloaded -> http://newforum.minasi.com
In theory, there is no difference between theory and practice. In practice, there is.
-
Hmm. Dann musst Du dir wohl den Report anzeigen lassen:
Get-MailboxImportRequest | Get-MailboxImportRequestStatistics -IncludeReport | fl Report
Evgenij Smirnov
I work @ msg services ag, Berlin -> http://www.msg-services.de
I blog (in German) @ http://it-pro-berlin.de
my stuff in PSGallery --> https://www.powershellgallery.com/profiles/it-pro-berlin.de/
Exchange User Group, Berlin -> https://exusg.de
Windows Server User Group, Berlin -> http://www.winsvr-berlin.de
Mark Minasi Technical Forum, reloaded -> http://newforum.minasi.com
In theory, there is no difference between theory and practice. In practice, there is.