< Back

Get-SystemSoftware

Mon Jan 13, 2020 8:29 pm

NAME Get-SystemSoftware



SYNOPSIS

Gather software installed on a local or remote device





SYNTAX

Get-SystemSoftware [[-ComputerName] <String>] [[-QueryType] <String>] [<CommonParameters>]





DESCRIPTION

Gather Software and information about the software installed on a local or remote device using the registry or WMI





PARAMETERS

-ComputerName <String>

Computer to gather software on



Required? false

Position? 1

Default value $env:computername

Accept pipeline input? false

Accept wildcard characters? false



-QueryType <String>

Specify how you want to gather the information

WMI - Gather installed software installed using an msi

Registry - Pulls the software info from the computer registry, Requires WinRM to be running on the target

computer



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Contact: contact@mosaicmk.com

Version: 3.2.3





RELATED LINKS

https://www.mosaicmk.com