ディスクのパーティション数を取得する
コマンド:
wmic DISKDRIVE get Partitions /value
実行例:
C:\>wmic DISKDRIVE get Partitions /value Partitions=3
コマンドサンプル一覧