Windows PowerShellでは、.Net FrameworkとC#などの開発環境を用いて本格的なコマンドレットを開発できますが、もっと手軽なコマンドレットの作成方法として、関数(function)とスクリプトファイルがあります。汎用性の高い処理、頻繁に実行する定型処理などは ...
During one of my project, the customer had the following requirement : migrate structured data from a black-box tool to an other setup as he had to shutdown this old tool. There was a lot of ...
One of the great things about remoting in PowerShell is that you can run a script on remote computers and the script doesn't have to be on the remote computer. The script can live locally and its ...