Your network contains an Active Directory domain named contoso.com. The domain contains a
server named Server1. Server1 runs Windows Server 2012 R2.
You plan to create a shared folder. The shared folder will have a quota limit.
You discover that when you run the New Share Wizard, you cannot select the SMB Share – Advanced
option.
You need to ensure that you can use SMB Share – Advanced to create the new share.
What should you do on Server1 before you run the New Share Wizard?

A.
Configure the Advanced system settings.
B.
Run the Install-WindowsFeature cmdlet.
C.
Run the Set-SmbShare cmdlet.
D.
Install the Share and Storage Management tool.
Explanation:
Install-WindowsFeature will install one or more Windows Server roles, role services, or features on
either the local or a specified remote server that is running Windows Server 2012 R2. This cmdlet is
equivalent to and replaces Add-WindowsFeature, the cmdlet that was used to install roles, role
services, and features in Windows Server 2008 R2.
Essentially you need to install the File and Storage Services role in order to use SMB Share – Advanced. So run Install-WindowsFeature to install that role.
0
0
Answer is B – you would run Install-WindowsFeature RSAT-FSRM-Mgmt
0
0