Cookbooks
iis
documentation
Iis Manager

back to resource list (opens in a new tab)


iis_manager

Configures the IIS Manager service

Actions

  • :config - Change the configuration of the service. Restarts as necessary and sets the service to be automatic and running.

Properties

NameTypeDefaultDescription
enable_remote_managementtrue, falsetrueIf remote access allowed
log_directoryStringOptional. The directory to write log files to
portInteger8172The port the service listens on.

Examples

iis_manager 'IIS Manager' do
  port                      9090
  enable_remote_management  true
  log_directory             "C:\\CustomPath"
end