main
Tack-Support 7 months ago
parent 147b90314f
commit 10b4b9cbcb

@ -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>

Loading…
Cancel
Save