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

VMHostScsiLunPath DSC Resource #247

Closed SimeonGerginov closed 4 years ago

SimeonGerginov commented 4 years ago

Added

SimeonGerginov commented 4 years ago

Example usage of VMHostScsiLunPath DSC Resource:

VMHostScsiLunPath VMHostScsiLunPath {
    Server = $Server
    Credential = $Credential
    VMHostName = $VMHostName
    Name = $ScsiLunPathName
    ScsiLunCanonicalName = $ScsiLunCanonicalName
    Active = $true
    Preferred = $true
}