
Articles by Vineet


Finding missing subnets in AD
If you’ve spent some time managing Active Directory, you’ll know how important it is to ensure that all subnets are linked to appropriate sites in […]

Monitoring group membership changes
I am taking Domain Admin group as an example. This script needs to be set as a scheduled task. It matches members of a group […]

Change DNS IP remotely on multiple windows machines
This script doesn’t need much explanation, you need change DNS IP on multiple machnes (Usually Servers, as clients get DNS IP from DHCP) and you […]

User account cleanup automation
Scenario: All terminated employee accounts are disabled and moved to an OU where they are retained for 90 days before finally being deleted. I want […]

Check free IPs in a subnet
We can use Test-Connection cmdlet here, it sends ICMP echo request packets (“pings”) to the list of IP address you define. Then we just need […]

Extract user properties with Group Membership
Scenario: User account disabled and group membership removed.In all organisations where Active Directory is deployed, some form of user termination process is followed. User accounts […]