Windows ServerのQuota設定を確認 – PowerShell FileServerResourceManager

Facebooktwittermail

前回、dirquota.exeでQuota設定の確認方法を記載しましたが、今回はPowerShellです。

Windows ServerのQuota設定を確認 – dirquota

FileServerResourceManager
https://docs.microsoft.com/ja-jp/powershell/module/fileserverresourcemanager/?view=win10-ps

環境
・Windows Server 2019 Standard(Evaluations) Version 1809(17763.475)
・ファイル サーバー リソース マネージャー、管理ツールをインストール

  • Moduleの確認
  • FileServerResourceManagerがインポートされているか確認します。

    無い場合はインポートして下さい。

  • 設定されているQuotaを全て出力
  • しきい値(Threshold)の設定を表示するにはどうするのかな。

  • pathを指定して出力
  • 自動適用Quota
  • Templateの確認
  • Format-Tableで出力
  • 通常はFormat-ListですがFormat-Tableで出力してみます。

  • Propertyを指定して必要な項目だけ出力

取り合えずTemplateとQuota情報を保存してExcelに取り込めばなんとかなりそう。
export,importがあればと思いましたが、どうも無さそうです。

ちなみにPowershell,dirquota.exeを利用したスクリプトもありました。検証はしてませんが(^^;
Powershell script to migrate FSRM Quota settings
https://gallery.technet.microsoft.com/scriptcenter/Powershell-script-to-e159f521

Leave a Reply