{"id":15977020,"url":"https://github.com/fornever/env-exporter","last_synced_at":"2025-10-09T14:05:50.085Z","repository":{"id":140631980,"uuid":"104372251","full_name":"ForNeVeR/env-exporter","owner":"ForNeVeR","description":"Export computer's environment variables to a file.","archived":false,"fork":false,"pushed_at":"2017-10-01T05:17:52.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T17:48:40.843Z","etag":null,"topics":["environment-variables","powershell"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/ForNeVeR.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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-21T16:28:20.000Z","updated_at":"2023-07-25T14:11:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"01e48c29-fc72-44d9-aac2-30ce509ee4fb","html_url":"https://github.com/ForNeVeR/env-exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ForNeVeR/env-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2Fenv-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2Fenv-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2Fenv-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2Fenv-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ForNeVeR","download_url":"https://codeload.github.com/ForNeVeR/env-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2Fenv-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001529,"owners_count":26083117,"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-09T02:00:07.460Z","response_time":59,"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":["environment-variables","powershell"],"created_at":"2024-10-07T22:41:58.877Z","updated_at":"2025-10-09T14:05:50.069Z","avatar_url":"https://github.com/ForNeVeR.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"env-exporter\n============\n\nPowerShell script to export computer's environment variables to a file. Useful\nfor bookkeeping.\n\nUsage:\n\n```console\n$ ./Export-Env.ps1 E:/Temp/env.json\n```\n\nIt will save the file of the following format:\n\n```json\n[\n    {\n        \"scope\": \"User\",\n        \"variables\": [\n            { \"name\": \"var1\", \"value\": \"value1\" }\n        ]\n    },\n    {\n        \"scope\": \"Machine\",\n        \"variables\": [\n            { \"name\": \"var1\", \"value\": \"value1\" }\n        ]\n    }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffornever%2Fenv-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffornever%2Fenv-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffornever%2Fenv-exporter/lists"}