For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-PSUInformation

SINOPSIS

Devuelve información sobre el servidor PSU.

SINTAXIS

Get-PSUInformation [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
 [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
 [<CommonParameters>]

DESCRIPCIÓN

Devuelve información sobre el servidor PSU.

EJEMPLOS

Ejemplo 1

PS C:\> Get-PSUInformation

PARÁMETROS

-AppToken

Un token de aplicación para conectarse al servidor PSU.

-ComputerName

La URL del servidor PSU.

-Integrated

No compatible

-UseDefaultCredentials

Usar credenciales predeterminadas al conectarse al servidor PSU.

-Credential

Credenciales para iniciar sesión en la API de gestión de PowerShell Universal.

-TrustCertificate

Si el cmdlet debe ignorar los problemas de certificado.

-Cookies

Reutiliza y conserva las cookies de autenticación de la sesión actual de PowerShell.

CommonParameters

Este cmdlet admite los parámetros comunes: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable y -ProgressAction. Para más información, consulte about_CommonParameters.

ENTRADAS

Ninguno

SALIDAS

System.Object

NOTAS

ENLACES RELACIONADOS

Última actualización

¿Te fue útil?