Skip Ribbon Commands
Skip to main content

BjornHouben.com

:

Scripts: Extract-WinAuditInfo

Manage PermissionsManage Permissions

Title

Extract-WinAuditInfo

Purpose

I run Winaudit on each server/system and save it to a central location named <computername>.csv This way I have access to a lot of information about each system.

If you need specific information for each server however, you don't want to open each file manually to get this information.
This script will parse each <computername>.csv to extract the information you need and save it to a new file

Author(s)

Bjorn Houben

Script type

Powershell

Status

Production

Script Components

Log/file parsing

Assumptions

It is assumed that the number of cores per physical processor in a system does not vary.

Known issues

N/A

Limitations

N/A

Notes

-Winaudit can be downloaded for free at : http://winaudit.zymichost.com/
-This sample script assumes the Winaudit csv is in English

Ideas for improvement

 

Version history

​February 25 2013 : Created script

Copyright / usage

http://creativecommons.org/licenses/by-sa/3.0/

Attachments

Extract-WinauditInfo.ps1.txt    
Version: 3.0
Created at 2/25/2013 10:02 PM by Bjorn Houben
Last modified at 2/25/2013 10:05 PM by Bjorn Houben