How to provide a Self Service Request to Manage your Microsoft Teams Environemnt in au2mator Self Service Portal.
So your IT Stuff, Helpdesk or Managers can easily create a New Team.
In this Video and Post, we will show you how au2mator – Self Service Portal can be used to provide Informations live from your Microsoft Teams Environment.
au2mator Self Service Portal is providing a front-end for your Microsoft Automation.
System Center Orchestrator, SMA, Azure Automation and PowerShell Scripts can be used to be triggered by an au2mator Service.
So you can provide easy access to your Microsoft Teams Environment, without any security Risk and the possibility of a human error.
And by providing a Self Service with au2mator, you decrease the load in your IT Department, increase the Quality by Automation.
Also the User of the Self Service will be much more satisfied, cause they receive an immediate response and solution of their request.
How to build with PowerShell
This Chapter will show you, how to configure the Service with our “ready to use” PowerShell Script
Preparation
Navigate to the Download Section, at the End of this Page, to get the latest PowerShell Script
Download the File into your au2mator PowerShell Directory and adjust the Variables, if needed.
! IMPORTANT ! – You need to Download the Sync Script, to save all the Teams Information’s in your local SQL: https://github.com/au2mator/TEAMS-Sync-Teams-for-au2mator
How to build with Azure Automation
This Chapter will show you, how to configure the Service with our “ready to au2mate” Azure Automation Script
Preparation
Login to your Azur Portal and Navigate to you Automation Account
Navigate to “Runbooks” and click “Browse Gallery”
Search for “au2mator-M365-NewTeamsTeam” in “PowerShell Gallery”
click “Import” to create the Runbook
Afterwards, make sure you edit and Publish the Runbook
Also make sure, the following “Variables” exist in your Azure Automation Account
- au2mator_PSRemotingServer
- au2mator_LogPath
- au2mator_PortalURL
- au2mator_DBServer
- au2mator_DBName
- au2mator_SMTPServer
- au2mator_SMTPSender
And the “Credentials”
- SMTP_Credentials
- TEAMS_AdminCredentials
See our Documentation about all au2mator “Variables” and “Credentials” we use in Azure Automation: https://au2mator.com/documentation/azure-automation-variables-and-credentials/
Make sure, you have also imported and configured the AA Runbook https://www.powershellgallery.com/packages/au2mator-M365-au2matorSyncTeams
How to build with Orchestrator
will be available soon
Build au2mator Service
Login as admin to au2mator Self Service Portal
Navigate to Services and click New to create a new Service
Enter Name, Description, select a Service Group and choose a nice Image
Navigate to Runbooks and select your Automation Service and Runbook of your choice
Next navigate to Question and configure each Question
Question: c_TeamName
Question: Enter a Team Name
Required: true
Order: 1
Type: Text
Question: c_TeamDescription
Question: Enter Description
Required: true
Order: 2
Type: Text
Question: c_TeamOwner
Question: Select Team Owner
Required: true
Order: 3
Type: LDAP
Query: (objectclass=user)
Selection Type: Single
Question: c_TeamMember
Question: Choose Team Members
Required: true
Order: 4
Type: LDAP
Query: (objectclass=user)
Selection Type: Multiple
Question: c_TeamVisibility
Question: Team Visibility
Required: true
Order: 5
Type: Options
Options: Public;Private
Feel free to configure other Question or Service Options, click Save to finish the work
Downloads
Here is a list of Downloads for this Service
PowerShell on Github: https://github.com/au2mator/TEAMS-New-Teams-Team
Azure automation: https://www.powershellgallery.com/packages/au2mator-M365-NewTeamsTeam
Customization
Our Scripts on TechNet Gallery, GitHub or on this Blog are provided as is, without any Support.
If you need help to customize this Service or create custom Worklfows, contact our Partner or user our Premier Services
See our Partner List: https://au2mator.com/partner/
See our Premier Services for more Details: https://au2mator.com/premier-services/
Leave A Comment