|
|
@ -27,7 +27,7 @@ Get-WmiObject win32_product -ComputerName $ComputerName | Where-Object {$_.$Colu
|
|
|
|
### Remotely Fetch $ComputerName's Boot Time
|
|
|
|
### Remotely Fetch $ComputerName's Boot Time
|
|
|
|
|
|
|
|
|
|
|
|
```powershell
|
|
|
|
```powershell
|
|
|
|
Get-CimInstance -ClassName Win32_OperatingSystem -ComputerName $ComputerName | slect csname, lastbootuptime
|
|
|
|
Get-CimInstance -ClassName Win32_OperatingSystem -ComputerName $ComputerName | select csname, lastbootuptime
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|