PowerShellコマンドレットとスクリプトだけであらゆる処理を簡単に実行できればいいのですが、実際の運用では、従来型のWindowsアプリケーションやコマンドプロンプト用のプログラム(コマンド)と組み合わせて使う方が効率がよい場合が少なくありません。
PowerShell is not just an application, it is a scripting language built on .Net CLR that automates IT tasks. It has backward compatibility with CMD and can automate simple or complex tasks. Because of ...