Hello LarryBrant and welcome to the Microsoft Community!
Based on your feedback, you are experiencing the security issue “Unable to enumerate objects in container”.
The “Unable to enumerate objects in container, access denied” error, even if you are an administrator, is usually caused by a permission misconfiguration or permission conflict.
You can try the following methods
- Change the owner:
- Right-click the folder and select “Properties”.
- Select the “Security” tab, and then click “Advanced”.
- To the right of “Owner”, click “Change”, enter “Everyone”, then click “Check Name” and OK. Click “Check Name” and confirm.
- Check “Replace owner of child containers and objects” or “Replace permission items of all child objects with permission items that can be inherited from this object”, and then click OK.
- Modify permissions:
- Right-click the folder and select “Properties”.
- Select the “Security” tab, and then click “Advanced”.
- Click “Add”, select “Everyone” as the subject, and then click “Check Name” and OK.
- Check “Full Control” in “Basic Privileges”, and then click OK.
- Use the command line tool:
- Open a command prompt (run as administrator).
- Use the command to reset permissions, for example: icacls “C:\path\to\folder” /reset /T /C /L3.
- Replace the path of the folder reporting the error with the path in the above example
Always looking forward to your further feedback!
Kirito|Microsoft Community Support Specialist