{"id":15422622,"url":"https://github.com/heaths/restartmanager","last_synced_at":"2026-03-09T22:32:08.667Z","repository":{"id":53962053,"uuid":"109875738","full_name":"heaths/RestartManager","owner":"heaths","description":"Managed Windows Restart Manager API","archived":false,"fork":false,"pushed_at":"2022-02-18T06:16:12.000Z","size":101,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-19T18:27:17.972Z","etag":null,"topics":["powershell","windows"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heaths.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-07T18:39:47.000Z","updated_at":"2024-09-07T09:44:47.000Z","dependencies_parsed_at":"2022-08-13T05:20:37.975Z","dependency_job_id":null,"html_url":"https://github.com/heaths/RestartManager","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/heaths/RestartManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2FRestartManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2FRestartManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2FRestartManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2FRestartManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heaths","download_url":"https://codeload.github.com/heaths/RestartManager/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2FRestartManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["powershell","windows"],"created_at":"2024-10-01T17:39:02.950Z","updated_at":"2026-03-09T22:32:08.646Z","avatar_url":"https://github.com/heaths.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windows Restart Manager Module for PowerShell\n\nThis module exposes Windows Restart Manager APIs through PowerShell cmdlets for testing applications' compatibility with Windows Restart Manager and for basic scripted installs.\n\n[![Build Status](https://dev.azure.com/heaths/public/_apis/build/status/RestartManager-CI?branchName=develop)](https://dev.azure.com/heaths/public/_build/latest?definitionId=15)\n[![CodeCov](https://codecov.io/gh/heaths/RestartManager/branch/develop/graph/badge.svg)](https://codecov.io/gh/heaths/RestartManager)\n[![GitHub Release](https://img.shields.io/github/release/heaths/RestartManager.svg)](https://github.com/heaths/RestartManager/releases/latest)\n[![PSGallery](https://img.shields.io/powershellgallery/dt/RestartManager.svg)](https://www.powershellgallery.com/packages/RestartManager)\n\n## Examples\n\nYou can use this module to, for example, replace files that may be in use by other processes.\n\n```powershell\nStart-RestartManagerProcess\ndir .\\MyApp -Filter *.dll -Recurse | Register-RestartManagerResource\nStop-RestartManagerProcess\nExpand-Archive .\\MyApp.zip .\\MyApp -Force\nRestart-RestartManagerProcess\nStop-RestartManagerProcess\n```\n\nYou can also use this module to just figure out what processes may be using certain files.\n\n```powershell\nStart-RestartManagerProcess\ndir .\\MyApp -Filter *.dll -Recurse | Register-RestartManagerResource\nGet-RestartManagerProcess\nStop-RestartManagerProcess\n```\n\nFor more examples and help content, please see the [wiki](https://github.com/heaths/RestartManager/wiki).\n\n## Feedback\n\nTo file issues or suggestions, please use the [Issues](https://github.com/heaths/RestartManager/issues) page for this project on GitHub.\n\n## License\n\nThis project is licensed under the [MIT license](LICENSE.txt).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheaths%2Frestartmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheaths%2Frestartmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheaths%2Frestartmanager/lists"}