You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#We can now get the Device Id for the mounted volume, this will be useful for the destage step.
112
-
Write-Output $mount.DeviceId
112
+
$DeviceId = $mount.DeviceId
113
+
Write-Output $DeviceId
113
114
```
114
115
115
116
2. When you're done, proceed to [Finish staging your disk image](#finish-staging-your-disk-image).
@@ -136,11 +137,11 @@ To mount a VHD(X) disk image:
136
137
137
138
### Finish staging your disk image
138
139
139
-
Finally, you'll need to run the following command for all image formats to complete staging the disk image. This command will use the `$mount` variable you created when you mounted your disk image in the previous section.
140
+
Finally, you'll need to run the following command for all image formats to complete staging the disk image. This command will use the `$DeviceId` variable you created when you mounted your disk image in the previous section.
140
141
141
142
```powershell
142
143
#Once the volume is mounted we can retrieve the application information
To finish the destaging process, you'll need to dismount the disks from the system. The command you'll need to use depends on the format of your disk image.
218
219
@@ -306,4 +307,4 @@ You can find demonstration scripts for all four stages of the MSIX App Attach pa
306
307
307
308
If you have any questions, you can ask them at the [Azure Virtual Desktop TechCommunity](https://techcommunity.microsoft.com/t5/Windows-Virtual-Desktop/bd-p/WindowsVirtualDesktop).
308
309
309
-
You can also leave feedback for Azure Virtual Desktop at the [Azure Virtual Desktop feedback hub](https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app).
310
+
You can also leave feedback for Azure Virtual Desktop at the [Azure Virtual Desktop feedback hub](https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app).
0 commit comments