0

I want to make an inspec (chef) for diffrent GPOs. I`m wondering to know is there any resource for GPOs (windows server). because I dont have enough knowledge of gpos and how they work trough a powershell. So, I appreciate if you send me any suggestion regarding to right inspect rb files dor gpos. (e.g read gplink, gpo health and system access , etc.)

Aira
  • 179
  • 2
  • 3
  • 13

2 Answers2

1

You could use a command resource and the gpresult command line tool.

coderanger
  • 52,400
  • 4
  • 52
  • 75
1

You may use 'audit_policy' and 'security_policy' inspec resources

ReshmaA
  • 85
  • 1
  • 3
  • 12