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.References:https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell
Question:
Which two Windows PowerShell commands should you run?
Options:
Publish-AppVCIientPackage -Name App1 -DynamicUserConfigurationPath C:App1config.xml
Add-AppVCIientPackage C:App1config.xml
Add-AppVCIientPackage C:App1App1.appv
Publish-AppVCIientPackage -Name App1-DynamicUserConfigurationPath C:App1App1.appv
Correct Answer
The Correct Answer for this Question is
Publish-AppVCIientPackage -Name App1 -DynamicUserConfigurationPath C:App1config.xml
Add-AppVCIientPackage C:App1App1.appv