Microsoft365(M365)を管理するうえで便利なPowerShellですが、利用するためには準備が必要です。 なお、現在私はWindows10 Proを使用しています。Windows10 home や 8 、 7 でも利用できるようですが未確認です。Windows11はいずれ移行するので、その際は改めて記事にし ...
Windows PowerShell(以降、PowerShell)は、Windows環境で利用できる対話型シェル、およびスクリプティング実行環境です。WSHとよく似ていますが、以下のような点が強化されています。 「コマンドレット」と呼ばれる高機能なコマンドを提供 ドライバ経由で ...
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 ...
PowerShellを使っていると、数学的関数に力不足を感じることがある。ルートなどの関数は、System.Mathクラスを使うのだが、PowerShell(.NET 7.x)で利用できる関数は48個しかなく、そのうちの1つは2つの数値が等しいことを調べる「equal」関数である(これはMath ...
「Windows PowerShell」の機能を拡張するモジュールパック「PowerShell Pack」が、15日に公開された。「Windows PowerShell」v2に対応しており、編集部にてWindows Vista上の「Windows PowerShell」v2 RC(リリース候補)版で動作を確認した。現在、マイクロソフトが運営する開発者 ...
Sometimes you need to scan some files for a piece of data like a string, phrase or some number, and one of those files just happens to be an Excel spreadsheet. You could open up the file, launch the ...