Skip to content

Get-VmsManagementServer

SYNOPSIS

Obtiene un objeto que representa el Servidor de gestión del sitio seleccionado actualmente.

SYNTAX

Get-VmsManagementServer [<CommonParameters>]

DESCRIPTION

Muchos cmdlets de este módulo devuelven un objeto .NET que proviene directamente de los componentes del MIP SDK de Milestone. El objeto ManagementServer es un componente de este tipo.

Existen muchas tareas de Milestone que se pueden completar con "PowerShell puro", pero algunas tareas pueden requerir que explore la funcionalidad expuesta en estos tipos de .NET.

REQUIREMENTS

  • Does not require a VMS connection

EXAMPLES

Example 1

{{ Add example code here }}

{{ Add example description here }}

PARAMETERS

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

OUTPUTS

VideoOS.Platform.ConfigurationItems.ManagementServer

NOTES

Online Help