{"id":14063764,"url":"https://github.com/haam3r/PowerShell","last_synced_at":"2025-07-29T16:31:42.668Z","repository":{"id":75494991,"uuid":"76336398","full_name":"haam3r/PowerShell","owner":"haam3r","description":"Collection of PowerShell scripts","archived":false,"fork":false,"pushed_at":"2017-11-21T22:47:10.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-13T07:05:30.080Z","etag":null,"topics":["outlook","powershell","powershell-script","powershell-scripts"],"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/haam3r.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}},"created_at":"2016-12-13T08:00:25.000Z","updated_at":"2023-08-07T00:34:00.000Z","dependencies_parsed_at":"2023-06-06T16:15:12.379Z","dependency_job_id":null,"html_url":"https://github.com/haam3r/PowerShell","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/haam3r%2FPowerShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haam3r%2FPowerShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haam3r%2FPowerShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haam3r%2FPowerShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haam3r","download_url":"https://codeload.github.com/haam3r/PowerShell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228028620,"owners_count":17858419,"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":["outlook","powershell","powershell-script","powershell-scripts"],"created_at":"2024-08-13T07:03:29.894Z","updated_at":"2024-12-04T01:31:26.502Z","avatar_url":"https://github.com/haam3r.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# PowerShell\nCollection of PowerShell scripts\n\n## Notes\n\n### Disable PowerShell Executionpolicy\n\n**NB!Has to be run from elevated prompt**\n\n```powershell\npowershell.exe -NoP -NonI -W Hidden -Enc UwBlAHQALQBFAHgAZQBjAHUAdABpAG8AbgBQAG8AbABpAGMAeQAgAC0ARQB4AGUAYwB1AHQAaQBvAG4AUABvAGwAaQBjAHkAIABVAG4AcgBlAHMAdAByAGkAYwB0AGUAZAAgAC0ARgBvAHIAYwBlAA==\n```\nEnc portion is base64 encoded and contains:\n```powershell\nSet-ExecutionPolicy -ExecutionPolicy Unrestricted -Force\n```\n\n### Run powershell functions from Python\n\nWorks on Python 2.7.10\n\n```powershell\n p = subprocess.Popen([\"powershell.exe\", \". C:\\\\Temp\\\\test.ps1;\", \"test -Text 'test2'\"], stdout=sys.stdout)\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaam3r%2FPowerShell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaam3r%2FPowerShell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaam3r%2FPowerShell/lists"}