Install and Configure Windows Deployment Services
Channel:
Subscribers:
269
Published on ● Video Link: https://www.youtube.com/watch?v=-lTRiljPz3A
في هذا الفيديو طريقة تثبيت وتكوين Windows Deployment Services على Windows Server 2019. Windows Deployment Services هي تقنية من Microsoft لتثبيت أنظمة تشغيل Windows عبر الشبكة. الغرض من WDS هو تثبيت أنظمة تشغيل Windows عن بُعد.
CMD Command used in this video :
1. cd c:\
2. dism /Get-WimInfo /WimFile:install.esd
3. dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity