Forum Discussion
Reset Audio conferencing PIN via PowerShell
Hi
Does envy one know if it is possible to reset the Microsoft Teams Audio conferencing PIN via a PowerShell command, and/or set the PIN to er predefined PIN, also via PowerShell?
It looks like it is possible for Skype: https://docs.microsoft.com/da-dk/powershell/module/skype/set-csclientpin?view=skype-ps
Thanks
Regards
Jonas
3 Replies
- paul-langeIron Contributor
Hi JonasCarlsen,
to reset the leader PIN via Powershell you should try "Set-CsOnlineDialInConferencingUser -Identity "Ken Meyers" -ResetLeaderPIN"
https://docs.microsoft.com/en-us/skypeforbusiness/audio-conferencing-in-office-365/reset-the-audio-conferencing-pin#want-to-know-how-to-manage-with-windows-powershell
The leader PIN in Teams can not be set to a defined value.
There is a user voice for this feature. You can vote it up there:
https://microsoftteams.uservoice.com/forums/555103-public/suggestions/36064411-provide-option-to-set-microsoft-audio-conferencing
Regards,
Paul
- JonasCarlsenCopper ContributorSpoiler
Thanks for the quick response paul-lange 😊.I have a followup question. Do you know if it is possible to get/list the team leader PIN in clear text via PowerShell?
- paul-langeIron Contributor
Hi JonasCarlsen,
you are welcome. If you execute the command mentioned above, the leader PIN is shown in cleartext.
The user will also get the PIN via mail.
Regards,
Paul