Share via


Add-SCApplicationDeployment

Adds an application to an application profile.

Syntax

SQLDac

Add-SCApplicationDeployment
    -SQLDeploymentRunAsAccount <VMMCredential>
    -ApplicationProfile <ApplicationProfile>
    -Name <String>
    [-TimeoutSeconds <Int32>]
    [-VMMServer <ServerConnection>]
    [-ApplicationPackage <ApplicationPackage>]
    [-SQLDac]
    [-SQLInstanceName <String>]
    [-DACInstanceName <String>]
    [-SQLAuthenticationType <String>]
    [-SkipPolicyValidation <Boolean>]
    [-BlockOnChanges <Boolean>]
    [-IgnoreDataLoss <Boolean>]
    [-RollbackOnFailure <Boolean>]
    [-UninstallMode <String>]
    [-FailDeploymentIfDBExists <Boolean>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

Script

Add-SCApplicationDeployment
    -ApplicationProfile <ApplicationProfile>
    -Name <String>
    [-TimeoutSeconds <Int32>]
    [-RunAsAccount <VMMCredential>]
    [-VMMServer <ServerConnection>]
    [-ApplicationPackage <ApplicationPackage>]
    [-Script]
    [-Executable <String>]
    [-CommandParameters <String>]
    [-Scriptblock <String>]
    [-ScriptCommandSetting <SCScriptCommandSetting>]
    [-StandardInput <String>]
    [-LibraryResource <CustomResource>]
    [-EnvironmentVariables <Hashtable>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

WebDeploy

Add-SCApplicationDeployment
    -ApplicationProfile <ApplicationProfile>
    -Name <String>
    [-TimeoutSeconds <Int32>]
    [-VMMServer <ServerConnection>]
    [-ApplicationPackage <ApplicationPackage>]
    [-WebDeploy]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

Description

The Add-SCApplicationDeployment cmdlet adds an application to an application profile.

Examples

Example 1: Add a web application to an application deployment

PS C:\> $AppProfile = Get-SCApplicationProfile -Name "SvcWebAppProfile01"
PS C:\> $AppPackage = Get-SCApplicationPackage -Name "WebApp01.zip"
PS C:\> $AppDeployment = Add-SCApplicationDeployment -ApplicationProfile $AppProfile -WebDeploy -Name "SvcWebDeployment01" -ApplicationPackage $AppPackage

The first command gets the application profile object named SvcWebAppProfile01 and stores the object in the $AppProfile variable.

The second command gets the application package object named WebApp01.zip from the VMM library and stores the object in the $AppPackage variable.

The last command adds the application package stored in $AppPackage to the application profile stored in $AppProfile, and names the application deployment SvcWebDepAD.

Parameters

-ApplicationPackage

Specifies an application package object.

Parameter properties

Type:ApplicationPackage
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ApplicationProfile

Specifies an application profile object.

Parameter properties

Type:ApplicationProfile
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-BlockOnChanges

Indicates whether the SQL DAC update is blocked if the database schema is different than that defined in the previous DAC.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CommandParameters

Specifies the parameters for a script or executable program.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DACInstanceName

Specifies the name of a data-tier application (DAC) instance.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnvironmentVariables

Specifies a hash table that contains the environment variables for the application.

Parameter properties

Type:Hashtable
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Executable

Specifies the name of an executable program.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-FailDeploymentIfDBExists

Indicates whether to proceed with deployment if a database with the same name already exists.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IgnoreDataLoss

Indicates whether data loss which may occur when updating the SQL Server database is ignored.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-JobVariable

Specifies that job progress is tracked and stored in the variable named by this parameter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LibraryResource

Specifies a resource stored in the Virtual Machine Manager (VMM) library.

Parameter properties

Type:CustomResource
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Specifies the name of a VMM object.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PROTipID

Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RollbackOnFailure

Indicates whether to roll back any changes if the SQL Server database update fails.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RunAsAccount

Specifies a Run As account that contains credentials with permission to perform this action.

Parameter properties

Type:VMMCredential
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RunAsynchronously

Indicates that the job runs asynchronously so that control returns to the command shell immediately.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Script

Specifies a VMM script object.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Scriptblock

Specifies a script block, as a string, for a script application.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ScriptCommandSetting

Specifies a script command setting object.

Parameter properties

Type:SCScriptCommandSetting
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SkipPolicyValidation

Indicates whether policy validation against the SQL Server database should occur.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SQLAuthenticationType

Specifies the SQL Server authentication type. Valid values are:

  • SQLServerAuthentication
  • WindowsAuthentication

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SQLDac

Indicates that the application is a SQL Server data-tier application (DAC).

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SQLDeploymentRunAsAccount

Specifies a Run As account to use to communicate with a SQL Server deployment.

Parameter properties

Type:VMMCredential
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SQLInstanceName

Specifies the name of a SQL Server instance.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-StandardInput

Specifies a path to a file that contains standard input information to use with the script command.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Script
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeoutSeconds

Specifies the amount of time, in seconds, that a process waits before timing out.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-UninstallMode

Specifies the uninstall mode. Valid values are:

  • MakeUnmanaged
  • DetachDatabase
  • DropDatabase

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SQLDac
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-VMMServer

Specifies a VMM server object.

Parameter properties

Type:ServerConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-WebDeploy

Indicates that the application is a web application.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

WebDeploy
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

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.

Outputs

ApplicationDeployment

This cmdlet returns an ApplicationDeployment object.