En voulant peupler une liste SharePoint via PowerShell, j’ai le message d’erreur suivant:
Unable to index into an object of type Microsoft.SharePoint.SPListItem. + $newItem[ <<<< "column_name"] = $SPFieldUserValue + CategoryInfo : InvalidOperation: (column_name:String) [], RuntimeException + FullyQualifiedErrorId : CannotIndex
Le nom des colonne est sensible à la casse, j’avais oublié une majuscule!