Here is what i believe you want
select i.InterfaceName,n.Caption,i.UnManageFrom,i.UnManageUntil from Interfaces as i
left join Nodes as n on n.NodeID = i.NodeID
where GETDATE() <= i.UnManageFrom
Let me know if this is correct of if you have any questions