inspec/test/integration/default/secpol_spec.rb

9 lines
166 B
Ruby
Raw Normal View History

# encoding: utf-8
2016-05-10 17:23:11 +00:00
return unless os.windows?
describe security_policy do
its('EnableAdminAccount') { should eq 1 }
its('EnableGuestAccount') { should eq 0 }
end