mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-03 21:36:21 +01:00
34 lines
645 B
Markdown
34 lines
645 B
Markdown
# PowerShell Script check-cpu-temp.ps1
|
|
|
|
## Synopsis & Description
|
|
```powershell
|
|
check-cpu-temp.ps1
|
|
```
|
|
|
|
Checks the CPU temperature.
|
|
|
|
## Syntax & Parameters
|
|
```powershell
|
|
/home/mf/PowerShell/Scripts/check-cpu-temp.ps1 [<CommonParameters>]
|
|
```
|
|
|
|
```
|
|
[<CommonParameters>]
|
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
|
```
|
|
|
|
## Example
|
|
```powershell
|
|
PS>.\check-cpu-temp.ps1
|
|
```
|
|
|
|
|
|
## Notes
|
|
Author: Markus Fleschutz · License: CC0
|
|
|
|
## Related Links
|
|
https://github.com/fleschutz/PowerShell
|
|
|
|
*Generated by convert-ps2md.ps1*
|