Administering via PowerShell
There are PowerShell commands that you can use for both Office 365 Groups and Microsoft Teams. Let's look at the available commands for both.
Administering via PowerShell administration for Office 365 Groups
You can use PowerShell commands to manage your Groups. Here is a list of those available so far:
Get-UnifiedGroup
New-UnifiedGroup
Remove-UnifiedGroup
Set-UnifiedGroup
Add-UnifiedGroupLinks
Get-UnifiedGroupLinks
Remove-UnifiedGroupLinks
To run these cmdlets, you will need to connect to Exchange Online and you have to be an Office 365 administrator. You will need to run them on Windows 10, 8.1, or 7 SP 1 or Server 2008 R2, 2012, 2012 R2, or 2016. You will also need to run Windows PowerShell or Windows PowerShell Integrated Scripting Environment (ISE) as an administrator. If you have Windows 8.1 or Windows 10, these are already installed. Note that the first time you run the cmdlets, you will need to run the following:
Set-ExecutionPolicy RemoteSigned
Note
If you don't...