List of commands to view Disk partitions and or Disk space
df -h
pydf
lsblk
lsblk -o PATH,SIZE,RO,TYPE,MOUNTPOINT,UUID,MODEL
fdisk -l
sfdisk -l -uM
cfdisk /dev/sdb
parted -l
To print out a configuration page from the 1320, hold down the Go (green) and Stop (red) buttons together for five seconds, until the green and orange lights start flashing, then let go.
- Change directory to the Office1x folder at the following location by typing the following command, and hit Enter:
64-bit (x64)cd \Program Files\Microsoft Office\Office14
cd \Program Files(x86)\Microsoft Office\Office14
- Then, type the following command, and hit Enter to execute:
cscript ospp.vbs /dstatus
Build configuration.xml
setup /download configuration.xml (to download files only need to be done once)
setup /configure configuration.xml (to install Office needs to be done on PC locally)
https://community.spiceworks.com/topic/2164757-office-2019-no-msi-to-install-how-do-i-install-it
https://docs.microsoft.com/en-us/DeployOffice/office2019/deploy
1.VirtualBox
Extract .vmdk from OVA using 7zip.
Install Virtualbox
Run from command line : VBoxManage.exe" clonemedium --format vhd infile.vmdk outfile.vhd
or for older versions of Virtualbox
VBoxManage.exe" clonehd --format vhd infile.vmdk outfile.vhd
2. qemu-img for windows
Great command line tool to convert from ova to vhd or vhdx
3. CloneVDI
There is a free GUI program out there called CloneVDI that does not require any command line and has a few extra options. Did not used this one yet.