S

PowerShell වලින් Group Policy (GPO) Reports Generate කරන ආකාරය

116 views · updated 2026-07-01 · published 2026-07-01 · by Hasarinda Manjula · Windows Server Reading time: 2 min English සිංහල

Overview

GPO reports generate කරන එකෙන් domain එකක Group Policy audit, document, සහ troubleshoot කරන්න උදව්. PowerShell එකේ Get-GPOReport සහ GPResult වලින් policy settings වල detailed HTML හෝ XML reports හදනවා. මේ guide එකෙන් ඒ ආකාරය පෙන්නනවා.

PowerShell එකෙන් detailed Group Policy reports generate කරන්න.

Key Takeaways

  • Get-GPOReport එකෙන් GPO එකක settings document කරනවා; GPResult එකෙන් applied (resultant) policy පෙන්නනවා.
  • Reports HTML (readable) හෝ XML (machine-parseable) විදිහට export කරන්න පුළුවන්.
  • Group Policy module (RSAT එකේ කොටසක්) ඕන.
  • Appropriate rights එක්ක domain-joined machine එකක run කරන්න.

පටන්ගන්න කලින්

  • RSAT / GroupPolicy PowerShell module එක install කරන්න.
  • Domain permissions තියෙන administrator විදිහට PowerShell run කරන්න.
  • Module එක import කරන්න: Import-Module GroupPolicy.

GPOs ඔක්කොම List කරන්න

1. PowerShell එක administrator විදිහට open කරන්න.

2. Run: Get-GPO -All | Select-Object DisplayName, Id

3. මේකෙන් domain එකේ හැම GPO එකක්ම ඒකේ name එකයි GUID එකයි එක්ක list කරනවා.

එක GPO එකක් ගැන Report කරන්න

1. HTML: Get-GPOReport -Name "Policy Name" -ReportType HTML -Path "C:\Reports\Policy.html"

2. XML: Get-GPOReport -Name "Policy Name" -ReportType XML -Path "C:\Reports\Policy.xml"

3. Settings කියවන්න HTML file එක browser එකක open කරන්න.

How to Generate Group Policy (GPO) Reports Using PowerShell

GPOs වලට HTML/XML report එකක් හදන්න.

GPOs ඔක්කොම ගැන Report කරන්න

1. එක combined HTML report එකක්: Get-GPOReport -All -ReportType HTML -Path "C:\Reports\AllGPOs.html"

2. Individual reports: Get-GPO -All | ForEach-Object { Get-GPOReport -Name $_.DisplayName -ReportType HTML -Path "C:\Reports\$($_.DisplayName).html" }

GPResult එකෙන් Resultant Policy

1. Current user/computer වලට applied policy බලන්න: gpresult /h C:\Reports\RSOP.html

2. කොයි GPOs ඇත්තටම apply වුණාද ඇයි කියලා බලන්න report එක open කරන්න.

3. Quick console summary එකකට gpresult /r පාවිච්චි කරන්න.

Troubleshooting

Problem: "Get-GPO is not recognized".

Solution: RSAT/GroupPolicy module එක install කරලා Import-Module GroupPolicy run කරන්න; domain-joined machine එකක ඉන්නවා කියලා බලන්න.

Problem: Reports generate කරනකොට Access denied.

Solution: Domain එකේ GPOs read කරන්න rights තියෙන account එකකින් PowerShell administrator විදිහට run කරන්න.

Problem: "Index was out of range" error.

Solution: GroupPolicy module/RSAT update කරන්න; මේ known bug එක අලුත් versions වල fix කරලා.

Problem: CSV එකට export කරන්නේ කොහොමද?

Solution: XML report එක (Get-GPOReport -ReportType XML) parse කරලා ඕන fields Export-Csv එකෙන් export කරන්න.

Conclusion

PowerShell එකෙන් Group Policy document කරන එක ලේසියි: GPO settings වල full HTML/XML reports වලට Get-GPOReport, resultant policy වලට GPResult පාවිච්චි කරන්න. ඕනෑම AD environment එකක audits සහ troubleshooting වලට ඒවා essential.

About SoftwareKey.lk

මේ guide එක SoftwareKey.lk Knowledge Base එකේ කොටසක්. තව step-by-step IT guides සහ support වලට softwarekey.lk එකට යන්න.

Thanks for your feedback! 🙌

Read more

📖

How to Export and Import Windows Group Policy Settings

Back up and transfer Group Policy settings between machines or domains using File Explorer or the GPMC.

📖

SQL Server 2025 Standard — Download, Install සහ Activate කරන හැටි (සිංහල)

SQL Server 2025 media එක download කරන හැටි, setup wizard එක හරහා යන හැටි, product key එකෙන් හෝ Edition Upgrade

📖

Windows Server 2022 Standard — Download, Install සහ Activate කරන හැටි (සිංහල)

Server 2022 ISO එක download කරන හැටි, Server Core හෝ Desktop Experience තෝරන හැටි, install කරන පියවර, GUI/DISM

📖

Windows Server 2025 Evaluation එක Standard Edition එකට Upgrade කරන හැටි (සිංහල)

Reinstall නොකර DISM එකෙන් Windows Server 2025 Evaluation එක full Standard එකට convert කරන හැටි — edition check

How to Enable the Group Policy Editor (gpedit.msc) in Windows 11 Home

Add the Local Group Policy Editor to Windows Home with a built-in DISM command.

How to Enable the Group Policy Editor (gpedit.msc) in Windows Home

Add the missing Local Group Policy Editor to Windows 10/11 Home using a built-in DISM script, or use a portabl

📖

Search Group Policy Gpedit

2 Ways to Search for a Specific Group Policy in the Group Policy Editor Quickly find the right policy in gpedi

📖

How to Upgrade Windows Server 2025 Evaluation to Standard Edition

Convert Windows Server 2025 Evaluation to full Standard in place with DISM — check the current edition, run Se