Closed SimeonGerginov closed 5 years ago
Example usage of VMHostCache DSC Resource:
VMHostCache VMHostCache { Name = $Name Server = $Server Credential = $Credential Datastore = 'MyDatastore' SwapSizeGB = 1 }
Added