Additional features, settings, or issues not covered by specific Microsoft Teams categories
Hi, I'm Ahmed and I am happy to help.
Thanks for relying on us in your questions!
The PowerShell cmdlet to retrieve a configuration profile for Teams IP phones is Get-CsTeamsIPPhonePolicy
You can use this cmdlet to retrieve information about one or more configuration profiles, such as their names, descriptions, and settings. For example, to retrieve information about all configuration profiles, you would run the command Get-CsTeamsIPPhonePolicy
To retrieve information about a specific configuration profile by name, you would run the command
Get-CsTeamsIPPhonePolicy -Identity <ProfileName>
To assign a configuration profile you should use
Set-CsTeamsIPPhonePolicy and the -Identity parameter of the specific policy you want to assign.
Let me know if you need further assistance.
Regards,
Ahmed