ADMirror PowerShell Module
Following on from my post about Test Lab Hydration, I've just released a Dump AD Groups script and a Mirror AD Groups script.
And there's more...
ADMirror Module
I've also added the various dump / mirror scripts I've written to a PowerShell module, as functions, found on the TechNet Script Repository...
You can also find the ADMirror module published to the PowerShell Gallery...
#Inspect
Save-Module -Name ADMirror -Path <path>
#Install
Install-Module -Name ADMirror
Fight the (f)Lab
Here's how to use the module...
In the source domain:
- Dump OUs
- Dump Users
- Dump Groups
- Dump GPOs
In the target, test domain:
- Mirror OUs
- Mirror Users
- Mirror Groups
- Mirror GPOs
Have fun!
If there's something else in AD you want mirrored then please let me know...
Comments
- Anonymous
March 04, 2016
this is awesome
thanks - Anonymous
September 12, 2017
Have you ever done the same type of script for computer accounts.- Anonymous
September 14, 2017
Been on the 'to-do' list for a while, Ronald... can't see me doing it anytime soon. You could take the use one and adapt, no?
- Anonymous