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

Remove-PSUDeployment

SINOPSIS

Elimina un despliegue.

SINTAXIS

Remove-PSUDeployment -Deployment <Deployment> [-ComputerName <String>] [-AppToken <String>]
 [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
 [<CommonParameters>]

DESCRIPCIÓN

Elimina un despliegue del servidor.

EJEMPLOS

Ejemplo 1

PS C:\> $deployment = Get-PSUDeployment -Name 'Production'
PS C:\> Remove-PSUDeployment -Deployment $deployment

Elimina el despliegue con el nombre 'Production'.

PARÁMETROS

-AppToken

Un token de aplicación para usar en la autenticación.

-ComputerName

La URL del servidor al que conectarse.

-Credential

Las credenciales que se usarán para autenticarse.

-Deployment

El despliegue que se va a eliminar.

-Integrated

Para usar cuando se ejecuta dentro de PowerShell Universal.

-TrustCertificate

Confiar en el certificado del servidor.

-UseDefaultCredentials

Usar las credenciales predeterminadas del usuario actual.

-Cookies

Reutiliza y conserva las cookies de autenticación para 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

PowerShellUniversal.Deployment

SALIDAS

System.Object

NOTAS

ENLACES RELACIONADOS

Última actualización

¿Te fue útil?