Does anyone know how to get a list of GPO (Group Policy Objects) from a Windows 2003 domain via PowerShell or some other way if PowerShell can’t do this?
I know that Server 2008 has some cmdlets for Group Polices but how can it be done for a Windows 2003 domain?
Looked on Google but no luck.
Thanks
Gary
try SDM software's group policy cmdlets SDM GPMC PowerShell Cmdlets 1.3
You can use the GPMC API to get a list of all GPOs:
In the end I went with this, used the GPOINFO tool. Not pretty but got what we needed:-
Thanks for all the responses....Gary