備忘録 スクリプトの実行時間の計測 (Windows) kazuma_ichigoya 公開日: 2016年5月29日 カテゴリー: 仕事 コメントはまだありません タグ: Memorandum スクリプトの実行時間を計測する。 You can measure the run time of the script. [OS version] Windows Server 2012 R2 [スクリプトの実行時間の計測] C:\> powershell PS C:\Windows\system32> Measure-Command {SCRIPT NAME}
コメントを残す