The Chef Infra Client has specific components that are designed to support unique aspects of the Microsoft Windows platform, including PowerShell, PowerShell DSC, and Internet Information Services (IIS).
Chef Infra Client can be installed on machines running Microsoft Windows in the following ways:
To set up your Windows workstation follow the steps on Chef for Microsoft Windows
Chef Infra Client is an agent that runs locally on every node that is under management by Chef Infra Server. When Chef Infra Client runs, it performs all of the steps required for bringing a node into the expected state, including:
This command has the following syntax:
chef-client OPTION VALUE OPTION VALUE ...
This command has the following option specific to Microsoft Windows:
-A, --fatal-windows-admin-check
Cause a Chef Infra Client run to fail when Chef Infra Client does not have administrator privileges in Microsoft Windows.
The recommended minimum amount of RAM available to Chef Infra Client during a Chef Infra Client run is 512MB. Each node and workstation must have access to Chef Infra Server via HTTPS. The Chef Infra Client can be used to manage machines that run on the following versions of Microsoft Windows:
| Operating System | Architecture | Version |
|---|---|---|
| Windows |
x86, x64
|
8.1, 2012, 2012 R2, 2016, 10 (all channels except "insider" builds), 2019 (Long-term servicing channel (LTSC), both Desktop Experience and Server Core)
|
After Chef Infra Client is installed, it is located at C:\opscode. The main configuration file for Chef Infra Client is located at C:\chef\client.rb.
The Chef Infra Client may need to be run with elevated privileges in order to get a recipe to converge correctly. On UNIX and UNIX-like operating systems this can be done by running the command as root. On Microsoft Windows this can be done by running the command prompt as an administrator.
On Microsoft Windows, running without elevated privileges (when they are necessary) is an issue that fails silently. It will appear that Chef Infra Client completed its run successfully, but the changes will not have been made. When this occurs, do one of the following to run Chef Infra Client as the administrator:
Log in to the administrator account. (This is not the same as an account in the administrator’s security group.)
Run Chef Infra Client process from the administrator account while being logged into another account. Run the following command:
runas /user:Administrator "cmd /C chef-client"
This will prompt for the administrator account password.
Open a command prompt by right-clicking on the command prompt application, and then selecting Run as administrator. After the command window opens, Chef Infra Client can be run as the administrator
Directories that are used by Chef products on Windows cannot have spaces. For example, C:\Users\User Name will not work, but C:\Users\UserName will. Chef commands may fail if used against a directory with a space in its name.
Windows will throw errors when path name lengths are too long. For this reason, it’s often helpful to use a very short top-level directory, much like what is done in UNIX and Linux. For example, Chef uses /opt/ to install Chef Workstation on macOS. A similar approach can be done on Microsoft Windows, by creating a top-level directory with a short name. For example: C:\chef.
On Microsoft Windows, Chef Infra Client must have two entries added to the PATH environment variable:
C:\opscode\chef\binC:\opscode\chef\embedded\binThis is typically done during the installation of Chef Infra Client automatically. If these values (for any reason) are not in the PATH environment variable, Chef Infra Client will not run properly.
To determine the current proxy server on the Microsoft Windows platform:
To configure proxy settings in Microsoft Windows:
http_proxy and https_proxy to the location of your proxy server. This value MUST be lowercase.The knife windows subcommand is used to interact with Windows systems managed by Chef Infra. Nodes are configured using WinRM, which allows external applications to call native objects like batch scripts, Windows PowerShell scripts, or scripting library variables. The knife windows subcommand supports NTLM and Kerberos methods of authentication.
Se the knife windows for more information.
WinRM requires that a target node be accessible via the ports configured to support access via HTTP or HTTPS.
A Microsoft Installer Package (MSI) is available for installing Chef Infra Client on a Microsoft Windows machine from Chef Downloads.
Msiexec.exe is used to install Chef Infra Client on a node as part of a bootstrap operation. The actual command that is run by the default bootstrap script is:
msiexec /qn /i "%LOCAL_DESTINATION_MSI_PATH%"
where /qn is used to set the user interface level to “No UI”, /i is used to define the location in which Chef Infra Client is installed, and "%LOCAL_DESTINATION_MSI_PATH%" is a variable defined in the default windows-chef-client-msi.erb bootstrap template. See https://docs.microsoft.com/en-us/windows/win32/msi/command-line-options for more information about the options available to Msiexec.exe.
The ADDLOCAL parameter adds two setup options specific to Chef Infra Client. These options can be passed along with an Msiexec.exe command:
| Option | Description |
|---|---|
ChefClientFeature | Use to install Chef Infra Client. |
ChefSchTaskFeature | Use to configure Chef Infra Client as a scheduled task in Microsoft Windows. |
ChefPSModuleFeature | Used to install the chef PowerShell module. This will enable chef command line utilities within PowerShell. |
First install Chef Infra Client, and then enable it to run as a scheduled task. For example:
msiexec /qn /i C:\inst\chef-client-15.3.14-1-x64.msi ADDLOCAL="ChefClientFeature,ChefSchTaskFeature,ChefPSModuleFeature"
To run Chef Infra Client at periodic intervals (so that it can check in with Chef Infra Server automatically), configure Chef Infra Client to run as a scheduled task. This can be done via the MSI, by selecting the Chef Unattended Execution Options –> Chef Infra Client Scheduled Task option on the Custom Setup page or by running the following command after Chef Infra Client is installed:
For example:
SCHTASKS.EXE /CREATE /TN ChefClientSchTask /SC MINUTE /MO 30 /F /RU "System" /RP /RL HIGHEST /TR "cmd /c \"C:\opscode\chef\embedded\bin\ruby.exe C:\opscode\chef\bin\chef-client -L C:\chef\chef-client.log -c C:\chef\client.rb\""
Refer to the Schtasks documentation for more details.
After Chef Infra Client is configured to run as a scheduled task, the default file path is: c:\chef\chef-client.log.
Many organizations already have processes in place for managing the applications and settings on various Microsoft Windows machines. For example, System Center. Chef Infra Client can be installed using this method.
Some of the most popular Chef-maintained cookbooks that contain custom resources useful when configuring machines running Microsoft Windows are listed below:
| Cookbook | Description |
|---|---|
| iis Cookbook | The iis cookbook is used to install and configure Internet Information Services (IIS). |
| iis_urlrewrite Cookbook | This cookbook downloads and installs the IIS URL Rewrite 2.0 extension into Microsoft Internet Information Server. |
| PowerShell Cookbook | Installs and configures PowerShell 2.0, 3.0, 4.0 or 5.0. |
| Microsoft Visual C++ Runtime Cookbook | Installs Microsoft Visual C++ runtime version 6 (2005), 9 (2008), 10 (2010), 11 (2012), 12 (2013), 14 (2015) or 15 (2017) on Windows. |
| Mingw Cookbook | Installs msys/mingw compiler toolchains on windows. |
| Webpi Cookbook | The webpi cookbook is used to run the Microsoft Web Platform Installer (WebPI). |
Two community supports two provisioners for Kitchen:
A resource is a statement of configuration policy that:
package, template, or service
Chef Infra provides a growing number of Windows-specific resources.
The most popular core resources in Chef Infra Client work the same way in Microsoft Windows as they do on any UNIX or Linux-based platform.
The file-based resources have attributes that support unique requirements within the Microsoft Windows platform, including inherits (for file inheritance), mode (for octal modes), and rights (for access control lists, or ACLs).
© Chef Software, Inc.
Licensed under the Creative Commons Attribution 3.0 Unported License.
The Chef™ Mark and Chef Logo are either registered trademarks/service marks or trademarks/servicemarks of Chef, in the United States and other countries and are used with Chef Inc's permission.
We are not affiliated with, endorsed or sponsored by Chef Inc.
https://docs.chef.io/windows/