Tag: automation
-
Automating tasks with Ansible
Read This Post: Automating tasks with AnsibleIn this post, I will show how to automate tasks using Ansible. For this example, I will use the script to Domain join Ubuntu servers to the Active Directory domain. First, install ansible on the Control Node, which is the server you will use to manage the others, in our case, server01 is the chosen…
-
Recreate Active Directory Groups with Users using Python
Read This Post: Recreate Active Directory Groups with Users using PythonSo, as I mentioned in my previous post, I need to recreate several AD Groups but use a new name and preserve the member users from that groups. I have shown in my last post how to do this with a simple PowerShell script but the problem is that is done one group at a…
-
Active Directory – Copy users from one group to another
Read This Post: Active Directory – Copy users from one group to anotherWe are migrating our File Servers to Sharepoint Sites and one of the tasks is to review users’ permissions. We used to use Active Directory Groups to provide users access to File Shares but as part of the migrating process, we have to create new groups with a new naming convention instead of renaming the…
-
Bulk add users to Teams’ Team
Read This Post: Bulk add users to Teams’ TeamRecently I was tasked to add 600 users to a Team in Microsoft Teams, and you can do that easily by using a Powershell script, here is what you can do. First, generate a CSV with all the users you will need to add to the Team with only two columns, the email and Role…
-
Microsoft Teams – User’s Organization information
Read This Post: Microsoft Teams – User’s Organization informationScenario I work for a big company that has lots of Branch Offices across the country and approximately 4000 users that has access the Office 365 and Teams. Constantly we need to know the user’s manager or superior to get approvals and confirm any kind of information. And Microsoft Teams has a great feature that…