Skip to content

Instantly share code, notes, and snippets.

@dnguy030
dnguy030 / BR over iSCSI.txt
Created February 2, 2020 03:56
Blu-ray over iSCSI
sudo apt install lsscsi
sudo apt install tgt
#If UFW is enabled then allow inbound TCP 3260 traffic
lsscsi -g
sudo vi /etc/tgt/conf.d/bluray.conf
#Here is a sample of how my file looks like
#Dowload products_YYYYMMDD.cab
https://go.microsoft.com/fwlink/?LinkId=841361
#Extract products.xml out
#Ctrl + F and search for the relevant edition using one of the keywords below:
CLIENTBUSINESS_VOL_x64FRE_en-us
CLIENTBUSINESS_VOL_x86FRE_en-us
CLIENTCONSUMER_RET_A64FRE_en-us
CLIENTCONSUMER_RET_x86FRE_en-us
Windows Server 2019 Custom 17763.437 install.wim
#Acquire en_windows_server_2019_x64_dvd_4cb967d8.iso
#SHA-1: 2047f4e9fe2894f138395f3fac037c007dd1493e
#SHA-256: 4c5dd63efee50117986a2e38d4b3a3fbaf3c1c15e2e7ea1d23ef9d8af148dd2d
#Extract install.wim from the ISO and rename it to server2019.wim
#SHA-1: 6310B2D5AA7013107DB6DB1B9B93B8C32AAA0C1C
#SHA-256: BD8E38E4868C6E4FFAF271E32F6154EE035B52582DC871A9F7E5B249A210E6C6
# Create a Windows 10 Enterprise ISO using the Media Creation Tool
# Mount the ISO file and copy the contents to the SMB share prior to the steps below.
# Acquire 17763.253.190108-0006.rs5_release_svc_refresh_CLIENTBUSINESS_VOL_x64FRE_en-us.esd
# Verify that the SHA1 is 98effe32c0eeb9d3e904a9054dd627fbe2eeb791
# Rename 17763.253.190108-0006.rs5_release_svc_refresh_CLIENTBUSINESS_VOL_x64FRE_en-us.esd to windows10_1809.esd
#Download
https://software-download.microsoft.com/download/pr/17763.253.190108-0006.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.img
#Install
#Note I have tried changing the edition in install.wim but it did not work.
#Run the following command
Dism /Online /Set-Edition:ServerDatacenter /ProductKey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /AcceptEula
#Reboot and enjoy
# Acquire 17763.253.190108-0006.rs5_release_svc_refresh_CLIENTBUSINESS_VOL_x64FRE_en-us.esd
http://dl.delivery.mp.microsoft.com/filestreamingservice/files/bac63291-8e30-4739-9194-f01fa9599efd/17763.253.190108-0006.rs5_release_svc_refresh_CLIENTBUSINESS_VOL_x64FRE_en-us.esd
# Verify that the SHA1 is 98effe32c0eeb9d3e904a9054dd627fbe2eeb791
# Rename 17763.253.190108-0006.rs5_release_svc_refresh_CLIENTBUSINESS_VOL_x64FRE_en-us.esd to windows10_1809.esd
Dism /Get-WimInfo /WimFile:windows10_1809.esd
Dism /Export-Image /SourceImageFile:windows10_1809.esd /SourceIndex:6 /DestinationImageFile:install.wim /Compress:none /CheckIntegrity
@dnguy030
dnguy030 / products_cab_link.txt
Last active December 14, 2018 23:49
Download link for Windows 10 products.cab file
cd C:\Users\User\Downloads
Dism /Get-WimInfo /WimFile:windows10_1809.esd
Dism /Export-Image /SourceImageFile:windows10_1809.esd /SourceIndex:6 /DestinationImageFile:install.wim /Compress:none /CheckIntegrity
mkdir windows10
Dism /Mount-Image /ImageFile:install.wim /index:1 /MountDir:windows10
Dism /Image:windows10 /Get-Features
Dism /Image:windows10 /Get-Packages
Deployment Image Servicing and Management tool
Version: 10.0.17134.1
Image Version: 10.0.17763.1
Packages listing:
Package Identity : Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.17763.1
@dnguy030
dnguy030 / Windows 10 1809 Features
Created November 17, 2018 01:28
Windows 10 1809 Features
Dism /Image:windows10 /Get-Features
Deployment Image Servicing and Management tool
Version: 10.0.17134.1
Image Version: 10.0.17763.1
Features listing for package : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
Feature Name : Printing-PrintToPDFServices-Features