July
26th,
2011
During a migration you may encounter the issue that incorrect aliasses are used, for exampe spaces or incorrect characters in the alias. Microsoft has published a nice script fix-alias.ps1. There are some limitations when using this script. Because of this I modified the script a bit and added the following features:
- option to provide multiple search criteria;
- option to provide a replacement per criteria;
- option to check and fix the alias of Public Folders;
If you have additional whishes please let me know by leaving a comment or by contacting me via the contactform.
download fix-alias.ps1 (original version)
download fix-aliasv20.ps1