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
Add-TextToCMLog$LogFile"Failed to determine ConfigMgr's supersedence mode. Exiting without making any changes."$component3
1601
+
return
1602
+
}
1595
1603
}
1596
1604
1597
1605
If ($supersedenceMode-eq0){
1598
1606
$ExclusionPeriod=0
1599
1607
} Else {
1600
1608
$supersedenceAge= (((Get-CMSoftwareUpdatePointComponent-SiteCode $SiteCode).Props) |Where-Object {$_.PropertyName-eq'Sync Supersedence Age For NonFeature'}).Value
1601
1609
#Verify that the product team didn't change these on us again.
1602
-
if (!$supersedenceAge)
1610
+
if ($null-eq$supersedenceAge)
1603
1611
{
1604
-
Add-TextToCMLog$LogFile"Failed to determine ConfigMgr's supersedence age. Exiting without making any changes."$component3
0 commit comments