Your network contains an Active Directory domain named contoso.com. The domain contains a file
server named File1 that runs a Server Core Installation of Windows Server 2012 R2.
File1 has a volume named D that contains home folders. File1 creates a shadow copy of volume D
twice a day.
You discover that volume D is almost full.
You add a new volume named H to File1.
You need to ensure that the shadow copies of volume D are stored on volume H.
Which command should you run?
A.
The Set-Volume cmdlet with the -driveletter parameter
B.
The vssadmin.exe create shadow command
C.
The Set-Volume cmdlet with the -path parameter
D.
The vssadmin.exe add shadowstorage command
Explanation:
Add ShadowStorage
Adds a shadow copy storage association for a specified volume.
Incorrect:
Not A. Sets or changes the file system label of an existing volume. -DriveLetter Specifies a letter used
to identify a drive or volume in the system.Not B. Create Shadow
Creates a new shadow copy of a specified volume.
Not C. Sets or changes the file system label of an existing volume -Path Contains valid path
information.Vssadmin; Set-Volume
http://technet.microsHYPERLINK “http://technet.microsoft.com/enus/library/cc754968(v=ws.10).aspx#_blank”oft.com/en-us/library/cc754968(v=ws.10).aspx
http://technet.microsoft.com/en-us/library/hh848673(v=wps.620).aspx
D is correct.
vssadmin add shadowstorage /for= /on= [/maxsize=]
In this case, add shadowstorage for volume D on volume H.
https://technet.microsoft.com/en-gb/library/cc788051.aspx
so the shadow copies moving forward when instructed to stored FOR volume D will be stored ON H