Skip to content

Apoc70/Get-SoftwareInventory

Repository files navigation

Get-SoftwareInventory.ps1

Script to generate an html reports of installed software, installed updates and installed components on a remote computer

Description

This script utilizes the slightly modified function Get-RemoteProgram by Jaap Brasser to fetch information about installed software.

Parameters

RemoteComputer

Name of the computer to fetch data from (default: local computer)

SendMail

Switch to send an Html report

MailFrom

Email address of report sender

MailTo

Email address of report recipient

MailServer

SMTP Server for email report

Examples

.\Get-SoftwareInventory.ps1 -SendMail -MailFrom postmaster@mcsmemail.de -MailTo it-support@mcsmemail.de -MailServer mymailserver.mcsmemail.de -RemoteComputer SERVER01,SERVER02

Get software information about SERVER01, SERVER02 and send email report

.\Get-SoftwareInventory.ps1 -RemoteComputer SERVER01,SERVER02

Get software information about SERVER01, SERVER02 and write report to disk only

Note

THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER.

Credits

Written by: Thomas Stensitzki

Stay connected

For more Office 365, Cloud Security, and Exchange Server stuff checkout services provided by Granikos

Additional Credits

About

Script to generate an html reports of installed software, installed updates and installed components on a remote computer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published