Skip to content

Latest commit

 

History

History
131 lines (99 loc) · 2.3 KB

Get-UMSStatus.md

File metadata and controls

131 lines (99 loc) · 2.3 KB
external help file Module Name online version schema
PSIGEL-help.xml
PSIGEL
2.0.0

Get-UMSStatus

SYNOPSIS

Gets information on the UMS.

SYNTAX

Get-UMSStatus [-Computername] <String> [[-TCPPort] <Int32>] [[-ApiVersion] <Int32>]
 [[-SecurityProtocol] <String[]>] [-WebSession] <Object> [<CommonParameters>]

DESCRIPTION

Gets information on the UMS via API.

EXAMPLES

Example 1

Get information on the UMS:

Get-UMSStatus -ComputerName 'igelrmserver' -WebSession $WebSession

RmGuiServerVersion : 6.01.100
BuildNumber        : 40023
ActiveMqVersion    : 5.6.0
DerbyVersion       : 10.12.1.1
ServerUuid         : 8be5a3db-ee78-48a9-9caf-52054ec6bf14
Server             : igelrmserver:8443

PARAMETERS

-ApiVersion

API Version to use

Type: Int32
Parameter Sets: (All)
Aliases:
Accepted values: 3

Required: False
Position: 2
Default value: 3
Accept pipeline input: False
Accept wildcard characters: False

-Computername

Computername of the UMS Server

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SecurityProtocol

Set SSL/TLS protocol

Type: String[]
Parameter Sets: (All)
Aliases:
Accepted values: Tls12, Tls11, Tls, Ssl3

Required: False
Position: 3
Default value: Tls12
Accept pipeline input: False
Accept wildcard characters: False

-TCPPort

TCP Port API

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: 8443
Accept pipeline input: False
Accept wildcard characters: False

-WebSession

Websession Cookie

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 4
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

Keine

OUTPUTS

System.Object

NOTES

RELATED LINKS