Function to add a teacher as a co-teacher to all classrooms of a given student.
Usage
Add-ClassroomTeacherToStudentsClasses -Student jbloggs -Teacher jsmith
AD Objects with the SamAccountName parameter can also be piped to this function
Get-ADGroupMember "Group Name" | Get-ADUser | Add-ClassroomTeacherToStudentsClasses -Teacher jsmith
0 Comments