{"id":17151175,"url":"https://github.com/fuqunaga/headquarters","last_synced_at":"2025-10-06T17:29:44.177Z","repository":{"id":40915948,"uuid":"159810554","full_name":"fuqunaga/Headquarters","owner":"fuqunaga","description":"GUI tool for remotely operating multiple windows PCs using PowerShell","archived":false,"fork":false,"pushed_at":"2025-03-14T08:05:36.000Z","size":8301,"stargazers_count":13,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-01T05:37:23.145Z","etag":null,"topics":["material-design","operations","powershell","tool","wpf"],"latest_commit_sha":null,"homepage":"","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/fuqunaga.png","metadata":{"files":{"readme":"README-jp.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"fuqunaga"}},"created_at":"2018-11-30T10:56:31.000Z","updated_at":"2025-03-27T01:12:50.000Z","dependencies_parsed_at":"2024-05-22T11:27:31.934Z","dependency_job_id":"a1991c58-6a47-441c-a7d6-fc50066b54ad","html_url":"https://github.com/fuqunaga/Headquarters","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/fuqunaga/Headquarters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FHeadquarters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FHeadquarters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FHeadquarters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FHeadquarters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuqunaga","download_url":"https://codeload.github.com/fuqunaga/Headquarters/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuqunaga%2FHeadquarters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278648417,"owners_count":26021883,"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-06T02:00:05.630Z","response_time":65,"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":["material-design","operations","powershell","tool","wpf"],"created_at":"2024-10-14T21:37:26.618Z","updated_at":"2025-10-06T17:29:44.136Z","avatar_url":"https://github.com/fuqunaga.png","language":"C#","funding_links":["https://github.com/sponsors/fuqunaga"],"categories":[],"sub_categories":[],"readme":"# HQ(Headquarters)\n\nHQはPowerShellを用いて複数のPCをリモートで操作するためのGUIツールです  \n\n\u003cimg src=\"Documents/top.png\"/\u003e\n\n\n# クイックスタート\n\n## 準備\n### リモートPC\n1. PowerShellを管理者として起動、以下のコマンドを実行  \n\n```\nEnable-PSRemoting\n```  \n\n\u003cimg src=\"Documents/EnablePSRemoting.png\" height=\"200px\"/\u003e\n\n\n### ローカルPC\n1. PowerShellを管理者として起動し、以下のコマンドを実行  \n\n```\nSet-Item WSMan:\\localhost\\Client\\TrustedHosts -Value *\n```\n\u003cimg src=\"Documents/trustedhosts.png\" height=\"200px\" /\u003e\n\n## 実行\n1. [Release](https://github.com/fuqunaga/Headquaters/releases)ページからHQをダウンロード\n1. 解凍し、HQを起動（管理者権限が必要）\n1. ローカルPCとリモートPCのユーザーが異なる場合はリモートPCのアカウント情報を入力\n      1. 右上の歯車マーク（⚙）をクリック\n      2. Settingsウィンドウが開くので、ユーザー名とパスワードを入力\n2. Scriptsから使用するスクリプトを選んでクリック\n3. スクリプトにパラメータが必要な場合は入力\n4. IP List表に対象PCのIPを記入しチェック\n5. 実行ボタン（▶）でスクリプトを実行\n6. 画面下部の枠に出力が表示されます  \n  \n![alt throuth](Documents/throuth.gif)\n  \n\n# IP List\n対象となるPCのIPアドレスと、対象ごとのパラメータを記したデータ  \nここで選択したIPアドレスごとにスクリプトが実行されます\n\n![alt editIPList](Documents/editIPList.gif)\n\n* IPは範囲指定できます（[IPAddressRange](https://github.com/jsakamoto/ipaddressrange/)）\n  * `192.168.10.10-20`\n  * `192.168.0.10 - 192.168.10.2`\n* 右上の三点メニューからCSVファイルをインポート、エクスポートできます\n  * 一行目はパラメータ名になります\n\n\n# スクリプト\n場所\n```\n.\\HeadquartersData\\Profile\\Scripts\\*.ps1\n```\n\n * 上記場所にスクリプトファイルを置くことでユーザ独自のスクリプトを追加できます\n * 詳しくは[wiki](https://github.com/fuqunaga/Headquarters/wiki/Script)を参照ください\n\n\n# パラメーター\nHQに入力した値やタブの状態などは次のファイルに保存されます\n```\n.\\HeadquartersData\\Profile\\setting.json\n```\n\n# TIPS\n\n### PCごとにアカウントが異なる\nIP Listに`UserName`、`UserPassword`というパラメータを用意するとそちらが反映されます\n\n### ⚠セキュリティに注意\n`UserPassword`を含め、入力した値はすべて平文で保存されるのでご注意ください\n\n### System.OutOfMemoryExceptionが出る\nIP Listで複数のIPを指定している場合は同時実行するタスク数を制限することで回避できることがあります  \n実行ボタン（▶）横のメニューから設定できます\n\n\n# ライブラリ\n* [MaterialDesignInXamlToolkit](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit)\n* [Dragablz](https://dragablz.net/)\n* [IPAddressRange](https://github.com/jsakamoto/ipaddressrange)\n* [Json\u003cspan /\u003e.NET](https://www.newtonsoft.com/json)\n* [Costura.Fody](https://github.com/Fody/Costura)\n* [Gu.Wpf.NumericInput](https://github.com/GuOrg/Gu.Wpf.NumericInput)\n* [MinVer](https://github.com/adamralph/minver)\n* [PowerShell Standard.Library](https://github.com/PowerShell/PowerShellStandard)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuqunaga%2Fheadquarters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuqunaga%2Fheadquarters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuqunaga%2Fheadquarters/lists"}