vmware / dscr-for-vmware

The Repository contains Microsoft PowerShell Desired State Configuration (DSC) Resources for managing VC and ESXi settings.
Other
140 stars 41 forks source link

VMHostCache DSC Resource #165

Closed SimeonGerginov closed 5 years ago

SimeonGerginov commented 5 years ago

Added

SimeonGerginov commented 5 years ago

Example usage of VMHostCache DSC Resource:

VMHostCache VMHostCache {
    Name = $Name
    Server = $Server
    Credential = $Credential
    Datastore = 'MyDatastore'
    SwapSizeGB = 1
}