{"id":16380313,"url":"https://github.com/josephworks/powershell-policy-fix","last_synced_at":"2025-08-02T22:11:08.402Z","repository":{"id":115625588,"uuid":"74633383","full_name":"josephworks/Powershell-policy-fix","owner":"josephworks","description":"this fixes all of the digital signature errors or a policy defined at a more specific scope.","archived":false,"fork":false,"pushed_at":"2019-01-24T23:08:59.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T17:11:01.092Z","etag":null,"topics":["digital-signature-errors","fix","policy","powershell"],"latest_commit_sha":null,"homepage":"","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/josephworks.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-11-24T03:06:22.000Z","updated_at":"2020-09-24T22:48:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"964c4b0b-9ba3-4eeb-a1a1-bdfbb095ece6","html_url":"https://github.com/josephworks/Powershell-policy-fix","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/josephworks/Powershell-policy-fix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephworks%2FPowershell-policy-fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephworks%2FPowershell-policy-fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephworks%2FPowershell-policy-fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephworks%2FPowershell-policy-fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josephworks","download_url":"https://codeload.github.com/josephworks/Powershell-policy-fix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephworks%2FPowershell-policy-fix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261036860,"owners_count":23100931,"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":["digital-signature-errors","fix","policy","powershell"],"created_at":"2024-10-11T03:51:08.888Z","updated_at":"2025-06-20T23:34:50.951Z","avatar_url":"https://github.com/josephworks.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Powershell-policy-fix\nthis fixes all of the digital signature errors or a policy defined at a more specific scope.\n\n```list\n1. open Windows Powershell ISE\n2. copy the text below into the script box\n3. press the green run script button (or click F5)\n4. compare the text to the text underneath the view command\n```\n---\n```ps\nSet-ExecutionPolicy Unrestricted -Scope Process -Force\n\nSet-ExecutionPolicy Unrestricted -Scope CurrentUser -Force\n\nSet-ExecutionPolicy Unrestricted -Scope LocalMachine -Force\n\nGet-ExecutionPolicy -List\n\necho { Make sure that the policy looks like this:\n\n        Scope ExecutionPolicy\n        _____ _______________\nMachinePolicy       Undefined\n   UserPolicy       Undefined\n      Process    Unrestricted\n  CurrentUser    Unrestricted\n LocalMachine    Unrestricted\n }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephworks%2Fpowershell-policy-fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephworks%2Fpowershell-policy-fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephworks%2Fpowershell-policy-fix/lists"}