Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
D
@scottalanmiller said in Server 2012 PS: Script to find OU path:
@dbeato he's looking for NTG admin accounts on someone else's domain.
Good!
T
@thwr said in Flushing GPOs:
@dbeato said in Flushing GPOs: You need to setup the settings to Delete or changed to not configured, wait until it applies and then delete the GPOs after confirming they are not applied any longer. Get-Content c:\temp\gpos.txt | foreach { Get-GPO -Name "$_" | Remove-GPO } http://jeffwouters.nl/index.php/2013/08/remove-group-policy-objects-through-powershell/ I bet you could do something like this to set all GPOs to "on delete remove from client" too
@dbeato said in Flushing GPOs:
You need to setup the settings to Delete or changed to not configured, wait until it applies and then delete the GPOs after confirming they are not applied any longer.
http://jeffwouters.nl/index.php/2013/08/remove-group-policy-objects-through-powershell/
I bet you could do something like this to set all GPOs to "on delete remove from client" too
This assumes a txt file with all GPO names. You could also just use Get-GPO
B
If you're just messing around in a lab, why not download 2016 so you can familiarize yourself with the backend?