ニュース

Scripting is often seen as something only IT admins do to lengthen their coffee breaks, but home users can benefit from ...
PowerShell Coreはオープンソースソフトウェアでクロスプラットフォームなのだが、コマンドレッドや関数、エイリアス、アプリケーションは環境に ...
前回の処理で、「ls」にはLinuxのlsコマンドが関数として定義されているのだが、「ls」を実行するとGet-ChildItemコマンドレットの実行結果が出力さ ...
基本となるGet-ChildItemコマンド cmd.exeの時代は、dirコマンドでファイルのリストを表示させたが、PowerShellではGet-ChildItemコマンドを使う。
While many know that the Get-Process command in PowerShell can provide basic process information, it can also display specific details with some minor tweaks.
PowerShellでは、bashなどと異なり、コマンドはオブジェクトを出力する。 どのようなオブジェクトが出ているのかは、Get-Memberコマンドで見ることが ...
PowerShell Pipeline Exploring PowerShell, Part 1: Using Get-Command Here's how to retrieve the information you're looking for with one powerful command. By Boe Prox 03/10/2015 ...
Since that command did work, I tried typing Get-Command Get-* This returns a list of all of the PowerShell cmdlets that use the Get verb. On a Windows machine this command returns hundreds of ...