70-698 · Question #9
Your company uses a Window Store for Business that contains an app named App1. You have three computers that are prevented from accessing the Internet. You need to distribute App1 to the three…
The correct answer is A. a provisioning package created by using Windows Imaging and Configuration Designer D. an AppX package deployed by using Deployment Imaging Servicing and Management (DISM). Deploying a Windows Store for Business app to internet-restricted computers requires offline methods such as provisioning packages or sideloading AppX packages with DISM.
Question
Your company uses a Window Store for Business that contains an app named App1. You have three computers that are prevented from accessing the Internet. You need to distribute App1 to the three computers. What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
Options
- Aa provisioning package created by using Windows Imaging and Configuration Designer
- BA deployment from Microsoft Intune.
- CA deployment from Windows Deployment Services (WDS)
- Dan AppX package deployed by using Deployment Imaging Servicing and Management (DISM)
- Ean answer file created by using Windows System Image Manager (Windows SIM)
How the community answered
(59 responses)- A78% (46)
- B7% (4)
- C3% (2)
- E12% (7)
Why each option
Deploying a Windows Store for Business app to internet-restricted computers requires offline methods such as provisioning packages or sideloading AppX packages with DISM.
Windows Imaging and Configuration Designer (WICD) can create provisioning packages that embed AppX applications for completely offline installation, requiring no internet connectivity on the target machine.
Microsoft Intune relies on cloud-based communication over the internet to push app deployments, making it incompatible with computers that have no internet access.
Windows Deployment Services is designed for PXE-based OS image deployment to bare-metal machines, not for distributing individual Store applications to already-running Windows installations.
DISM supports sideloading AppX packages via the /Add-ProvisionedAppxPackage command, which installs apps directly from local files without requiring any internet access.
Windows System Image Manager generates answer files that automate OS installation configuration; they do not provide a mechanism for distributing or installing individual Store apps post-deployment.
Concept tested: Offline Windows Store for Business app distribution methods
Source: https://learn.microsoft.com/en-us/microsoft-store/distribute-offline-apps
Topics
Community Discussion
No community discussion yet for this question.