91863

Public Folder bei Koexistenz Exchange 2007 und 2013 . Public Folder lässt sich nicht eröffnen. Meldung holdformigration

Hallo,

ich habe eine Koexistenz von Exchange 2007 und Exchange 2013. Postfächer sind verschoben.. Nun möchte ich Public Folder von 2007 auf 2013 snycronisieren oder migrieren. Ich hatte auch mal ueber Outlook den Oeffentlichen Folder exportiert. Leider lässt ich auf dem Exchange nie ein Public Folder eröffnen.
Es kommt immer die Meldung "-Holdformigration" !

Danke und Gruss
Ralf
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 220820

Url: https://administrator.de/forum/public-folder-bei-koexistenz-exchange-2007-und-2013-public-folder-laesst-sich-nicht-eroeffnen-meldung-220820.html

Ausgedruckt am: 03.06.2025 um 16:06 Uhr

Dani
Dani 30.10.2013 aktualisiert um 21:24:12 Uhr
Goto Top
Moin Ralf,
wie ist der SP/CU Stand beim jeweiligen Exchangeserver?

Bitte folgendes auf dem alten Server ausführen:
Get-OrganizationConfig | Format-List PublicFoldersLockedforMigration, PublicFolderMigrationComplete


Grüße,
Dani
filippg
filippg 30.10.2013 um 21:42:38 Uhr
Goto Top
Hallo,

hast du es denn mal nach der offizielle Anleitung http://technet.microsoft.com/en-us/library/jj150486%28v=exchg.150%29.as ... probiert?

Gruß

Filipp
91863
91863 31.10.2013 aktualisiert um 15:28:19 Uhr
Goto Top
Hallo,

in der Anleitung , die hatte ich auch. Steht :
Prerequisite steps on the Exchange 2013 server
1. Make sure there are no existing public folder migration requests. If there are, clear them. This step is a prerequisite and isn’t required in all cases. It’s only required if you think there may be an existing migration request in the pipeline. In any case, the following command below won’t affect the new migration. The following example removes any existing public folder migration requests.


Copy


Get-PublicFolderMigrationRequest | Remove-PublicFolderMigrationRequest -Confirm:$false


2. To make sure there are no existing public folders on the Exchange 2013 servers, run the following commands.


Copy


Get-Mailbox -PublicFolder
Get-PublicFolder

If the above commands return any public folders, use the following commands to remove the public folders.


Copy


Get-MailPublicFolder | where $_.EntryId -ne $null | Disable-MailPublicFolder -Confirm:$false
Get-PublicFolder -GetChildren \ | Remove-PublicFolder -Recurse -Confirm:$false
Get-Mailbox -PublicFolder |Remove-Mailbox -PublicFolder -Confirm:$false


Vermutlich ist der obere Teil die Lösung !
Prerequisite steps on the Exchange 2013 server
1. Make sure there are no existing public folder migration requests. If there are, clear them. This step is a prerequisite and isn’t required in all cases. It’s only required if you think there may be an existing migration request in the pipeline. In any case, the following command below won’t affect the new migration. The following example removes any existing public folder migration requests.


Copy


Get-PublicFolderMigrationRequest | Remove-PublicFolderMigrationRequest -Confirm:$false


Bin nun leider nicht mehr an dem Server !!!!! Hatte das als Testaufgabe gestern. Somit werden wohl nun alle anstehenden folder migration requests gelöscht.
Somit wohl auch kein -holdfor Migration !!!


Lösung also : Get-PublicFolderMigrationRequest | Remove-PublicFolderMigrationRequest -Confirm:$false

Gruss
Ralf