Monthly Archives: May 2022

Handy Cmdlts in Microsoft Teams

Often we come across of scenario where we need small onliner cmdlts to get information quickly. Below are few such onliner. Get the details of all MS Teams users and value stamped to these user properties. PS C:\> get-csonlineuser | … Continue reading

Posted in Powershell | Leave a comment

Azure Terrafy

Infrastructure as code (Iac) is a perfect way to automate your deployment. But sometime it’s difficult to find a point where to start. So here comes Azure Terrafy for rescue. It is an open-source tool that allows you to quickly … Continue reading

Posted in Azure | Leave a comment

Configure Operator Connect in MS Teams

Operator connect provide a way to enhance your Teams calling experience. With the help of operator connect you can call any mobile, landline or PSTN number directly from your Teams app. To configure Operator connect you need to have required … Continue reading

Posted in MS Teams | Leave a comment

Call Routing Method in MS Teams Call queues

Call Routing Method is an important aspect while we configure Call queues in MS teams. Its important to understand so that agent doesn’t gets overloaded and shares equal loads of incoming calls. In MS teams we have 4 type of … Continue reading

Posted in MS Teams | Leave a comment

Use PowerShell ISE in VSCode

Install PowerShell extension onto the VSCode. 2. Open command palette onto the Vscode using Ctrl+Shift+P and search for ISE. You should be able to see below options. Just select PowerShell: Enable ISE Mode. 3. Once you select the mode, you … Continue reading

Posted in Powershell | 2 Comments

Create call queues in MS Teams

Create resource account from MS Teams Admin center. Select the resource account type to Call queue. Assign free license to resource account. Microsoft Team Phone system-Virtual User License assignment need to done from Microsoft 365 admin center.

Posted in MS Teams | Leave a comment