手動でPowerShellスクリプトを実行することの問題は、「誰がいつ何を実行したか」のトレーサビリティが弱くなることだ。 Gitリポジトリでスクリプトを管理していても、実行そのものが属人化してしまう。 担当者が休みのとき、誰もスクリプトを回せない ...
PowerShellは、Windowsでコマンドプロンプトからシステム管理を行うための強力なスクリプト言語です。PowerShellでは変数や配列、if文などを使って簡単にスクリプトを書くことができます。この記事では、PowerShellのインストール方法から、コマンドの基本的な ...
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 ...
前回の記事では、PowerShellプロンプトからコマンドプロンプト(cmd.exeが実体)を起動する例を紹介しましたが、今回は、逆にコマンドプロンプトからPowerShellのコマンドレットやスクリプトを実行する方法を紹介します。日常的なシステム管理にPowerShellを利用 ...
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 ...