Skip to main content

Posts

Showing posts with the label #Microsoft

Teams calling user cannot assign a phone number due to licensing and usage

Overview  Admin experience when he/she try to assign a number to an user, "No results were found"  1.  Replication delay &  License status  To address the delay in license assignment and replication from Microsoft, connecting to PowerShell is indeed a practical approach. Here’s a step-by-step guide to help you figure out the status of the license assignment: Check License Status, Open PowerShell : Start by opening PowerShell with administrative privileges, Connect to Microsoft Teams : Use the  Connect-MicrosoftTeams  cmdlet to establish a connection to your Teams environment  and try following, Wait for Replication: Keep in mind that after assigning a Microsoft Calling Plan to a user, it can take up to 24 hours before they’ll see the dial pad in their Teams client, Get-csOnlineUser -Identity "madushkadias@deployskypeforbusiness.com" | fl  Output shows following and Provisioned plan missing, and so, my assumption become valid.   ...

New C470HD Native Microsoft Teams IP phone released

Amazing news and everyone waiting for new devices for Teams, 13th Aug AudioCodes released a new native phone which is C470HD. It is having 5.5" color touch screen which we love to have and just like smart mobile with USB headset,bluetooth,PoE, GbE support.  HD Voice quality with native teams client i think we dont have think twice about the device. and pretty thin display too. Enjoy! cc - audiocodes youtube - https://www.youtube.com/channel/UCZFOqdMjlnmqmiwoSmHXAAg

Microsoft Teams free for six months to support public health and safety

Amazing news came along with corona break which is Microsoft Teams free for 6 months. With the world situation most of the people have to work from home to safe and take care there loved once and also working from anywhere make people life balance due to many other variables such is traffic, weather which more practical things today. Current situation in the world, what's important to the organizations today is people be safe and contribute to the business to maintain or manage as usual. Some organizations may need help adoption to the Microsoft Teams. Happy to help on any query! #teams #Microsoft #coronabreaks #adoption #voice #video #conference #chat #Support #supportincrisis #crisis  https://twitter.com/JP_Courtois/status/1234947690724757504 Having said that i saw google also giving similar kind of an offer and it is all about how easy to handle and experience to end users. Addition to that when all the people start working from home it will be added load to interne...
Microsoft’s new Office app arrives on iOS and Android  Interesting features with new office app available to download from your #playstore and #applestore. Mobile friendly parts of word, powerpoint, excel you can use on the go. and all you can connect your sharepoint online, OneDrive and also 3rd party apps like dropbox and google drive, box including icloud. Cc - theverge.com   Try today !

Microsoft Teams: Kick start

   As an UC Techi we always check for a new things...So i though of checking about Microsoft Teams since it has completed 1 year birthday. Currently IM/Presence,  Calendar, Calls, Recent conversation even its trying to become an all rounder syncing download folder activities :) (i would say look fancy). and plus OneDrive integration. Its include OneNote and Planner app too. as a start i was imported PowerShell module to my laptop and it very straight forward thing now a days. Note: Remember to open your PowerShell run as administrator if not you will get permission errors. Then i got following message and it because its identify as i downloaded from an untrusted repository   i would have done following, Here's how to use Set-PSRepository to make the PSGallery trusted: Set-PSRepository -Name PSGallery -InstallationPolicy Trusted i think we are done module will take a minitue to download a...