{"id":17710532,"url":"https://github.com/tragiccode/xwinrm","last_synced_at":"2025-03-31T09:12:27.474Z","repository":{"id":85539787,"uuid":"102974672","full_name":"TraGicCode/xWinRM","owner":"TraGicCode","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-26T04:32:14.000Z","size":58,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T13:32:38.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TraGicCode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-09T18:00:13.000Z","updated_at":"2017-09-09T18:00:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"cfc1a808-560e-4073-9720-f321b3cf41f3","html_url":"https://github.com/TraGicCode/xWinRM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FxWinRM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FxWinRM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FxWinRM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FxWinRM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TraGicCode","download_url":"https://codeload.github.com/TraGicCode/xWinRM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443539,"owners_count":20778249,"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","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":[],"created_at":"2024-10-25T07:06:32.898Z","updated_at":"2025-03-31T09:12:27.456Z","avatar_url":"https://github.com/TraGicCode.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xWinRM\n\nThe **xWinRM** module contains DSC resources for configuration\nof WinRM.\n\n## Branches\n\n### master\n\nThis is the branch containing the latest release - no contributions should be made\ndirectly to this branch.\n\n### dev\n\nThis is the development branch to which contributions should be proposed by contributors\nas pull requests. This development branch will periodically be merged to the master\nbranch, and be released to [PowerShell Gallery](https://www.powershellgallery.com/).\n\n## Contributing\n\nRegardless of the way you want to contribute we are tremendously happy to have you\nhere.\n\nThere are several ways you can contribute. You can submit an issue to report a bug.\nYou can submit an issue to request an improvement. You can take part in discussions\nfor issues. You can review pull requests and comment on other contributors changes.\nYou can also improve the resources and tests, or even create new resources, by\nsending in pull requests yourself.\n\n## Installation\n\nTo manually install the module, download the source code and unzip the contents\nof the '\\Modules\\xWinRM' directory to the\n'$env:ProgramFiles\\WindowsPowerShell\\Modules' folder.\n\nTo install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0) run\nthe following command:\n\n```powershell\nFind-Module -Name xWinRM -Repository PSGallery | Install-Module\n```\n\nTo confirm installation, run the below command and ensure you see the WinRM\nDSC resources available:\n\n```powershell\nGet-DscResource -Module xWinRM\n```\n\n## Requirements\n\nThe minimum Windows Management Framework (PowerShell) version required is 5.0 or\nhigher, which ships with Windows 10 or Windows Server 2016, but can also be\ninstalled on Windows 7 SP1, Windows 8.1, Windows Server 2008 R2 SP1,\nWindows Server 2012 and Windows Server 2012 R2.\n\n## Examples\n\nYou can review the [Examples](/Examples) directory in the xWinRM module for\nsome general use scenarios for all of the resources that are in the module.\n\n## Change log\n\nA full list of changes in each version can be found in the [change log](CHANGELOG.md).\n\n## Resources\n\n* [**xWinRMListener**](#xwinrmlistener) resource to manage WinRM Listeners.\n\n### xWinRMListener\n\nManages the WinRM Listeners.\n\n#### Requirements\n\n* Target machine must be running Windows Server 2008 R2 or later.\n\n#### Parameters\n\n* **`[String]` Ensure** _(Write)_: Determines whether resource should be present or absent. { Present | Absent }.\n* **`[String]` Address** _(Key)_: The address the listener should be listening on. ( Confirm This )\n* **`[String]` Transport** _(Key)_: The Transport to be used for all connections. { Http | Https }.\n* **`[Boolean]` Enabled** _(Write)_: Whether or not the listener is enabled or disabled. { *True* | False }\n\n#### Examples\n\n* [Create an HTTP WinRM Listener](/Examples/Resources/xWinRMListener/1-CreateHTTPListener.ps1)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftragiccode%2Fxwinrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftragiccode%2Fxwinrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftragiccode%2Fxwinrm/lists"}