Import-Module Microsoft.Graph.Beta.Education
$params = @{
displayName = "Rogelio Cazares"
givenName = "Rogelio"
middleName = "Fernando"
surname = "Cazares"
}
Update-MgBetaEducationUser -EducationUserId $educationUserId -BodyParameter $params
This example shows how to use the Update-MgBetaEducationUser Cmdlet.