Get-SoftwareAudit
SYNOPSIS
Connects to a remote hosts and collect installed software details
SYNTAX
Get-SoftwareAudit [-ComputerName] <String[]> [-Credential <PSCredential>] [-Export <String[]>]
[-ReportPath <DirectoryInfo>] [<CommonParameters>]
DESCRIPTION
Connects to a remote hosts and collect installed software details
EXAMPLES
EXAMPLE 1
Get-SoftwareAudit -ComputerName Neptune -Export Excel
PARAMETERS
-ComputerName
Name of the computers that will be audited.
Type: String[]
Parameter Sets: (All)
Aliases: Name, DNSHostName
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Credential
Use another userid to collect date.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Export
Export the results to excel or html
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: Host
Accept pipeline input: False
Accept wildcard characters: False
-ReportPath
Path to save the report.
Type: DirectoryInfo
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: C:\Temp
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.