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

New-PSUDeployment

SYNOPSIS

Crea un nuovo deployment.

SINTASSI

New-PSUDeployment -Name <String> -Version <String> [-Description <String>] [-Path <String>]
 [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials]
 [-Integrated] [-TrustCertificate] [-Cookies] [<CommonParameters>]

DESCRIZIONE

Crea un nuovo deployment. Questo prende la configurazione corrente del repository e crea un nuovo deployment con il nome e la versione specificati.

ESEMPI

Esempio 1

PS C:\> New-PSUDeployment -Name 'Production' -Version '1.0.0'

Crea un nuovo deployment con il nome 'Production' e la versione '1.0.0'.

PARAMETRI

-AppToken

Un token dell'applicazione da utilizzare per l'autenticazione.

-ComputerName

L'URL del server a cui connettersi.

-Credential

Le credenziali da utilizzare per connettersi al server.

-Description

Una descrizione del deployment.

-Integrated

Da utilizzare quando si esegue all'interno di PowerShell Universal.

-Name

Il nome del deployment.

-Path

Restituisce il deployment come modulo nel file system locale.

-TrustCertificate

Considera attendibile il certificato sul server.

-UseDefaultCredentials

Utilizza le credenziali predefinite dell'utente corrente.

-Version

La versione del deployment.

-Cookies

Riutilizza e mantiene i cookie di autenticazione per la sessione PowerShell corrente.

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable e -ProgressAction. Per maggiori informazioni, veda about_CommonParameters.

INPUT

Nessuno

OUTPUT

System.Object

NOTE

COLLEGAMENTI CORRELATI

Ultimo aggiornamento

È stato utile?