Hi Cenk Gevgili,
Yes, you can use the PowerShell cmdlet Get-GPOReport
to generate a report of all the GPOs in your domain. This report will include the path, name, and description of each GPO. Here's an example command you can use:
Get-GPOReport -All -ReportType HTML -Path "C:\GPOReport.html"
This command will generate an HTML report of all the GPOs in your domain and save it to the specified path. You can open the report in a web browser to view the list of GPOs.
Best regards,
Qiuyang