なんとかSEやってます。

技術的な内容の備忘録的な…

Windowsの起動時刻取得(Powershell)

完全備忘...

 

PowerShellWindowsの起動時刻取得する。

 

[Management.ManagementDateTimeConverter]::ToDateTime((Get-WmiObject Win32_OperatingSystem).LastBootUpTime)

 

意外と使うこれ。