< Back

Get-InstalledWin32Program

Mon Jan 13, 2020 8:16 pm

NAME Get-InstalledWin32Program



SYNOPSIS

Command to read the stealth client dashboard exe file information





SYNTAX

Get-InstalledWin32Program -ComputerName <String[]> [-Credential <PSCredential>] [<CommonParameters>]



Get-InstalledWin32Program -Session <PSSession[]> [<CommonParameters>]





DESCRIPTION

Using this command you can check the stealth client version information





PARAMETERS

-ComputerName <String[]>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Credential <PSCredential>



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Session <PSSession[]>



Required? true

Position? named

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

1. Computername

2. Credential as an optional input





OUTPUTS

List of installed programs





NOTES





When you feed a session(s) as an input then the those sessions will not be closed but if you specify use

-ComputerName parameter then at the end of the execution all the PSSessions will be closed.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\><#













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-StealthClientVersionInfo -ComputerName localhost













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-StealthClientVersionInfo -ComputerName localhost -Credential (Get-Credential)













-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Get-StealthClientVersionInfo -Session (New-PSSession -Computer LocalHost)















RELATED LINKS