This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
informatique:windows:powershell [2025/08/07 14:04] – yahiko | informatique:windows:powershell [2025/08/12 13:20] (current) – yahiko | ||
---|---|---|---|
Line 172: | Line 172: | ||
Source : https:// | Source : https:// | ||
+ | |||
+ | |||
+ | ===== Uptime ===== | ||
+ | |||
+ | <code powershell> | ||
+ | (get-date) – (gcim Win32_OperatingSystem).LastBootUpTime | ||
+ | </ |