ニュース

PowerShell 2.0ではAdd-Typeというコマンドレットが追加され、このコマンドレットを使用すると、C#やVB.NETといった他言語のソースを利用することが可能です。今回は、PowerShell 2.0で他言語を利用する方法について説明します。
本連載ではPowerShellを使用したActiveDirectoryの管理方法について紹介していきます。今回は、ActiveDirectoryモジュールが提供するコマンドレットを利用してコンピューターを管理する方法について紹介します。
In my work organization I cannot execute untrusted binaries, so extending PowerShell via one of C, C#, or C++ is not authorized. Therefore I cannot make use of the PowerShell API. For example the ...
PowerShellからウインドウのサイズを変更するには、「Windows API」を呼び出して処理を行う必要がある。この処理はAdd-TypeコマンドレットとC#のコード ...
Les scripts fournis dans ce dépôt sont des exemples d'utilisation de Microsoft Graph API pour interagir avec SharePoint Online. Ils permettent de rechercher et télécharger des fichiers basés sur des ...
For a great explanation on working with OAuth with PowerShell, check out Stephen Owen's blog post. The Invoke-RestMethod command allows you to pass OAuth tokens and other information the API needs via ...
PowerShellヘルプの保守を楽に ~MicrosoftがMarkdownから変換できるツールを一般提供 「Microsoft.PowerShell.PlatyPS」v1.0.0がリリース ...