Tuesday, January 6, 2015

PowerShell and Active Directory : Get the list of Active Directory Groups created of a Specific Date (v1).

 

Manya_Kaur

In my previous post, I have written a script function, by using we can see the list of Active Directory Users those are created on a specific date.  This is just a same version of that script, instead showing the Active Directory users, it shows the list of Groups those are created on that specific day.

The usage is simple as the previous script, type the function name, provide the date to -Date parameter and  that's all.

PS C:\> Get-ADGroupCreated -Date 01/05/2015 

You can download the script from the below link.

Download Link : https://gallery.technet.microsoft.com/Get-Active-Directory-8609d96f

06-01-2015 14-48-06

Download Link : https://gallery.technet.microsoft.com/Get-Active-Directory-8609d96f

Thanks for your time and reading the blog.

Regards.
Aman Dhally
If you like, you can follow me on Twitter and Facebook. You can also check my “You Tube channel for PowerShell video tutorials. You can download all of my scripts from “Microsoft TechNet Gallery”.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.