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