Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
It's just another frontier where you seek out new technologies ...
PowerShellのバイナリモジュールをF#で書こう!
この記事はPowerShell Advent Calendar 2014の5日めの記事です。...
Date: 12/04/2014
パイプラインのオブジェクトをのぞき見する
まずはスクリプトそのものから。 function Watch-PipeLine { param ( [Parameter(Mandatory=$true)] [ScriptBlock]...
Date: 03/05/2014
New-Module を用いてカスタムオブジェクトを生成する
PowerShell でカスタムオブジェクトを定義する一番ストレートな方法はハッシュテーブルと Add-Member を組み合わせるパターンでしょう。 $custom =...
Date: 12/21/2013
XDocument を用いて XML を処理する
スクリプトを書いていると、たびたび XML のファイルを作成したり、あるいは変更したりする機会があります。例えば、XML...
Date: 12/17/2012