fsutilと PowerShell の比較表


まったく同じ挙動をするとは限りません。
詳細は各機能のリファレンスで確認してください。

fsutilPowerShell説明
fsutil file createnewNew-Item -ItemType Fileファイルを作成する
fsutil hardlink createNew-Item -ItemType HardLinkハードリンクを作成する
fsutil fsinfo drivesGet-PSDrive -PSProvider FileSystemすべてのドライブを取得する
fsutil volume diskfreeドライブの空き領域を取得する