The purpose of this project is to show how to use WMI and Grafana to build an Active Directory dashboard. The Python script uses the linux wmic client you can find here The software requirements are the following : a
Change user CN to match the SamAccountName
Archive more than one million files located in one folder
List user objects and count them
There are several ways to list specific Active Directory objects. I will show you two ways : using the instance of the System.DirectoryServices.DirectoryEntry class or using the powershell cmdlet Get-ADObject $ldapQuery = “(&(objectCategory=user)(objectClass=user))” $de = new-object system.directoryservices.directoryentry $ads = new-object
Active Directory security interesting links
Move system partitions to another volume on a HP Proliant server
Monitor and graph your Linux Bind servers with Grafana
WordPress, apache server status collectd and mod_rewrite
Migrate shared folder configuration to Windows Server 2012
Change user Active Directory attributes stored in a CSV file
This script change phone number and mobile phone number attributes for users based on a CSV file with the following template : Lastname;Firstname;Username;MobilePhone;Phone Smith;John;jsmith;+33xxxxxxxxx;+33xxxxxxxxx Doe;John;jdoe;+33xxxxxxxxx;+33xxxxxxxxx If you want to use the second script below (with the Quest cmdlets), just remove