{"id":23763659,"url":"https://github.com/tomashubelbauer/ps-remote","last_synced_at":"2025-09-25T22:26:35.941Z","repository":{"id":107986226,"uuid":"231667245","full_name":"TomasHubelbauer/ps-remote","owner":"TomasHubelbauer","description":"Connecting to a network computer using PowerShell","archived":false,"fork":false,"pushed_at":"2022-04-14T21:10:25.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T16:40:01.912Z","etag":null,"topics":["powershell"],"latest_commit_sha":null,"homepage":"","language":"Markdown","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/TomasHubelbauer.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,"zenodo":null}},"created_at":"2020-01-03T21:21:27.000Z","updated_at":"2022-04-17T10:05:12.000Z","dependencies_parsed_at":"2023-06-04T13:30:33.718Z","dependency_job_id":null,"html_url":"https://github.com/TomasHubelbauer/ps-remote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TomasHubelbauer/ps-remote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fps-remote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fps-remote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fps-remote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fps-remote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomasHubelbauer","download_url":"https://codeload.github.com/TomasHubelbauer/ps-remote/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasHubelbauer%2Fps-remote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272982393,"owners_count":25025982,"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-08-31T02:00:09.071Z","response_time":79,"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":["powershell"],"created_at":"2024-12-31T22:13:13.987Z","updated_at":"2025-09-25T22:26:35.827Z","avatar_url":"https://github.com/TomasHubelbauer.png","language":"Markdown","readme":"# PowerShell Remote\n\nhttps://www.faqforge.com/windows/create-powershell-session-remote-computer\n\n1. On remote: `Enable-PSRemoting -Force` as admin\n2. On both: `winrm set winrm/config/client '@{TrustedHosts=\"*\"}`\n3. On both? `Restart-Service WinRM`\n4. On local: `Test-WsMan NUC`\n\n```powershell\n$credentials = Get-Credential\n$session = New-PSSession -Credential $credentials -ComputerName NUC\nEnter-PSSession $session\n# Commands…\nExit-PSSession\nRemove-PSSession $session\n```\n\n## To-Do\n\n### Configure this on the personal computer and the home server\n\n### Look into using specific computer names in `TrustedHosts`\n\nTo lock things down a bit just in case.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomashubelbauer%2Fps-remote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomashubelbauer%2Fps-remote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomashubelbauer%2Fps-remote/lists"}