skype for business - teams and on-prem exchange
2 Topicspowershell command for checking teams client online status
Hi all, i like to get your help on finding a powershell command for checking teams client online status, preferably i can put my teams client name into a text file, and the powershell can help me check if those teams client are currently online or offline will be my objective. I have done some googling that there are cmdlets available for skype such as get-csOnlineUser https://docs.microsoft.com/en-us/powershell/module/skype/get-csonlineuser?view=skype-ps But so far , i not able to find anything for MS Teams, appreciate if anyone can point me to the right direction on this ? thanks in advance. will something like this works for teams client with some tweaking ? $client = [Microsoft.Lync.Model.LyncClient]::GetClient() $contact = $client.ContactManager.GetContactByUri("spiderman@marvel.com") $availabilityId = $contact.GetContactInformation("Availability") $activity = $contact.GetContactInformation("Activity") Write-Output ([Microsoft.Lync.Model.ContactAvailability]$availabilityId)17KViews0likes1CommentSkype for Business - Teams and On-Prem Exchange
Hi Experts, One of our customer raised the below query: Customer has two different on premise exchange organizations in two remote sites. They are interested in using Microsoft Teams from Office 365 but we can’t seem to find a lot of information regarding the required configuration. According to this article https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fmicrosoftteams%2Fexchange-teams-interact&data=02%7C01%7Cbalgan%40microsoft.com%7Cfd98fa98b7bd4fab782408d537ccc5bc%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636476275002344698&sdata=jVIRyK7lIK2ZFBUAStWVWDaQly04Xscd3GTo5LfrRxg%3D&reserved=0 integrating with on premise exchange is supported so our question is, can we connect Teams from a single 365 tenant to multiple on premise exchange servers or do we need a 365 tenant per on premise exchange organization? Any pointers would be of great help.703Views0likes0Comments