Dear all ; I just got a little script that could be usefull if you plan to used towards an OU It will Strip the memebership groups, Addresslist exchange membership and ensure is disabled. You can schedule this script at the last time of the day , please make sure you change the OU to … Continue reading Active directory automated cleaning Script for disabled users
Tag: active directory
How to extend an expired password on AD
An Active directory account passwords expiring is set by default on 90 Days & no companies barely change that value. Configuring an AD account with Password Never Expires is not recommended due to security. However, there is a workaround to reset this value. To do it so, we will need to fetch the attribute editor. This is … Continue reading How to extend an expired password on AD
AD DS auditing AD
Hi today It's Ad ds auditing time! Purproses: Log specific info from the domain that can be interesting for the admins Prerequisites Admin permissions Be familiar with group policy AD DS rolle must be installed Feature required : Group Policy Management ( installed ) Enabling the audit policy ( windows interface ) First we must to do … Continue reading AD DS auditing AD
Powershell script to move active directory machines to specific ou
Today I'll post a simple mini script that moves machines to a specific ou in active directory via powershell The machines will be listed in a txt file like this ( no spaces only intro ) example (machines.txt) machine1 machine2 machine3 Create a ps1 with the following code get-content machines.txt | % … Continue reading Powershell script to move active directory machines to specific ou
GPMC Migrating GPOS between domains
One administrator action , a lot of configuration and results... Always is a help but . Sometime we need to implement other new gpos on a different domain . Here is some info about the methods and solutions There are four operations that GPMC provides to allow for archival and recovery of GPOs, and for … Continue reading GPMC Migrating GPOS between domains