Overview of the new Microsoft Teams PowerShell Module - part 3

Microsoft Teams Powershell Module Overview - Part 3

This is my 3rd and final post on MicrosoftTeam Powershell Module, in this post we are going to review the following CMDs, if you wish to check out my first two posts on the module please visit the link below.

Overview of the new Microsoft Teams PowerShell Module - part 1
Overview of the new Microsoft Teams PowerShell Module - part 2

New-Team
New-TeamChannel
Add-TeamUser

Remove-TeamChannel
Remove-TeamUser
Remove-Team

Let's begin,

New-Team# Lets create a new team for a new project "New Project Team"

New-Team -DisplayName "New Project Team" -Description "Team for the new project" -Alias NEWPTeam -AccessType Private

Note: Once you run this command a GroupID will be displayed make a not of it.

New-TeamChannel# Lets setup a new Channel "Project Alfa",

New-TeamChannel -GroupId 255d4a49-5076-42c8-a109-45252a7244a7 -DisplayName "Project Alfa"



 Add-TeamUser# Let's add the new user to the team.

Add-TeamUser -GroupId 255d4a49-5076-42c8-a109-45252a7244a7 -User sunil.chauhan@domain.com

Now that we have setup a new team and added a new Channel and then added a new user to the Team, Lets now review he Remove commands.

Remove-TeamChannel# Let's remove the Team Channel. "Project Alfa"

Remove-TeamChannel -GroupId 255d4a49-5076-42c8-a109-45252a7244a7 -DisplayName "Project Alfa"


Remove-TeamUser# Let's remove the member from the team.

Remove-TeamUser -GroupId 255d4a49-5076-42c8-a109-45252a7244a7 -User sunil.chauhan@domain.com


Remove-Team# Finally let's use remove the team.

Remove-Team -GroupId 255d4a49-5076-42c8-a109-45252a7244a7

This completes my final post on the "MicrosoftTeam" Powershell Module where we reviewed rest of the CMDs from the Module. feel free to subscribe to get the frequent update.

Comments

  1. They are sometimes highly custom-made, with unique designs that make them suitable for very particular functions associated to human anatomy. Primarily they should be safe to use, and that diploma of safety in fact consists of the uncooked supplies from which they’re made. In specific, we’ve seen Direct CNC CNC machining being essential to engineers in sectors the place excessive accuracy is absolutely essential, such because the aerospace business, robotics business and the medical business. Industries similar to oil and natural gas, petrochemicals, aerospace, automotive, and so forth., are already known to be energy-intensive end result of} losses concerned. However, the introduction of CNC machines can permit them to remain scalable and precise with out usurping limited assets similar to vitality and labor any further than what is important. As such, the ultimate CAD-CAM mannequin will produce outcomes and ship worth from the first cycle quite than the trial and error technique of design enchancment.

    ReplyDelete

Post a Comment