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