| external help file | PSIGEL-help.xml |
|---|---|
| Module Name | PSIGEL |
| online version | https://github.com/IGEL-Community/PSIGEL/blob/master/Docs/Reference/Get-UMSFirmware.md |
| schema | 2.0.0 |
Gets information on a firmware.
Get-UMSFirmware [-Computername] <String> [[-TCPPort] <Int32>] [[-ApiVersion] <Int32>]
[[-SecurityProtocol] <String[]>] [-WebSession] <Object> [<CommonParameters>]
Get-UMSFirmware [-Computername] <String> [[-TCPPort] <Int32>] [[-ApiVersion] <Int32>]
[[-SecurityProtocol] <String[]>] [-WebSession] <Object> [[-Id] <Int32>] [<CommonParameters>]
Gets information on a firmware via API.
Get all firmwares:
Get-UMSFirmware -ComputerName 'igelrmserver' -WebSession $WebSession
Id Product Version FirmwareType
-- ------- ------- ------------
2 IGEL OS 11 11.01.100.01 LX
3 IGEL Universal Desktop OS 3 10.05.500.01 LXGet firmware with ID 2:
Get-UMSFirmware -ComputerName 'igelrmserver' -WebSession $WebSession -Id 2
Id Product Version FirmwareType
-- ------- ------- ------------
2 IGEL OS 11 11.01.100.01 LXAPI Version to use
Type: Int32
Parameter Sets: (All)
Aliases:
Accepted values: 3
Required: False
Position: Benannt
Default value: 3
Accept pipeline input: False
Accept wildcard characters: FalseComputername of the UMS Server
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Benannt
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseID of the firmware
Type: Int32
Parameter Sets: Id
Aliases:
Required: False
Position: Benannt
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: FalseSet SSL/TLS protocol
Type: String[]
Parameter Sets: (All)
Aliases:
Accepted values: Tls12, Tls11, Tls, Ssl3
Required: False
Position: Benannt
Default value: Tls12
Accept pipeline input: False
Accept wildcard characters: FalseTCP Port API
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Benannt
Default value: 8443
Accept pipeline input: False
Accept wildcard characters: FalseWebsession Cookie
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: Benannt
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.