規模が大きいプログラムを作る時には、共通ロジックを作成し、外部ファイルとして読み込み管理することが多いです。 今回はその方法についてPowerShellでの扱い作法を調べてみます。 1. 外部ps1ファイルを取り込む方法 呼び出し先:をcommon.ps1(① ...
Microsoft365(M365)を管理するうえで便利なPowerShellですが、利用するためには準備が必要です。 なお、現在私はWindows10 Proを使用しています。Windows10 home や 8 、 7 でも利用できるようですが未確認です。Windows11はいずれ移行するので、その際は改めて記事にします ...
One of the appealing features of Windows PowerShell is that it can be extended. You are not limited to the commands that Microsoft ships. You can load additional commands and functionality via a ...
Microsoft's SCCM Power BI templates use DirectQuery mode with composite model compatibility. Power BI Report Server does not support composite models, resulting in: "This file uses a composite model ...
PowerShell modules help IT professionals and business owners organize multiple scripts into a single, reusable package, making code easier to manage, share and maintain. While individual scripts work ...