* ディスクの管理をリモートから行う [#w281747d]
** 概要 [#f69c0846]
- サービスでVDSを開始する。
- ファイヤウォールでリモートボリューム管理の受信を許可する。
*** サーバ側 [#l9ab4b73]
net start vds
sc config vds start= auto
netsh advfirewall firewall set rule group="リモート ボリューム管理" new enable=yes
*** クライアントPC側 [#hc296a43]
netsh advfirewall firewall set rule group="リモート ボリューム管理" new enable=yes
*** Windows ファイヤウォール MMCでの該当項目 [#oae43299]
- リモート ボリューム管理 - 仮想ディスク サービス (RPC)
- リモート ボリューム管理 - 仮想ディスク サービス ローダー (RPC)
- ( Remote Volume Management - Virtual Disk Service (RPC) )
- ( Remote Volume Management - Virtual Disk Service Loader (RPC) )
** 参考 [#p25d9e07]
http://blog.torigoya.net/2010/05/03/hv2k8-ad/