{"id":23946434,"url":"https://github.com/ryzhovau/keenetic-powershell","last_synced_at":"2025-10-05T01:10:59.552Z","repository":{"id":148557176,"uuid":"342171647","full_name":"ryzhovau/keenetic-powershell","owner":"ryzhovau","description":"PowerShell module for Keenetic routers","archived":false,"fork":false,"pushed_at":"2021-03-23T17:34:30.000Z","size":78,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T17:01:25.811Z","etag":null,"topics":["keenetic","powershell","router"],"latest_commit_sha":null,"homepage":"https://forum.keenetic.net","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryzhovau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-02-25T08:19:00.000Z","updated_at":"2024-11-30T10:42:55.000Z","dependencies_parsed_at":"2023-05-20T12:31:11.711Z","dependency_job_id":null,"html_url":"https://github.com/ryzhovau/keenetic-powershell","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzhovau%2Fkeenetic-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzhovau%2Fkeenetic-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzhovau%2Fkeenetic-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryzhovau%2Fkeenetic-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryzhovau","download_url":"https://codeload.github.com/ryzhovau/keenetic-powershell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250285313,"owners_count":21405296,"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":["keenetic","powershell","router"],"created_at":"2025-01-06T08:51:10.881Z","updated_at":"2025-10-05T01:10:59.479Z","avatar_url":"https://github.com/ryzhovau.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keenetic PowerShell Module\nThis module allows to operate with [Keenetic routers](https://keenetic.com) from command line. You can get or set WAN connections, LAN segments, Users, Services and other configurable options.\n\n\n[![asciicast](https://asciinema.org/a/399922.svg)](https://asciinema.org/a/399922)\n\n# Installation\n```\nInstall-Module Keenetic\n```\n\n# Usage\n```PowerShell\n# Connect to default device via http://my.keenetic.net\nStart-KNSession -Credential (Get-Credentials) -AsDefaultSession\n\n# Run 'show version' CLI command via REST Core Interface (rci):\nInvoke-KNRequest show/version\n\nrelease      : 3.05.C.6.0-0\nsandbox      : stable\ntitle        : 3.5.6\n…\nmanufacturer : Keenetic Ltd.\nvendor       : Keenetic\nseries       : KN\nmodel        : Ultra (KN-1810)\nhw_version   : 10188000\nhw_id        : KN-1810\ndevice       : Ultra\nregion       : RU\ndescription  : mykeenetic\n\n# Download firmware, using deprecated XML Core Interface (ci):\nInvoke-KNRequest 'firmware' -Ci -OutFile fw_backup.bin -Raw\n\n# Pure CLI commands with autocompletion:\nInvoke-KNCommand 'interface FastEthernet0/0 down' | ConvertTo-Json\n{\n    \"parse\":  {\n                  \"prompt\":  \"(config)\",\n                  \"status\":  [\n                                 \"@{status=message; code=72155142; ident=Network::Interface::Base; \nsource=; warning=no; message=\\\"FastEthernet0/0\\\": interface is down.}\"\n                             ]\n              }\n}\n```\nSee [Wiki](https://github.com/ryzhovau/keenetic-powershell/wiki) for available cmdlets with detailed description.\n\n# Acknowledgment\nThanks to Sergey Mazepin and Rostislav Bronzov aka @Rostis1av for PowerShell course.\n\nThanks to Adam Driscoll aka @adamdriscoll for brilliant module skeleton from [selenium-powershell](https://github.com/adamdriscoll/selenium-powershell).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryzhovau%2Fkeenetic-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryzhovau%2Fkeenetic-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryzhovau%2Fkeenetic-powershell/lists"}