Power Shell – Blog by AZCCare https://blog.azccare.com Sun, 28 Nov 2021 18:19:20 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://blog.azccare.com/wp-content/uploads/2021/11/cropped-AZ_LOGO-TSP-32x32.png Power Shell – Blog by AZCCare https://blog.azccare.com 32 32 Connecting with Power Shell https://blog.azccare.com/43/ Sun, 28 Nov 2021 18:01:38 +0000 https://blog.azccare.com/?p=43 Microsoft Teams PowerShell cmdlets are very helpful for Microsoft Teams administration and management.

Open PowerShell window and run the following command to Install Microsoft Teams Module.

# Install Microsoft Teams Module
Install-Module MicrosoftTeams  

Run the following command to add Teams module to the current session.
Add MicrosoftTeams Module to the current session
Import-Module MicrosoftTeams

Run the following command to connect to Microsoft Teams.

# Get the credentials
$credentials=Get-Credential   
# Connect to Microsoft Teams
Connect-MicrosoftTeams -Credential $credentials  

Run the following command to get all the teams.
# Get all the teams   
Get-Team

Connect with us for advanced management of your tenant and for all other maintenance related services.

Just email us on hello@azccare.com with your query.

]]>