Asked by:
Exporting Memory Script to CSV

Question
-
Hello and good afternoon!!
I found this wonderful script that is exactly what I need but I'm having difficulty exporting this to a CSV file that list computername, total number of slots, slots filled, and memory installed.
https://gallery.technet.microsoft.com/scriptcenter/PowerShell-script-to-list-82f88d0e
- Moved by Bill_Stewart Tuesday, December 11, 2018 8:46 PM This is not "fix/debug/rewrite this script I found on the Internet" forum
Tuesday, July 10, 2018 8:29 PM
All replies
-
Post questions about Gallery scripts to the author on the Q&A page for the script:
\_(ツ)_/
Tuesday, July 10, 2018 8:51 PM -
Also note that the script cannot be exported as it is just simple text report.
If you need a CSV use "systeminfo" system utility.
\_(ツ)_/
Tuesday, July 10, 2018 8:57 PM -
Please carefully review the following links to set your expectation for posting in technical forums.
This Forum is for Scripting Questions Rather than script requests
- Script Gallery.
- Script Center
- Learn PowerShell
- Script requests
- PowerShell Documentation
- PowerShell Style Guidelines
- Posting guidelines
- Handy tips for posting to this forum
- How to ask questions in a technical forum
- Rubber duck problem solving
- How to write a bad forum post
- Help Vampires: A Spotter's Guide
- This forum is for scripting questions rather than script requests
\_(ツ)_/
Tuesday, July 10, 2018 8:57 PM -
or if you really feel brave you can look up what calls you would have to use here:
https://docs.microsoft.com/en-us/windows/desktop/cimwin32prov/win32-provider
and how to output to a CSV file here:
good luck; hempknight.
Tuesday, July 10, 2018 9:05 PM