本連載でこれまでに説明したように、OpenSSH経由でWindowsにリモートログインした場合、そこからはGUIアプリケーションを起動できない。しかし、Windows上の仮想環境やWSL2で動作しているUbuntuから、Windows側のGUIアプリケーションを起動したいケースはある。
システム管理者向けのコマンドラインシェル環境「Windows PowerShell」をGUIで管理・実行できる「PowerGUI」v1.0.11.207が、8日に公開された。Windows XP/Server 2003/Vistaに対応するフリーソフトで、現在作者のホームページからダウンロードできる。 「PowerGUI」は、Windowsの ...
前回作成したスクリプトで、サーバとして機能するための基本的な動きはしてくれるようになった。今回はこれをベースに、「外部からGUIコマンドを起動できるサーバ」として動くように書き換えていく。 先に、今回の成果物を以下に示す。 wincmdserver.ps1 #!
PowerShell's scripting language and ability to interact directly with Windows system elements give it a superpower that ...
In the first part of this series, I explained that there are occasionally situations in which hard coding a PowerShell interface really isn't an option because the script is almost certainly going to ...
Microsoft 365 を使い始めた企業・団体でよく耳にする「Microsoft 365 グループ」ですが、Office 365 グループやセキュリティグループなどと混同されがちです。 本記事では、**Microsoft 365 グループの基本機能と、作成・編集・削除の手順(GUI/PowerShell)**を、できる ...
米Microsoftは4月10日(現地時間)、「PowerShell」の「MSI」インストーラーを非推奨とすると発表した。同月リリースの「PowerShell 7.7-preview.1」より、「MSIX」パッケージが主要なインストール方法となる。
PowerShellスクリプトを作成ときに大切なデバッグの方法について解説します。 PS C:\temp> $PSVersionTable Name Value ---- ----- PSVersion 5 ...