Closed SimeonGerginov closed 5 years ago
Example usage of VMHostGraphics DSC Resource:
VMHostGraphics VMHostGraphics {
Name = $Name
Server = $Server
Credential = $Credential
GraphicsType = 'Shared'
SharedPassthruAssignmentPolicy = 'Performance'
RestartTimeoutMinutes = 10
}
Example usage of VMHostGraphicsDevice DSC Resource:
VMHostGraphicsDevice VMHostGraphicsDevice {
Name = $Name
Server = $Server
Credential = $Credential
Id = '0000:00:00.0'
GraphicsType = 'SharedDirect'
RestartTimeoutMinutes = 10
}
Added