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

PowerShell DSC resource VMHostNtpSettings from module <VMware.vSphereDSC,2.0.0.0> does not exist at the PowerShell module path nor is it #262

Open samikshajuneja opened 4 years ago

samikshajuneja commented 4 years ago

The PowerShell DSC resource VMHostNtpSettings from module <VMware.vSphereDSC,2.0.0.0> does not exist at the PowerShell module path nor is it registered as a WMI DSC resource.

SimeonGerginov commented 4 years ago

Can you provide the following information, so we can investigate the problem further:

$PSVersionTable
$env:PSModulePath
Get-Module -Name VMware.vSphereDSC -ListAvailable
Get-DscResource -Name VMHostNtpSettings

Also if you can provide the DSC Configuration you are trying to apply.

lucdekens commented 4 years ago

This looks very similar to my observations with PSv5.1 in #274