Get-UssInstallerPackage
SYNOPSIS
Gets packages assigned to an installer.
SYNTAX
Get-UssInstallerPackage [-InstallerId <Guid>] [-Server <String>] [-Port <Int32>] [-Credential <PSCredential>]
[<CommonParameters>]
DESCRIPTION
Use Get-UssInstallerPackage to get packages assigned to specified installer.
PARAMETERS
-Credential
Specifies the credentials of the server.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-InstallerId
Specifies the installer ID.
Type: Guid
Parameter Sets: (All)
Aliases: Guid, Installer
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Port
DEPRECATED: Use -Server instead.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Server
Specifies the server to connect to.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
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.