To be able to remotely manage disks of a Windows (or Windows Server) computer, make sure that :
And this, on both sides (client side AND server side).
By default, the vds (Virtual Disk) service is not started on Windows Server 2012 and its startup type is : Manual.
To begin, open a command prompt (cmd) and change the startup type of the "vds" service to "Automatic" with the following command :
Batch
sc config "vds" start=auto
Plain Text
[SC] ChangeServiceConfig SUCCESS
Then, start this service with the command :
Batch
net start vds
Plain Text
The Virtual Disk service is starting. The Virtual Disk service was started successfully.
Finally, enable the "Remote Volume Management ..." rules with this command :
Batch
netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes
Plain Text
Updated 3 rule(s). Ok.
On the server from which you want to manage the disks of your Core server, you can use these same commands or do it through the GUI.
To get started, go to the list of Windows Server services (by simply launching the "services.msc" program) and locate the "Virtual Disk" service.
Change its startup type to "Automatic", then click Start.
The "Virtual Disk" service is now running.
For rules to activate in the firewall, open the Windows Server Control Panel and go to : System and Security -> Windows Firewall.
Then, click on "Advanced Settings".
Sort the incoming traffic rules by group and look for those of the "Remote Volume Management" group.
Enable these 3 rules :
Now, you can manage the disks of your remote Core server via disk management.
For those who would like to enable the "Remote Desktop" feature on their Core server, here's how.
From the "sconfig" tool, choose :
The remote desktop is enabled.
From the server manager, select your Core server and right-click "Remote Desktop Connection" on it.
Specify the credentials of an account authorized to connect to this server.
And you will be able to remotely access your Core server.
Thanks to the remote management of Windows Server, you can also install roles and/or features remotely on your Core server without going through the command line or powershell.
All you have to do is use the "Add roles and features" of the Server Manager.
Click Next.
Choose the "Role-based or feature-based installation" option (for example).
Select your Core server.
And install the desired roles and/or features remotely.
Note that to manage these roles, you will also need to install the corresponding RSAT tools on the server used as a client. (Only the RSAT tools and NOT the role)
Windows Server 11/9/2017
Windows Server 4/3/2017
Windows Server 12/1/2018
Windows Server 11/10/2018
Pinned content
Contact
® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
No comment