What happens if you add a user twice to a team using add-teamuser in Powershell?
Hi,
I have the following question: In Powershell using the cmdlet add-teamuser, I can add users to a team. But what happens if you add a user twice to a team? Or in other words: What happens, if you add a user that exists already in the team? Would Powershell ignore the action or would it re-add the user? Would this possibly delete what the user did in the team before (for example his posts or his tasks as a pupil)? Should I check first if the user exists already in the course to avoid possible negative affects?
Hi,I have the following question: In Powershell using the cmdlet add-teamuser, I can add users to a team. But what happens if you add a user twice to a team? Or in other words: What happens, if you add a user that exists already in the team? Would Powershell ignore the action or would it re-add the user? Would this possibly delete what the user did in the team before (for example his posts or his tasks as a pupil)? Should I check first if the user exists already in the course to avoid possible negative affects? Read More