Use this library to export the users and groups - AEM Exporter
마지막 업데이트 날짜
2021년 4월 29일
Objective
How do we compare users and groups between AEM instances?
Steps
There are some ACS Commons tools that could help in exporting users from AEM in order to perform a diff:
-
-
Or this tool to export json of the /home folder - JCR Compare
You would have to do some post-processing on the json to make it so you can compare it though.