Spelling
This commit is contained in:
parent
147b90314f
commit
10b4b9cbcb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Get-WmiObject win32_product -ComputerName $ComputerName | Where-Object {$_.$Colu
|
|||
### Remotely Fetch $ComputerName's Boot Time
|
||||
|
||||
```powershell
|
||||
Get-CimInstance -ClassName Win32_OperatingSystem -ComputerName $ComputerName | slect csname, lastbootuptime
|
||||
Get-CimInstance -ClassName Win32_OperatingSystem -ComputerName $ComputerName | select csname, lastbootuptime
|
||||
```
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue