Exchange Shell Befehl Archiv Import
Hallo in die Runde,
ich würde gern Archiv pst Dateien importieren, diese sollen dann bei dem User als extra Outlook Ordner importiert werden.
Kennt jemand den Shell Befehl ?
New-MailboxImportRequest -FilePath \\Server\Temp\PST\Archive\mustermann.pst -Mailbox "mustermann" - dies ist erstmal nur für die Postfach Pst.
ich würde gern Archiv pst Dateien importieren, diese sollen dann bei dem User als extra Outlook Ordner importiert werden.
Kennt jemand den Shell Befehl ?
New-MailboxImportRequest -FilePath \\Server\Temp\PST\Archive\mustermann.pst -Mailbox "mustermann" - dies ist erstmal nur für die Postfach Pst.
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 2198471061
Url: https://administrator.de/contentid/2198471061
Ausgedruckt am: 13.11.2024 um 07:11 Uhr
1 Kommentar
bei dem User als extra Outlook Ordner importiert werden.
[-TargetRootFolder <String>]https://docs.microsoft.com/de-de/powershell/module/exchange/new-mailboxi ...
-TargetRootFolder
The TargetRootFolder parameter specifies the top-level mailbox folder that the imported content is placed in. If you don't specify this parameter, the command imports folders to the top of the folder structure in the target mailbox or archive. If the folder already exists, content is merged under existing folders, and new folders are created if they don't already exist in the target folder structure.
The TargetRootFolder parameter specifies the top-level mailbox folder that the imported content is placed in. If you don't specify this parameter, the command imports folders to the top of the folder structure in the target mailbox or archive. If the folder already exists, content is merged under existing folders, and new folders are created if they don't already exist in the target folder structure.