< Back
Get-d00mSoftwareReport
Post
NAME Get-d00mSoftwareReport
SYNOPSIS
Generates installed software HTML report
SYNTAX
Get-d00mSoftwareReport [-ComputerName] <String[]> [[-FilePath] <String>] [[-Credential] <PSCredential>]
[<CommonParameters>]
DESCRIPTION
Gets registry values for installed programs and
generates an HTML report saved to the current
file path location by default
PARAMETERS
-ComputerName <String[]>
The computers to which to execute this report
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-FilePath <String>
The directory to save the HTML report. The default is the current directory.
Required? false
Position? 2
Default value $(Get-Location)
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
The credential to use when creating a CIM session to the computer. The default is the current users
credentials.
Required? false
Position? 3
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-d00mSoftwareReport -ComputerName LocalHost
This example generates an installed software HTML report for the local computer
and saved to the current file path location.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-d00mSoftwareReport -ComputerName Computer1, Computer2
This example generates an installed software HTML report for the remote computers,
Computer1 and Computer2, and saves them to the current file path location
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>'Computer1' | Get-d00mSoftwareReport -Credential (Get-Credential)
This example generates an installed software HTML report for the piped in computer
name using the credentials supplied and saves to the current file path location
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>(Get-AdComputer -Filter {(Enabled -eq 'true')}).Name | Get-d00mSoftwareReport -FilePath C:\\path
This example generates an installed software HTML report for each of the computer
names returned from the Get-AdComputer cmdlet and saves them to the file path specifed
RELATED LINKS
SYNOPSIS
Generates installed software HTML report
SYNTAX
Get-d00mSoftwareReport [-ComputerName] <String[]> [[-FilePath] <String>] [[-Credential] <PSCredential>]
[<CommonParameters>]
DESCRIPTION
Gets registry values for installed programs and
generates an HTML report saved to the current
file path location by default
PARAMETERS
-ComputerName <String[]>
The computers to which to execute this report
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-FilePath <String>
The directory to save the HTML report. The default is the current directory.
Required? false
Position? 2
Default value $(Get-Location)
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
The credential to use when creating a CIM session to the computer. The default is the current users
credentials.
Required? false
Position? 3
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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-d00mSoftwareReport -ComputerName LocalHost
This example generates an installed software HTML report for the local computer
and saved to the current file path location.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-d00mSoftwareReport -ComputerName Computer1, Computer2
This example generates an installed software HTML report for the remote computers,
Computer1 and Computer2, and saves them to the current file path location
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>'Computer1' | Get-d00mSoftwareReport -Credential (Get-Credential)
This example generates an installed software HTML report for the piped in computer
name using the credentials supplied and saves to the current file path location
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>(Get-AdComputer -Filter {(Enabled -eq 'true')}).Name | Get-d00mSoftwareReport -FilePath C:\\path
This example generates an installed software HTML report for each of the computer
names returned from the Get-AdComputer cmdlet and saves them to the file path specifed
RELATED LINKS