Skip to content
Jan Ryen

Jan Ryen

Learn from every failure and every success. Cultivate a Positive Mental Attitude.

Jan Ryen

  • About
  • Blog
  • Readinglist
  • Twitter Feed

Get Dell ambient temperature in powershell

Share via:

  • Facebook
  • Twitter
  • LinkedIn
  • Email
  • Copy Link
  • More

PowerShell
1
2
# Ambient temperature for Dell servers with Server Administrator installed
$a = get-wmiobject cim_temperaturesensor -namespace root\cimv2\dell; $a.Name + ': ' + ("{0:##}" -f $a.CurrentReading).Substring(0, 2) + ',' + ("{0:##}" -f $a.CurrentReading).Substring(2,1)

 

Share via:

  • Facebook
  • Twitter
  • LinkedIn
  • Email
  • Copy Link
  • More
  • ← Fun tip about powershell. You can pipe to the clipboard
  • Start SCCM WSUS IIS pool with PowerShell →

Please Follow:

  • LinkedIn
  • Parler
  • Twitter
  • Reddit

Recent Posts

  • [Solved] NIC error modern UI – Windows cannot access …
  • Automate set up of first Active Directory DC with powershell
  • What to memorize
  • Get Network card driver version remotely
  • Share folder with PowerShell

Categories

  • Business
  • DevOps
  • Hyper-V
  • KnowledgeBase
  • Linux
  • Powershell
  • Productivity
  • Windows Server
  • Windows Server 2012 R2
  • Terms of Service and Privacy Policy
  • Cookie Policy
© 2025 Jan Ryen | Designed by: Theme Freesia | Powered by: WordPress
  • Facebook
  • Twitter
  • LinkedIn
  • Email
  • Copy Link
  • More Networks
Share via
Facebook
X (Twitter)
LinkedIn
Mix
Email
Print
Copy Link
Powered by Social Snap
Copy link
CopyCopied
Powered by Social Snap