Your company has Windows 10 Enterprise client computers.
Microsoft Application Virtualization (App-V) is used to deploy applications.
An App-V package named App1 is stored in C:\\App1 on each computer.
You need to publish App1 on the computers.
Which two Windows PowerShell commands should you run? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
A.
Publish-AppVClientPackage –Name App1 –DynamicUserConfigurationPath C:\\App1\\config.xml
B.
Add-AppVClientPackage C:\\App1\\config.xml
C.
Add-AppVClientPackage C:\\App1\\App1.appv
D.
Publish-AppVClientPackage –Name App1 –DynamicUserConfigurationPath C:\\App1\\App1.appv
Explanation:
https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/appv-v5/how-to-apply-the-userconfiguration-file-by-using-powershell
A & C seem to be the correct answers.