Tag: active directory
-
How to Join Ubuntu to Active Directory Domain
Read This Post: How to Join Ubuntu to Active Directory DomainHere is how to join a server running Ubuntu Linux to Active Directory Domain and also permit just some users or groups to log into this server. First, ensure that your Linux VM uses the AD as the primary DNS server. Initialize Kerberos using the kinit command. That’s it, first I will try to connect…
-
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…