Bonjour,
Lorsque l'on finalise un compte si on obtient un message du genre :
Code:
[OFFICE365] [12/12/2013 14:55:29] {Finalisation de comptes Office 365} Utilisateur : Jean DUPONT (dupont) Email : jdupont@mondomaine.fr
[OFFICE365] [12/12/2013 14:55:29] {Finalisation de comptes Office 365} Script="C:\Program Files\KoXo Dev\KoXoAdm\AdminScripts\UserFinalizeOffice365.ps1"
[POWERSHELL] [12/12/2013 14:55:38]: [OK]: Runspace Creation was successful = https://ps.outlook.com/powershell/
[POWERSHELL] [12/12/2013 14:55:42]: [Office 365]: M. Jean DUPONT (jdupont@mondomaine.fr)
[POWERSHELL] [12/12/2013 14:55:47]: [OK]: Successfully add location "FR" for "M. Jean DUPONT" "(jdupont@mondomaine.fr)"
[POWERSHELL] [12/12/2013 14:55:48]: [ERROR]: Adding license pack "mondomaine:" for "M. Jean DUPONT" "(jdupont@mondomaine.fr)". Error = Valeur non valide du paramètre. Nom du paramètre : addLicenses.
[POWERSHELL] [12/12/2013 14:55:50]: [OK]: Successfully configure language "fr-FR" and timezone "Romance Standard Time" for "M. Jean DUPONT" "(jdupont@mondomaine.fr)"
[POWERSHELL] ErrorsCount[jdupont@mondomaine.fr]=1
[POWERSHELL] TotalErrorsCount=1
Le problème vient ici du fait que le pack de licence n'a pas été spécifié :
On a :
Adding license pack "mondomaine:"
On devrait avoir :
Adding license pack "mondomaine:STANDARDWOFFPACK_STUDENT" par exemple.
Le pack de licence est indiqué de manière globale au niveau de la fiche de configuration :
Ou de manière locale (prioritaire), par exemple au niveau du groupe primaire :
Cdt
Le support