White Papers

27 Dell Hybrid Cloud System for Microsoft Cloud Platform System Standard
Resolution:
Browse to the location where the Dell EMC Patch and Update package has been extracted. Under
C:\PUShare\PU_DellEMC2001\ Subsystems\PU, you can find the Test-PUHealth.ps1 script, and in
the following snippet, add the highlighted workaround:
Write-HealthLog -TelemetryInfo $TelemetryInfo -EventType
"Progress" -Message "Checking PU custom property for
'$($server.ComputerName)'."
$PUCustomPropertyValue = Get-SCCustomPropertyValue -VMMServer
$VMMServerName -CustomProperty $PUCustomProperty -InputObject $server
if($PUCustomPropertyValue -ne $null) {
if($PUCustomPropertyValue.Value -eq "External")
{
continue
}
if($ObjectType -eq "Host")
{
$expectedCustomValue = if($PUCustomPropertyValue.Value
-eq "BackupHost")
{$customValues["DPMHost"]} else {$customValues[$ObjectType]}
}
else {
Now re-run the Dell EMC patch and update framework, and this will bypass the server with the “External”
custom property.