Untitled

 avatar
unknown
plain_text
2 years ago
173 B
3
Indexable
   $lastUpdate = (Get-HotFix)
            if ($lastUpdate) {
                $object.lastUpdate = $lastUpdate.InstalledOn.ToString('dd/MM/yyyy')
            }
            

Editor is loading...