Skip to main content

Device Administrator Enrollment Requiered for Teams Android Authentication | Teams Android-based Systems Cannot Login

Skypesettings.xml | XML Files for Microsoft Teams Rooms

Hey there!! Recently, I've been delivering tech training, and out of curiosity, I asked attendees about XML files, and many of them didn't know how to use and make them for their MTRoW, but guess what? Most of the people didn't know anything about them. Therefore, I'd like to share different options to be applied to your systems and help you get by on your journey.

skypesettings

Note: At the bottom of this post, you will find XML files to be used and help you configure your MTRoWs. 

Placing XML File

As I mentioned early on How to enable Microsoft Teams Rooms New Home Screen Design post, there are several ways to place the file, and it depends on how many MTRs your company has, or you have, and how you manage all of them: Either way, you'll need to restart your systems after saving the new XML file, and after that, the file will delete itself.

Go to C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState, place your XML file there, and save it as SkypeSettings.xml.

1st Method: Transferring file

I recommend you read How to Access and Control MTRoW Remotely in order to learn how to  remotely control and access your system. In this case, it's helpful bc today, I'd like to transfer the XML file and restart the Mini PC. In the following pictures, you can find how easy it can be done, but if you prefer another method to this one, go to the next section/method.

Open RemoteRipple, choose your MTR and click on File Transfer.

Control and Access Teams Room Remotely 

 


Locate your file and the destination folder.

Note: Don't forget that XML's name must be SkypeSettings.xml and it be placed on C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState.

Select your XML file and click on Upload.

skypesettings

skypesettings

skypesettings 

After transferring XML file, just restart your MTRoW, by clicking on More and then Restart Device.

Microsoft Teams Rooms

Microsoft Teams Rooms

2nd Method: Manually placing file

To place the file hit More (Three dots) -> Settings

skypesettings

skypesettings

Type in your admin password, and select Yes.

Note: Default password is "sfb"

skypesettings 

Go to Windows Settings and sign in with administrator account.

skypesettings

skypesettings

Go to C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState, and place your XML file there. Don't forget that file's name must be SkypeSettings.xml.

skypesettings

 skypesettings

Restart your system, and that's all!

XML Files

If you don't have an XML file or, you are a beginner, you can use one of the posted files here. Keep in mind that I've set Purple Paradise as theme, front row as default layout, turned Modern Auth on, and enabled new home screen design. I'm sharing basic settings, if you look for custom settings, you may need to add more content, therefore, please see Microsoft documentation.

Single Display

<SkypeSettings>
<AutoScreenShare>1</AutoScreenShare>
<AutoExitMeetingEnabled>true</AutoExitMeetingEnabled>
<AudioRenderDefaultDeviceVolume>50</AudioRenderDefaultDeviceVolume>
<AudioRenderCommunicationDeviceVolume>50</AudioRenderCommunicationDeviceVolume>
<TeamsMeetingsEnabled>true</TeamsMeetingsEnabled>
<IsTeamsDefaultClient>true</IsTeamsDefaultClient>
<WebExMeetingsEnabled>true</WebExMeetingsEnabled>
<ZoomMeetingsEnabled>true</ZoomMeetingsEnabled>
<BlueJeansMeetingsEnabled>true</BlueJeansMeetingsEnabled>
<AutoAcceptProximateMeetingInvitations>true</AutoAcceptProximateMeetingInvitations>
<AllowRoomRemoteEnabled>true</AllowRoomRemoteEnabled>
<CortanaWakewordEnabled>false</CortanaWakewordEnabled>
<DisableTeamsAudioSharing>false</DisableTeamsAudioSharing>
<FrontRowEnabled>true</FrontRowEnabled>
<DefaultFoRExperience>1</DefaultFoRExperience>
<NoiseSuppressionDefault>1</NoiseSuppressionDefault>
<UserAccount>
<ModernAuthEnabled>true</ModernAuthEnabled>
</UserAccount>
<Theming>
<ThemeName>Purple Paradise</ThemeName>
</Theming>
<TeamsRoomsNewExperience>true</TeamsRoomsNewExperience>
</SkypeSettings>

Download it here.

Single display and Custom Backgroud Enabled

<SkypeSettings>
<AutoScreenShare>1</AutoScreenShare>
<AutoExitMeetingEnabled>true</AutoExitMeetingEnabled>
<AudioRenderDefaultDeviceVolume>50</AudioRenderDefaultDeviceVolume>
<AudioRenderCommunicationDeviceVolume>50</AudioRenderCommunicationDeviceVolume>
<TeamsMeetingsEnabled>true</TeamsMeetingsEnabled>
<IsTeamsDefaultClient>true</IsTeamsDefaultClient>
<WebExMeetingsEnabled>true</WebExMeetingsEnabled>
<ZoomMeetingsEnabled>true</ZoomMeetingsEnabled>
<BlueJeansMeetingsEnabled>true</BlueJeansMeetingsEnabled>
<AutoAcceptProximateMeetingInvitations>true</AutoAcceptProximateMeetingInvitations>
<AllowRoomRemoteEnabled>true</AllowRoomRemoteEnabled>
<CortanaWakewordEnabled>false</CortanaWakewordEnabled>
<DisableTeamsAudioSharing>false</DisableTeamsAudioSharing>
<FrontRowEnabled>true</FrontRowEnabled>
<DefaultFoRExperience>1</DefaultFoRExperience>
<NoiseSuppressionDefault>1</NoiseSuppressionDefault>

