How do you install WDS via PowerShell?
Install-WindowsFeature -Name “WDS” -IncludeAllSubFeature -IncludeManagementTools
What is needed to install WDS?
What properties can you configure from PXE Response tab?
What properties can you configure from the AD DS Tab?
What properties can you configure from the Boot Tab?
What properties can you configure from the Client Tab?
What properties can you configure from the DHCP Tab?
This is for if WDS is also on a DHCP Server
What properties can you configure from the Multicast Tab?
What does the PowerShell CmdLet Do?
Add-AppxProvisionedPackage
Adds an app package (.appx) that will install for each new user to a Windows image.
What does the PowerShell CmdLet Do?
Add-WindowsDriver
What does the following Switches do:
Adds a driver to an offline Windows image.
What does the PowerShell CmdLet Do?
Add-WindowsImage
Adds an additional image to an existing image (.wim) file.
What does the PowerShell CmdLet Do?
Add-WindowsPackage
What do the following Switches do:
Adds a single .cab or .msu file to a Windows image.
What does the PowerShell CmdLet Do?
Clear-WindowsCorruptMountPoint
Deletes all of the resources associated with a mounted image that has been corrupted.
What does the PowerShell CmdLet Do?
Disable-WindowsOptionalFeature
Disables a feature in a Windows image.
What does the PowerShell CmdLet Do?
Dismount-WindowsImage
Dismounts a Windows image from the directory it is mapped to.
What does the PowerShell CmdLet Do?
Enable-WindowsOptionalFeature
Enables a feature in a Windows image.
What does the PowerShell CmdLet Do?
Expand-WindowsImage
Applies an image to a specified location.
What does the PowerShell CmdLet Do?
Export-WindowsImage
Exports a copy of the specified image to another image file.
What does the PowerShell CmdLet Do?
Get-AppxProvisionedPackage
Gets information about app packages (.appx) in an image that will be installed for each new user.
What does the PowerShell CmdLet Do?
Get-WindowsDriver
Displays information about drivers in a Windows image.
What does the PowerShell CmdLet Do?
Get-WindowsEdition
Gets edition information about a Windows image.
What does the PowerShell CmdLet Do?
Get-WindowsImage
Gets information about a Windows image in a WIM or VHD file.
What does the PowerShell CmdLet Do?
Get-WindowsImageContent
Displays a list of the files and folders in a specified image.