Hi
I get an error in Migrate public Folder
"Export-CSV: The Network name cannot be found"
When I execute the following commands :
C:\PFScripts\Export-PublicFolderStatistics.ps1 "$Share\FolderSize.csv" "$Domain"
and
C:\PFScripts\PublicFolderToMailboxMapGenerator.ps1 20000000000 "$Share\FolderSize.csv" "$Share\PFMailboxes.csv"
What Should I do?
Hello Saeed,
The error 'The Network name cannot be found' means that the path set in '$Domain' and/or '$Share' is not correct. You need to check if you can browse them by typing the values in an explorer window.