We use the Deployed Printers feature in the Print Management console to deploy printers to users. As part of the printer migration that I have been working on, I needed to modify all of these GPOs so that all of the policies directed all of the users to the new print server. There are over
Continue reading Modifying GPO Printer Deployment using PowerShell
Category: Active Directory
Group Policy Loopback Troubleshooting
Once again I have just spent around an hour troubleshooting something which on the face of it should just work – Group Policy Loopback Processing. A sure fire way to a headache. Anyway, this post saved me from my frustration. http://blogs.technet.com/b/askds/archive/2013/05/21/back-to-the-loopback-troubleshooting-group-policy-loopback-processing-part-2.aspx Be the first to like. Mark this post as useful. Unmark this post as
Continue reading Group Policy Loopback Troubleshooting
Get AD Group Members in Text File
Just a quick post – I needed to dump all the members of all groups in an OU to a text file in a sort-of pretty way. The result? See below. This short script asks the user for an LDAP path to an OU which contains groups. The script then searches that OU for all
Continue reading Get AD Group Members in Text File