How To Sign Out Of Teams App



If you want to sign out Teams in mobile (include IOS and Android), Tap More More button Settings Sign out. You'll be able to sign in later with the same account or different credentials. Details you could refer to Sign out of Teams. After doing this, you will not receive the notifications from Teams. To use the personal features in Teams in your web browser, go to this link and sign in or create a new personal Microsoft account to get started. On mobile: If you currently use the Teams mobile app at work, simply click on the menu (three bars) on the top left of your screen and select ‘Add account’. To sign out of Teams, select your profile picture at the top of the app and then choose Sign out. You'll be able to sign in later with the same account or different credentials. Tap More Settings Sign out. You'll be able to sign in later with the same account or different credentials. Sign Out Microsoft Teams Account from Android Phone.

All these log in windows in Microsoft Teams can be very confusing. As you use the windows app, a browser or a InPrivate browser and even when you use different browsers.

You will find that things sometimes get confusing.

If you thought that the logout in the app got things sorted then you might get confused like many others.

So in my environment I’m starting teams by clicking on the app and my windows login is being recognised. This will now give me background process for teams and the teams app as you might expect! I know that quite a few people don’t find things this easy, but in my case this is how easy it can be. Have you noticed the Quit and the Log out options here?

The Quit and the Log out options both will end the back ground process, but the log out will restart it for you so that you can login.You now get the login window that gives you the option to login. This now also gives you the option to login to a different tenant.

As a consultant I often log in to different tenants. and this option to login, even though it is a bit hidden does come very useful and of course it is still possible to login to my different tenants as well.


CAUTION: Microsoft does not provide a programmatic way to sign out of MS Teams desktop client. This article uses an unsupported script to sign out of MS Teams. It is not supported by Microsoft or UC Workspace/Quicklaunch. Please verify it works in your test environments. If you choose to use it in your production environments realize that it will be a security risk if it fails. Make sure to evaluate your production environments often to ensure that the script is working properly.




The Teams Logout script can be downloaded from https://qlinstall.ucworkspace.com/utilities/TeamsLogout.zip


You need to set the PowerShell Execution Policy from Restricted to RemoteSigned to allow local PowerShell scripts to run.

How To Sign Out Of Teams App

How To Sign Out Of Teams App On Phone

Type Set-ExecutionPolicy RemoteSigned to set the policy to RemoteSigned.






Note, System Events is a feature of Quicklaunch Ultimate Edition.


- Unzip and save the TeamsLogout.ps1 script to a permanent directory on the computer

- Navigate to Setting->System->Events

- Add new Action

- Choose 'Add Program'

- Choose Event Type - 'Room Reset'

- Program Path: Click on the Windows icon (to the right) and find 'Windows PowerShell'

- Startup Folder: leave blank

- Arguments: enter the entire directory and name to the TeamsLogout.ps1 script you downloaded above. Example: '&'%ALLUSERSPROFILE%UC WorkspaceTeamsLogout.ps1'

- Display Rules Change State - 'Hidden'

How To Sign Out Of Teams App On Phone

- Window Class Equals 'ConsoleWindowClass'

- Save


When a room reset is triggered, the Teams Logout script will run.




In Quicklaunch Standard and Professional editions, we have added an option to run batch files on Room Reset.

How To Sign Out Of Teams App


To create a batch file:

- open Notepad

- write powershell and put the entire directory and name to the TeamsLogout.ps1 script you downloaded above

- save in .bat format


Configure Room Reset to run the batch file:

- Navigate to Setting->System->Reset Room

- Batch: Select the Pre or Post Cleanup Batch File Path

- Save

Force Sign Out Teams


How To Sign Out Of Teams App On Iphone

When a room reset is triggered, the Teams Logout script will run.

How To Sign Out Of Teams App On Iphone