

Next, create a new Resource Group in your desired region, in my example I am select the CentralUS region. If this is your first time connecting to Azure in the Windows Terminal, you may be prompted to authenticate in a web browser. The Windows Terminal uses Device Code Flow to authenticate to Azure, but since I have previously authenticated I just have to select my tenant. I am using the Windows Terminal so I just add a new terminal, and select “Azure Cloud Shell”
#CREATE A BOT WITH APPSTUDIO INSTALL#
Install PoshBot Moduleįirst things first, we must install the PoshBot PowerShell module by running Install-Module PoshBot in an administrative PowerShell sessionįirst I must sign into Azure Cloud Shell. Keep an eye out as I will be publishing more articles on different PoshBot plugins that I create which may be beneficial to you or your company.

It’s a little more tedious than Slack (which is a few commands) but once you get it going it works flawless. In this guide I will walk you through setting up PoshBot for Microsoft Teams. Important: PoshBot has some great documentation, make sure you bookmark and review it. ‘If you can write it in PowerShell, PoshBot can execute it.’ 1 You can have it create Azure servers, reset Active Directory passwords, create and modify help desk tickets, license Office 365 users, etc. PowerShell modules are loaded into PoshBot and instantly become available as bot commands.’ 1 PoshBot can do pretty much anything you configure it to do. ‘It makes extensive use of classes introduced in PowerShell 5.0. PoshBot is a chat bot written in PowerShell and created by DevBlackOps.
