• RSS
  • Twitter
  • FaceBook

A Quick Tip To Check For Morphed Folders In An Active Directory Forest

This article explains how you can check for morphed folders in an Active Directory forest.

This article explains the easiest way to check for morphed folders in an Active Directory forest. This article uses a small script to scan all the domain controllers to check for morphed folders. The morphed folders are generated in SYSVOL share if you copy SYSVOL contents manually to SYSVOL share on another domain controller.

Steps:

  • Get the list of domain controllers in forest. To do this, run the following command:
  • Dsquery server -r rdn -forest > C:\DCList.txt
  • The DC List will be stored in the DCList.TXT file. You need to use this file with the FOR command as shown below:
  • FOR /F "Tokens=*" %L IN (C:\DCList.txt) DO DIR /s \\%L\SYSVOL | Find /i "_NTFRS" >> C:\Result.TXT

The above FOR command runs against each DC in DCList.txt and looks for _NTFRS folder in SYSVOL share. If it finds it returns the name of the folder. The end results will be stored in the C:\Result.txt.

For more information on Morphed folders, please check out here:

http://support.microsoft.com/kb/929266

 

 

About Nirmal Sharma

Nirmal is a Microsoft MVP in Directory Services and working as a Technical Architect/Consultant. He has been involved in Microsoft Technologies since 1994 and followed the progression of Microsoft Operating Systems and software. He is specialized in Directory Services, Microsoft Clustering, SQL, MOM, Exchange and Citrix. In his spare time, he likes to help others and write "internal" technical articles, white papers and tips on various Microsoft technologies. You can contact him at nirmal_sharma@mvps.org.


Article not looking right or info is missing? Let us know so that we can fix it: .


Receive all the latest articles by email!

Receive Real-Time & Monthly WindowsNetworking.com article updates in your mailbox. Enter your email below!
Click for Real-Time sample & Monthly sample

Become a WindowsNetworking.com member!

Discuss your network issues with thousands of other network administrators. Click here to join!

Community Area

Log in | Register

Readers' Choice

Which is your preferred data recovery solution?