summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/windows.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
index 2d228badfb..22f78db319 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
@@ -27,6 +27,11 @@ timezone "UTC"
include_recipe "ntp"
+windows_security_policy "EnableGuestAccount" do
+ secoption "EnableGuestAccount"
+ secvalue "1"
+end
+
users_manage "remove sysadmin" do
group_name "sysadmin"
group_id 2300