You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw"VMware PowerCLI $Version or higher is required to run the VMware vSphere As Built Report. Run 'Install-Module -Name $Name -MinimumVersion $Version' to install the required modules."
30
+
}
31
+
if ($ModuleVersion-lt$Version) {
32
+
throw"VMware PowerCLI $Version or higher is required to run the VMware vSphere As Built Report. Run 'Update-Module -Name $Name -MinimumVersion $Version' to update the required modules."
Write-Warning-Message "VMware PowerCLI $RequiredVersion or higher is required to run the VMware vSphere As Built Report. Run 'Install-Module -Name VMware.PowerCLI -MinimumVersion $RequiredVersion' to install the required modules."
28
-
break
29
-
}
30
-
elseif ($ModuleVersion-lt$RequiredVersion) {
31
-
Write-Warning-Message "VMware PowerCLI $RequiredVersion or higher is required to run the VMware vSphere As Built Report. Run 'Update-Module -Name VMware.PowerCLI -MinimumVersion $RequiredVersion' to update PowerCLI."
0 commit comments