Find Microsoft Teams Emergency Address using PowerShell
The Microsoft Teams admin center is a fine way to manage your enterprise voice deployment. You can assign phone numbers, set emergency locations, or view unassigned numbers. However, there is…
The Microsoft Teams admin center is a fine way to manage your enterprise voice deployment. You can assign phone numbers, set emergency locations, or view unassigned numbers. However, there is…
PowerShell is a powerful tool for automation, and many of Office 365's features can only be configured in PowerShell. In this article, you will learn how to connect to the…
The latest preview version of the Microsoft Teams PowerShell module includes functionality to connect to Skype for Business Online.
Should is a command that performs our tests or assertions in our script. It is used for comparing objects and throwing failures when the test is expected to fail. We…
Pester is a framework designed for validating and testing your PowerShell commands, whether they are in functions, cmdlets, modules, or scripts. You write your tests to make sure your PowerShell…
Last week, I covered Getting Started with Microsoft Teams and Graph API that highlights Graph API basics and creating an Azure Application Registration. In this post, you'll learn how to…
In a previous article, you learned how to create a prompt inside of PowerShell by recreating the action prompt for the Remove-Item cmdlet. PowerShell can also create a graphical or…
In this post, I'm going to demonstrate two ways to create prompts in PowerShell and how to take action on the response. I'm going to attempt to replicate the prompt…
If you've written a module or script that you feel others could benefit from using, definitely check out publishing it to the broader community. In fact, that's what this post…
With the announcement of PowerShell 7 Preview 5 being released yesterday, I decided I needed to download this preview version and check it out. At the same time, I recently…