Using PowerShell WhatIf So You Don’t Break Stuff
PowerShell is a powerful scripting language and automation tool. You make changes for one thing or hundreds of things using the same script or function. One amazing feature to add…
PowerShell is a powerful scripting language and automation tool. You make changes for one thing or hundreds of things using the same script or function. One amazing feature to add…
This week, Microsoft released version 2.0.0 of the Microsoft Teams PowerShell module. This version of the Microsoft Teams PowerShell module no longer includes the New-CsOnlineSession command, which administrators used to…
The Microsoft Teams admin center is a vast improvement over its Skype for Business Online predecessor. It is responsive and has a modern interface. However, the admin center does not…
Git is a great source control option for developers and systems administrators alike. One of the key features is the ability to revert a commit when working with your code.…
Assigning a PowerShell variable the same value as another PowerShell variable is pretty straight forward. You set the variable equal to the other variable name. However, copying PowerShell hashtables is…
A neat but often unknown feature is the PowerShell dynamic parameter. These are no ordinary parameters as dynamic parameters only exist when certain conditions are met. Imagine the possibilities! In…
PowerShell parameter sets are a great tool to have in your function writing arsenal. With PowerShell parameter sets, you can create a function that has different parameters for multiple scenarios.…
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.