<UserAccount>
<ModernAuthEnabled>true</ModernAuthEnabled>
</UserAccount>
<Theming>
<ThemeName>Custom</ThemeName>
<CustomThemeImageUrl>file name</CustomThemeImageUrl>
<CustomThemeColor>
<RedComponent>100</RedComponent>
<GreenComponent>100</GreenComponent>
<BlueComponent>100</BlueComponent>
</CustomThemeColor>
</Theming>
<TeamsRoomsNewExperience>true</TeamsRoomsNewExperience>
</SkypeSettings>

I highly recommend you read custom background guidelines before enabling custom background using the new design. 

Download it here.

Dual Display

<SkypeSettings>
<AutoScreenShare>1</AutoScreenShare>
<AutoExitMeetingEnabled>true</AutoExitMeetingEnabled>
<AudioRenderDefaultDeviceVolume>50</AudioRenderDefaultDeviceVolume>
<AudioRenderCommunicationDeviceVolume>50</AudioRenderCommunicationDeviceVolume>
<TeamsMeetingsEnabled>true</TeamsMeetingsEnabled>
<IsTeamsDefaultClient>true</IsTeamsDefaultClient>
<WebExMeetingsEnabled>true</WebExMeetingsEnabled>
<ZoomMeetingsEnabled>true</ZoomMeetingsEnabled>
<BlueJeansMeetingsEnabled>true</BlueJeansMeetingsEnabled>
<AutoAcceptProximateMeetingInvitations>true</AutoAcceptProximateMeetingInvitations>
<AllowRoomRemoteEnabled>true</AllowRoomRemoteEnabled>
<CortanaWakewordEnabled>false</CortanaWakewordEnabled>
<DisableTeamsAudioSharing>false</DisableTeamsAudioSharing>
<FrontRowEnabled>true</FrontRowEnabled>
<DefaultFoRExperience>1</DefaultFoRExperience>
<NoiseSuppressionDefault>1</NoiseSuppressionDefault>

<DualScreenMode>true</DualScreenMode>
<DuplicateIngestDefault>true</DuplicateIngestDefault>
<UserAccount>
<ModernAuthEnabled>true</ModernAuthEnabled>
</UserAccount>
<Theming>
<ThemeName>Purple Paradise</ThemeName>
</Theming>
<TeamsRoomsNewExperience>true</TeamsRoomsNewExperience>
</SkypeSettings>

Download it here.

 

For more information related to XML files for MTRoW, please see Microsoft documentation.

That's all for today! Feel free to reach out to me, if you have any questions. 

Connect with me

If you like my blog, and it's helped you, let me know with a coffee 😃😄

Comments

Popular posts from this blog

How to Upgrade and Downgrade a Studio X or G7500 using Custom Server, Web UI or Poly Lens

There are several options to update and downgrade your Poly systems, today I'm going to show you how these 3 options (Custom Server, Web User Interface, Poly Lens Cloud) can be done.

Couldn't Connect to Workplace Join. Try again, or contact your admin

I was writing a new blog post about Microsoft Teams Panels, and guess what, dear reader? One user came across a new issue!! And he told me about it, so, let's talk about how to fix "Couldn't Connect to Workplace Join. Try again, or contact your admin".

How to Set up Poly Studio X Series | Configuring Studio X Series for the First Time

In this blog post, I'll be showing you how to configure your new Studio X30, X50 or X70.

How to Access and Control Microsoft Teams Rooms Remotely

The day has come for me to write this blog post! My colleagues asked me for showing them how to Control MTRoW remotely, In addition, I took part of Get-CS LATAM event last week, and I was delivering a tech presentation in-person, I showed the attendees how to access and control their Microsoft Teams Rooms remotely, so  I decided to publish a post to help them, my colleagues and everyone.

Device Administrator Enrollment Requiered for Teams Android Authentication | Teams Android-based Systems Cannot Login

Hello, Everyone!! 👀 This will be a short blog post, but I just wanna make you aware of this new requirement. The rules have changed for MTRoA deployments, now we must turn on Device Admin Enrollment in Intune. In case you don't know where we can turn it on, or you haven't used Intune (Endpoint Manager), don't worry, this blog post will help you get by.