$Local = get-date;$UTC = (get-date).ToUniversalTime();write-host"LocalTime is: $Local";write-host"UTC is: $UTC"# LocalTime is: 05/31/2023 19:15:14# UTC is: 05/31/2023 10:15:14
get-hotfix|select-object HotFixID,InstalledOn|Sort-Object-Descending -property InstalledOn|format-table-autosize# HotFixID InstalledOn# -------- -----------# KB5015684 2023-05-22 오전 12:00:00# KB5026361 2023-05-10 오전 12:00:00# KB5025315 2023-05-10 오전 12:00:00# KB5023794 2023-04-12 오전 12:00:00# KB5022924 2023-03-16 오전 12:00:00# KB5022502 2023-02-17 오전 12:00:00# KB5020372 2022-12-13 오전 12:00:00# KB5018506 2022-11-10 오전 12:00:00# KB5016705 2022-09-15 오전 12:00:00# KB5015895 2022-08-11 오전 12:00:00# KB5012170 2022-08-11 오전 12:00:00# KB5014671 2022-07-18 오전 12:00:00# KB5014035 2022-06-15 오전 12:00:00# KB5014032 2022-05-19 오전 12:00:00# KB4562830 2022-05-03 오전 12:00:00# KB5007401 2022-05-03 오전 12:00:00# KB5011651 2022-05-03 오전 12:00:00# KB5005699 2021-10-06 오전 12:00:00# KB5003791 2021-10-06 오전 12:00:00