external help file | Module Name | online version | schema |
---|---|---|---|
PSIGEL-help.xml |
PSIGEL |
2.0.0 |
Gets information on a profile.
Get-UMSProfile [-Computername] <String> [[-TCPPort] <Int32>] [[-ApiVersion] <Int32>]
[[-SecurityProtocol] <String[]>] [-WebSession] <Object> [<CommonParameters>]
Get-UMSProfile [-Computername] <String> [[-TCPPort] <Int32>] [[-ApiVersion] <Int32>]
[[-SecurityProtocol] <String[]>] [-WebSession] <Object> [[-Id] <Int32>] [<CommonParameters>]
Gets information on a profile via API.
Get all profiles:
Get-UMSProfile -ComputerName 'igelrmserver' -WebSession $WebSession
FirmwareId : 2
IsMasterProfile : False
OverridesSessions : False
Id : 69
Name : 02|LocalTerminal|OS11
ParentId : 230
MovedToBin : False
ObjectType : profile
FirmwareId : 2
IsMasterProfile : False
OverridesSessions : False
Id : 390
Name : 01|Browser|OS11
ParentId : 417
MovedToBin : False
ObjectType : profile
FirmwareId : 2
IsMasterProfile : False
OverridesSessions : False
Id : 669
Name : 07|SSHAccess_root:allow|OS11
ParentId : 668
MovedToBin : False
ObjectType : profile
Get profile with ID 69:
Get-UMSProfile -ComputerName 'igelrmserver' -WebSession $WebSession -Id 69
FirmwareId : 2
IsMasterProfile : False
OverridesSessions : False
Id : 69
Name : 02|LocalTerminal|OS11
ParentId : 230
MovedToBin : False
ObjectType : profile
API 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: False
Computername of the UMS Server
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Benannt
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
ID of the profile
Type: Int32
Parameter Sets: Id
Aliases:
Required: False
Position: Benannt
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Set 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: False
TCP Port API
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Benannt
Default value: 8443
Accept pipeline input: False
Accept wildcard characters: False
Websession Cookie
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: Benannt
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.