PrepAway - Latest Free Exam Questions & Answers

Which two Windows PowerShell commands should you run?

You have a virtual machine (VM) named VM-APP1 that hosts critical application named APP1. The VM
has the following VHDX virtual disks:

Both VHDX virtual disks are located on LUN1 of a Storage Area Network.
Every time you perform Storage Live Migration for VM-APP1, it takes a few hours.
You need to ensure that the storage supports Offloaded Data Transfer (ODX), and that ODX is enabled.
Which two Windows PowerShell commands should you run? Each correct answer presents part of the
solution.A. Set-ItemProperty HKLM:\\system\\currentcontrolset\\control\\filesystem -Name
“FilterSupportedFeaturesMode” –Value 0

B.
Set-StorageSubSystem –InputObject (Get-StorageSubSystem) –ThrottleLimit 0

C.
Get-ItemProperty HKLM:\\system\\currentcontrolset\\services\\<FilterName> -Name
“SupportedFeatures”

D.
Set-ItemProperty HKLM:\\system\\currentcontrolset\\control\\filesystem –Name
“FilterSupportedFeatiresMode” –Value1

Explanation:
C: To use ODX, validate all the file system filter drivers on all servers that are hosting the storage support
ODX.
To validate the opt-in status of file system filter drivers, use the type the following command for each
filter driver:
Get-ItemProperty hklm:\\system\\currentcontrolset\\services\\<FilterName> -Name “SupportedFeatures”
A: To enable ODX support, type the following command:
Set-ItemProperty hklm:\\system\\currentcontrolset\\control\\filesystem -Name
“FilterSupportedFeaturesMode” -Value 0
Deploy Windows Offloaded Data Transfers
https://technet.microsoft.com/en-us/library/jj200627.aspx

One Comment on “Which two Windows PowerShell commands should you run?


Leave a Reply