The Multifunctioning DBA:

AD Managment

1

October 21, 2009  10:00 AM

AD Audit all together



Posted by: Colin Smith
AD, AD Administration, AD Managment, Powershell, Scripting

Here is the full script so you can copy and paste it. Remember that you will need to make some modifications to the script to fit your environment. Let me know if you have any questions at...

October 20, 2009  6:48 PM

AD Audit Script Q and A



Posted by: Colin Smith
AD, AD Administration, AD Managment, Powershell, Q and A, Scripting

I got the following comment on Part 3 of the script. RobDolfijn Hi Colin, This is just what I need so I’m looking forward to the whole script! I’m getting stuc on Get_Users because it...


October 20, 2009  4:45 PM

AD Audit in Powershell Script Part 6



Posted by: Colin Smith
AD, AD Administration, AD Managment, Powershell, Scripting

As i recall, in Part 5 we had gathered all the account information, parsed that, disabled accounts that needed to be disabled, gathered information on all the disabled accounts, and removed the accounts from the domain that needed to be...


September 27, 2009  9:00 AM

AD Audit in Powershell Script Part 5



Posted by: Colin Smith
AD, AD Administration, AD Managment, Powershell, Scripting

Now that we have disabled and moved all the disabled accounts to the Disabled OU I am going to get all the user object information from just the disabled OU this time. I need this since objects have been moved around. This scan of AD does go much faster as I am only scanning the one OU. I have this...


September 25, 2009  4:57 PM

AD Audit in Powershell Script Part 4



Posted by: Colin Smith
AD, AD Administration, AD Managment, Powershell, Scripting

Now that we have all of the users information into a csv file it is time to start sorting through all of that data and determining what objects need to be disabled and moved to the disabled OU that I have set up for all disabled accounts to go and await deletion. Lets do that with the...


1