TimOlsson
‎02-22-2023
New Contributor

Joined: February 2023

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I've created this script in an Extension attribute but it's not showing.#!/bin/bashecho "$(system_profiler SPPowerDataType | grep "Maximum Capacity:" | sed 's/.*Maximum Capacity: //')"exit 0Could someone see what's the issue?