Search Results for

    Show / Hide Table of Contents

    Get-UssInstaller

    SYNOPSIS

    Gets information about installers.

    SYNTAX

    List (Default)

    Get-UssInstaller [-InstallerId <Guid>] [-Server <String>] [-Port <Int32>] [-Credential <PSCredential>]
     [<CommonParameters>]
    

    DownloadPath

    Get-UssInstaller -InstallerId <Guid> -OutputPath <String> [-Force] [-Server <String>] [-Port <Int32>]
     [-Credential <PSCredential>] [<CommonParameters>]
    

    DownloadDir

    Get-UssInstaller -InstallerId <Guid> -OutputDir <String> [-Force] [-Server <String>] [-Port <Int32>]
     [-Credential <PSCredential>] [<CommonParameters>]
    

    DESCRIPTION

    Use Get-UssInstaller to get information about installers.

    EXAMPLES

    Example 1

    PS C:\> Get-UssInstaller -InstallerId '6c1d515b-9b40-4074-ae40-b921f0b2a67d' -Server 'https://myserver.com'
    InstallerId                          Name                Description
    -----------                          ----                -----------
    6c1d515b-9b40-4074-ae40-b921f0b2a67d LS Central - Latest From this installer you can download ...
    

    This example gets information about the installer with the ID '6c1d515b-9b40-4074-ae40-b921f0b2a67d' from the server 'https://myserver.com'.

    PARAMETERS

    -Credential

    Specifies the credentials to use when connecting to the server.

    Type: PSCredential
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Force

    Specifies that the cmdlet should overwrite the file if it already exists.

    Type: SwitchParameter
    Parameter Sets: DownloadPath, DownloadDir
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -InstallerId

    Specifies the installer ID to get information about.

    Type: Guid
    Parameter Sets: List
    Aliases: Guid, Installer
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: True (ByPropertyName, ByValue)
    Accept wildcard characters: False
    
    Type: Guid
    Parameter Sets: DownloadPath, DownloadDir
    Aliases: Guid, Installer
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: True (ByPropertyName, ByValue)
    Accept wildcard characters: False
    

    -OutputDir

    Specifies the directory to save the installer to.

    Type: String
    Parameter Sets: DownloadDir
    Aliases:
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: True (ByPropertyName)
    Accept wildcard characters: False
    

    -OutputPath

    Specifies the path to save the installer to.

    Type: String
    Parameter Sets: DownloadPath
    Aliases:
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: True (ByPropertyName)
    Accept wildcard characters: False
    

    -Port

    DEPRIACTED: 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.

    INPUTS

    None

    OUTPUTS

    System.Object

    NOTES

    RELATED LINKS

    In This Article
    Back to top Generated by DocFX