Get-SimanService⚓︎
SYNOPSIS⚓︎
Obtiene los servicios asignados a suscripciones dentro de la plataforma Siman Cloud.
SYNTAX⚓︎
Get-SimanService [[-SusId] <SubscriptionId>] [-Type <string>] [<CommonParameters>]
DESCRIPTION⚓︎
Obtiene servicios en el entorno cloud relacionados con G8. Actualmente solo se estan considerando los servicios Windows ligados a G8.
EXAMPLES⚓︎
Example 1 - Servicios de una suscripción⚓︎
PS> Get-SimanService -SusId SUS008
SusId Name Status DisplayName
----- ---- ------ -----------
SUS008 SimanG8LicenseServer_SUS008 Running Siman License Server - SUS008
SUS008 SimanG8WindowsServices_SUS008 Running SimanG8 Windows Services - SUS008
Example 2 - Servicios G8WS de todas las suscripciones⚓︎
PS> Get-SimanService -Type WindowsServices
PARAMETERS⚓︎
-SusId⚓︎
El valor de este parametro deberá ser un único ID de suscripción SUSnnn o una variable de tipo [Siman.Cloud.Model.SubscriptionId].
Type: Siman.Cloud.Model.SubscriptionId
DefaultValue: None
SupportsWildcards: false
Aliases:
- Id
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: true
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Type⚓︎
Tipo de servicios a filtrar (LicenseServer | WindowsServices | All).
Por default se consideran todos los servicios.
Type: System.String
DefaultValue: None
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters⚓︎
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS⚓︎
Siman.Cloud.Model.SubscriptionId⚓︎
Acepta valores canalizados del comando Get-SimanSubscription mediante el pipeline.