Skip to content

shaneschnell/dimm-cve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

DIMM Report

This will deliver a list of all DIMMs as a CSV file. The CSV file will be saved in the downloads directory.

Requirements

  • PowerShell 7.1 or later is required
  • Download PowerShell 7 here

Install Intersight PowerShell Module

Install-Module -Name Intersight.PowerShell

Generate API credentials and import as environment variables:

$env:ApiKeyId = "xxxxx27564612d30dxxxxx/5f21c9d97564612d30dd575a/5f9a8b877564612xxxxxxxx" #Changeme
$env:ApiKeyFilePath = "C:\SecretKey.txt" #Changeme

Usage:

.\dimm_report.ps1

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published