タグ

PowerShellに関するnharukiのブックマーク (2)

  • PowerShell 2.0の新機能(3) ――バックグラウンドジョブ編

    はじめに PowerShell 1.0では、バックグラウンドでのジョブ実行ができなかったため、1つのコマンドが完了するまで次のコマンドの実行をすることができませんでした。PowerShell 2.0からは簡単にバックグラウンドでジョブを実行する機能が搭載されています。今回は、このバックグラウンドジョブに焦点を当てて解説します。 対象読者 PowerShellの基的な操作ができる方。 PowerShellについて学びたい方は、PowerShell入門の連載を参照ください。 必要条件 バックグラウンドジョブを実行するにはPowerShellがリモート処理用に構成されている必要があります。リモート処理用に構成する方法については前回の記事で解説していますので、そちらを参照してください。 ローカルコンピューターでバックグラウンドジョブを実行する方法 ローカルコンピューターでバックグラウンドジョブを

    PowerShell 2.0の新機能(3) ――バックグラウンドジョブ編
  • Mike Wilbur's Blog

    Renaming a network connection with netsh Example: netsh interface set interface name="Local Area Connection" newname="ExampleLan" Author: mwilbur Date: 08/01/2007 Powershell Template Engine A template engine that allows you to have powershell expressions in your templates is a very... Author: mwilbur Date: 03/15/2007 get-SHA256 Get the SHA256 hash in one line of powershell: function get-sha256...

    Mike Wilbur's Blog
    nharuki
    nharuki 2010/02/24
    テンプレートエンジン
  • 1