ニュース

We're going to build off my previous series to show how to further the communication channel between Excel and PowerShell. In a recent series of posts, I explained how to launch a PowerShell script ...
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.
米Microsoft Corporationは15日(現地時間)、「Windows PowerShell ISE」のアドオン「Script Browser for Windows PowerShell ISE」v1.0を公開した。Windows 7/Server 2008 R2/8/Server 2012/Server 2012 R2に対応するフリーソフトで、編集部にてWindows ...
会員になると、いいね!でマイページに保存できます。 PowerShellとは、マイクロソフトにより開発されたスクリプト言語とその実行環境の総称である。マイクロソフトのスクリプトといえば、かつてコマンドプロンプトやWindows Script Host(WSH)などの言語と ...
スクリプトの学習方法はいくつかある。本連載の初期は、できるだけPowerShellの仕様に沿うかたちでPowerShellの機能を取り上げてきたつもりだ。初めてプログラミング言語の学習に取り掛かるときはそれでよいかと思うが、ある程度できるようになったら、次 ...
少し時間のかかる作業をスクリプトに行なわせたとき、終了したら適当に通知しておいてほしいことがある。ただ、別の ...
とはいえ、自作のスクリプトなどに組み込むとなるとPowerShellの関数(Function)になっていたほうが、扱いやすいだろう。そこで、画像も表示できるFunction、Toastを作ってみた。 以下のリストをメモ帳などに貼り付け、拡張子を"ps1"にした適当な名前で保存して ...
前回はウインドウのサイズを変更するPowerShellスクリプトとして、次のスクリプトを紹介した。 win7 powershell script to automatically resize a minecraft window for 1280x720 HD fraps recording. 今回からは、このスクリプトの中身を読み込みながら、もう少し汎用的に利用できる ...
PowerShell scripts are used to automate repetitive tasks and make some changes to your system’s configuration. However, we have noticed that at times, Windows can’t run a PowerShell script in Windows ...