Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
QuickFix
0.3.1
System_Last_Bootup.ps1
Get-WmiObject
win32_operatingsystem
|
select
@{
Name
=
"Last Boot Time"
;
Expression
=
{
$_
.
ConvertToDateTime
(
$_
.
LastBootUpTime
)
}
}
,
PSComputerName