brianlala / AutoSPInstaller

Automated SharePoint 2010/2013/2016/2019/SE PowerShell-based installation script.
https://autospinstaller.com
MIT License
170 stars 80 forks source link

Translation issue #54

Open Erwan-LB opened 4 years ago

Erwan-LB commented 4 years ago

Someone at Microsoft just thought it was a good idea to translate the English roles in French in the FR version of Sharepoint. So, you need to modify in AutoSPInstallerModule.psm1 Line 3402 3403 3404 3409 3415 etc "Full rights" to "Contrôle total" (yes, with ô)

Maybe the same one embedded a special char instead of space (twice) in the name of the Sharepoint 2013 Management Shell.lnk, namely: Microsoft SharePoint $spYear Products\SharePoint $spYear Management Shell.lnk

And in autoInstallerModule.psm1, line 2618, one more translation "Full Access to Term Store" => "Magasin de termes avec accès total" (which means nothing in French BTW)

Additionally, Creating site Collection "http://portal" is failing everytime with accessdenied error. I have to create it by hand to go on.

regards