What are LIS/BIS?
Linux Integration Services
BSD Integration Services
baked into kernel for latest images
What is the linux command to view drivers
lsmod
hv_ identifies hyper-v drivers
What is the DISM command to mount a specific image?
dism /mount-image /imagefile: /index: /mountdir
What is the DISM command to view images within a .wim?
dism /get-imageinfo /imagefile:
What is the PS command to mount a specific image?
Mount-WindowsImage -ImagePath
What is the PS command to view images within a .wim?
Get-WindowsImage -ImagePath