Hi there,
I'm trying to build Skype Room Systems v2.
My powershell script is stopping after entering the path to the root of your Windows install media.
I tried downloading image from https://software-download.microsoft.com/pr/Win10_1709_English_x64.iso?t=5fe2882c-a31b-4303-ba74-6b8216da4cb8&e=1530992423&h=d451bc3e82953bb2f5bb3402bedb9ff3
Appreciate your help and guidance.
Kind regards,
Waseem
The error thrown is: There is no matching image
I'm trying to build SRS with Windows 10 Enterprise Creator's Update (1709) + SRSDeploymentKit-3.1.104.3 + windows10.0-kb4056892 (MSU) + SurfacePro4_Win10_16299_1801001_0 (Drivers) + CreateSrsMedia.ps1 (1.1.0)
PS C:\test2> .\CreateSrsMedia.ps1
Security warning
Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your
computer. If you trust this script, use the Unblock-File cmdlet to allow the script to run without this warning
message. Do you want to run C:\test2\CreateSrsMedia.ps1?
[D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R
Transcript started, output file is C:\Users\waseem\Documents\PowerShell_transcript.COMP_WAS.WBfzfIzY.20180707172910.txt
Script version 1.1.0
The latest version of this script can always be found at:
https://go.microsoft.com/fwlink/?linkid=867842
What type of customer are you?
OEM or Enterprise: Enterprise
Please make sure you have all of the following available:
1. A FAT32-formatted USB drive.
The contents of this drive WILL BE LOST!
2. Your SRSv2 deployment kit MSI
https://go.microsoft.com/fwlink/?linkid=851168
3. Windows 10 Enterprise media that matches your SRSv2 deployment kit.
4. Driver MSI appropriate for your hardware, and that matches your Windows media.
New Surface Pro: https://www.microsoft.com/en-us/download/details.aspx?id=55484
Surface Pro 4: https://www.microsoft.com/en-us/download/details.aspx?id=49498
5. Any language pack (LP and/or LIP) files to be included.
MPSA customers: http://go.microsoft.com/fwlink/?LinkId=125893
Other volume licensees: http://www.microsoft.com/licensing/servicecenter
6. The necessary cumulative update MSU (if applicable).
Cumulative updates can be downloaded from the catalog at https://www.catalog.update.microsoft.com/Home.aspx
Please do not continue until you have all these items in order.
Looking for an SRS deployment kit...
Located deployment kit SRSDeploymentKit-3.1.104.3.msi
Extracting the deployment kit... done.
This deployment kit is built for Windows build 10.0.16299.15.
This deployment kit draws its drivers from %configsetroot%\AutoUnattend_Files\DistShare\Out-of-Box Drivers.
Looking for a driver pack...
Located Driver Pack SurfacePro4_Win10_16299_1801001_0.msi
Extracting the drivers... done.
Identifying language packs...
... done identifying language packs.
Identifying updates... done.
WARNING: THIS IS YOUR ONLY CHANCE TO PRE-INSTALL LANGUAGE PACKS.
Because you are pre-installing an update, you will NOT be able to pre-install language packs to the image at a later point.
You are currently building an image with NO pre-installed language packs.
Are you ABSOLUTELY SURE this is what you intended?
YES or NO: Yes
WARNING: PROCEEDING TO GENERATE SLIPSTREAM IMAGE WITH NO PRE-INSTALLED LANGUAGE PACKS.
Reminder: all data on the drive you select will be lost!
[ 0] J:\
Please select a target drive: 0
//till here everything seems to be OK.
Please enter the path to the root of your Windows install media: H:
Transcript stopped, output file is C:\Users\waseem\Documents\PowerShell_transcript.COMP_WAS.WBfzfIzY.20180707172910.txt
Get-WindowsImage : There is no matching image.
At C:\test2\CreateSrsMedia.ps1:187 char:12
+ $img = Get-WindowsImage -ImagePath $InstallWim -Name "Windows 10 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Microsoft.Dism.Commands.BaseDismObject:BaseDismObject) [Get-WindowsImage], PSArgumentException
+ FullyQualifiedErrorId : Get-WindowsImage,Microsoft.Dism.Commands.GetWindowsImageCommand
PS C:\test2>