Untitled

Anonymous
plain_text
11/20/2022 12:05 PM
188 B
15
Indexable
       $lastUpdate = (Get-HotFix)
            if ($lastUpdate) {
                $object.lastUpdate = $lastUpdate.InstalledOn
            }
Editor is loading...