This will deliver a list of all DIMMs as a CSV file. The CSV file will be saved in the downloads directory.
Install-Module -Name Intersight.PowerShell
- Create an API key and secret key file within Intersight. You can generate those credentials here.
- Import the Variables into your Environment:
$env:ApiKeyId = "xxxxx27564612d30dxxxxx/5f21c9d97564612d30dd575a/5f9a8b877564612xxxxxxxx" #Changeme
$env:ApiKeyFilePath = "C:\SecretKey.txt" #Changeme
.\dimm_report.ps1