Thanks a lot :)
Thanks a lot :)
Great article, provides exactly whats needed and links to external sources if you need more explanation of the commands.
Great article but I have red error when I run .\Export-PublicFolderStatistics.ps1 xxx.csv servername. Error is Parameter declarations are a comma-separated list of variable names with optional initializer expressions.
At C:\PFScripts\Export-PublicFolderStatistics.ps1:16 char:168
+ HelpMessage = "Full path of the output file to be generated. If only filename is specified, then the output file w
ill be generated in the current directory.")] <<<<
any help ?
Hi Tomasz, had the same problem this weekend. You have to install Powershell 2.0 on the source server for the scripts to run succesfully. Got it from here: http://support.microsoft.com/kb/968929/de (only Windows Management Framework Core (WinRM 2.0 und Windows PowerShell 2.0 was necessary for me.)
It floors me that they don't allow spaces for Public Folders in 2013. Nearly every one of my clients has spaces in public folder names, why would this not be supported?
Hi,
Very useful.
Before uninstall Exchange 2007 I had to remove the SendConnector
Set-SendConnector -Identity Outbound -SourceTransportServers Ex2013
and remove the OAB.
Get-OfflineAddressBook -Server Ex2007 | Remove-OfflineAddressBook
Regards
Nathan
Just followed this guide for a customers Exchange migration.
Everything worked great.
Had some problems with PF migration but it was a great guide overall.
Thanks Mohammad
thanks
Hey Mohammed, thanks for this extensive procedure !
Used your step by step process like a charm. Great resource
Thanks, but you have not mention about DAG and Witness server... this is helpful for small organization where DAG are not require... so can you mention the process for DAG as well.
Set-OrganizationConfig -PublicFoldersLockedForMigration:$true - must perform on the legacy Server!
Maybe a silly question, but just so I understand...if the current environment is not using PublicFolders, must there still be a migration to the new Exch2013 server for a clean uninstall of Exchange 2007 server?
Hi
I'm trying to migrate but I'm getting an error:
.\Export-PublicFolderStatistics.ps1 is not recognized as the name of a cmdlet, function,script, etc. Check the spelling of the name....... line:1 Char:32
[PS] C:\Users\da_sowens\Desktop>.\Export-PublicFolderStatistics
The term '.\Export-PublicFolderStatistics' is not recognized as the name of a cmdlet, function, script file, or operabl
e program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:32
+ .\Export-PublicFolderStatistics <<<<
+ CategoryInfo : ObjectNotFound: (.\Export-PublicFolderStatistics:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
[PS] C:\Users\da_sowens\Desktop>Get-Host
Name : ConsoleHost
Version : 2.0
InstanceId : 6a08da54-f956-47d5-b0c2-5c07ce2b61e8
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : en-AU
CurrentUICulture : en-US
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace