AFter starting the migration process of public folders from 2010 to 2013 we recieve error:
PublicFolder1,"Error: Property expression ""Internet Newsgroups"" isn't valid. Valid values are: Strings formed with characters from A to Z (uppercase or lowercase), digits from 0 to 9, !, #, $, %, &, ', *, +, -, /, =, ?, ^, _, `, {, |, } or ~. One or more periods may be embedded in an alias, but each period should be preceded and followed by at least one of the other characters. Unicode characters from U+00A1 to U+00FF are also valid in an alias, but they will be mapped to a best-fit US-ASCII string in the e-mail address, which is generated from such an alias."
How do we solve it ?
We ran this on Exchange2010 server, but no results
C:\scripts\PFMigration>Get-MailPublicFolder | Where-Object {$_.Alias -like "* *"} | Select-Object alias, identity | export-csv C:\reportPF.csv
bostjanc