{"id":19249210,"url":"https://github.com/sous-chefs/winrm","last_synced_at":"2025-10-13T20:35:06.628Z","repository":{"id":14140132,"uuid":"16845725","full_name":"sous-chefs/winrm","owner":"sous-chefs","description":"Development repository for the winrm cookbook","archived":false,"fork":false,"pushed_at":"2025-09-16T04:48:02.000Z","size":168,"stargazers_count":5,"open_issues_count":3,"forks_count":10,"subscribers_count":37,"default_branch":"main","last_synced_at":"2025-09-16T19:27:58.772Z","etag":null,"topics":["chef","chef-cookbook","chef-resource","hacktoberfest","managed-by-terraform","winrm"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/winrm","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sous-chefs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"open_collective":"sous-chefs"}},"created_at":"2014-02-14T18:27:06.000Z","updated_at":"2025-09-10T16:27:38.000Z","dependencies_parsed_at":"2022-08-28T23:12:26.275Z","dependency_job_id":"f633e2d4-d7ff-4ae2-8991-12c6519d820e","html_url":"https://github.com/sous-chefs/winrm","commit_stats":{"total_commits":146,"total_committers":17,"mean_commits":8.588235294117647,"dds":0.7876712328767124,"last_synced_commit":"87c215caa612c4f23edbc95e6254f85dff84f7ba"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/sous-chefs/winrm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fwinrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fwinrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fwinrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fwinrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sous-chefs","download_url":"https://codeload.github.com/sous-chefs/winrm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fwinrm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016579,"owners_count":26085850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chef","chef-cookbook","chef-resource","hacktoberfest","managed-by-terraform","winrm"],"created_at":"2024-11-09T18:13:17.527Z","updated_at":"2025-10-13T20:35:06.606Z","avatar_url":"https://github.com/sous-chefs.png","language":"Ruby","funding_links":["https://opencollective.com/sous-chefs"],"categories":[],"sub_categories":[],"readme":"# WinRM Cookbook\n\n[![Cookbook Version](https://img.shields.io/cookbook/v/winrm.svg)](https://supermarket.chef.io/cookbooks/winrm)\n[![Build Status](https://img.shields.io/circleci/project/github/sous-chefs/winrm/master.svg)](https://circleci.com/gh/sous-chefs/winrm)\n[![OpenCollective](https://opencollective.com/sous-chefs/backers/badge.svg)](#backers)\n[![OpenCollective](https://opencollective.com/sous-chefs/sponsors/badge.svg)](#sponsors)\n[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)\n\nInstalls and configures WinRM on a Windows System\n\n## Maintainers\n\nThis cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit [sous-chefs.org](https://sous-chefs.org/) or come chat with us on the Chef Community Slack in [#sous-chefs](https://chefcommunity.slack.com/messages/C2V7B88SF).\n\n## Requirements\n\n### Platforms\n\n- Windows 2012 / 2012 R2\n- Windows 2016\n- Windows 2019\n- Windows 2022\n\n### Chef\n\n- Chef 15.4+\n\n## Additional Requirements\n\n- PowerShell must already be installed\n\n## Resources\n\n### winrm_listener_config\n\nConfigure winrm listeners on a host. Previously this resource was named `winrm` and that legacy name will continue to function.\n\n#### Actions\n\n- `:create` - configure a listener\n\n#### Properties\n\n- `hostname` - Used for creating the listeners and finding the certificate thumbprint or creating a new one, default node['fqdn']\n- `trusted_hosts` - Trusted hosts to allow connections from, default '*'\n- `max_shell_memory` - Max memory allowed for each remote shell, default 1024\n- `thumbprint` - Specify a certificate thumbprint to use, if `nil` will looks for certificate matching hostname, default nil\n- `listen_http` - Enable HTTP listener, default true\n- `listen_https` - Enable HTTPS listener, default true\n- `allow_unencrypted` - Wether to allow unencrypted WinRM connections, default true\n- `allow_basic_auth` - Enable Basic Authentication, default true\n- `generate_cert` - Whether to generate a cert if none is found, default true\n- `add_firewall_rule` - Whether to create a firewall rule which allows WinRM access, default true\n\n#### Examples\n\n```ruby\nwinrm_listener_config 'default' do\n  listen_http false\n  allow_unencrypted false\nend\n```\n\n## Contributors\n\nThis project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890\u0026button=false)\n\n### Backers\n\nThank you to all our backers!\n\n![https://opencollective.com/sous-chefs#backers](https://opencollective.com/sous-chefs/backers.svg?width=600\u0026avatarHeight=40)\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website.\n\n![https://opencollective.com/sous-chefs/sponsor/0/website](https://opencollective.com/sous-chefs/sponsor/0/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/1/website](https://opencollective.com/sous-chefs/sponsor/1/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/2/website](https://opencollective.com/sous-chefs/sponsor/2/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/3/website](https://opencollective.com/sous-chefs/sponsor/3/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/4/website](https://opencollective.com/sous-chefs/sponsor/4/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/5/website](https://opencollective.com/sous-chefs/sponsor/5/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/6/website](https://opencollective.com/sous-chefs/sponsor/6/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/7/website](https://opencollective.com/sous-chefs/sponsor/7/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/8/website](https://opencollective.com/sous-chefs/sponsor/8/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/9/website](https://opencollective.com/sous-chefs/sponsor/9/avatar.svg?avatarHeight=100)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fwinrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsous-chefs%2Fwinrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fwinrm/lists"}