Forum Discussion
Kljaja82
Mar 21, 2023Copper Contributor
Teams devices - Configuration Profiles - PowerShell
Hi, Is there any PowerShell module available that can list or assign configuration profiles on Teams Devices? Thank you in advance. Regards,
Kljaja82
Copper Contributor
eliekarkafy
Mar 22, 2023MVP
Please refer to the below links for commands and make sure to install the team's module. I am not sure if this module was deprecated recently
https://learn.microsoft.com/en-us/powershell/module/skype/new-csteamsipphonepolicy?view=skype-ps
https://learn.microsoft.com/en-us/powershell/module/skype/new-csteamsipphonepolicy?view=skype-ps
- Kljaja82Mar 22, 2023Copper ContributorWe are missing the point of entire thread.
Teams Policies (Including IP Phone Policy) are assigned to USERS.
Teams Configuration Profiles are assigned to DEVICES.
I need Teams Configuration Profiles PowerShell Commands. MS Graph or not.- Carl_KarawaniJun 13, 2023Brass Contributor
Kljaja82 I agree with you.
The teams ipPhonePolicy should not be confused with a Configuration Profile.
- Teams IP phone policies enable you to configure the different sign-in experiences based upon the function the device is performing; example: common area phone. They are tied to the account/UPN that is tied to the phone.
- Configuration Profiles allow you to set things like Language, Dateformat, Timezone etc.. they are tied to the devices.
I cannot find a way to create or assign configuration profiles via the Teams Powershell Module nor graph API.
In my case, we have a client who is considering moving over 20K physical phones to teams across different geographic regions. Not being able to set language or timezone programmatically is a big limitation.