description | external help file | Module Name | ms.date | schema | title |
---|---|---|---|---|---|
Adds a Microsoft Application Virtualization (App-V) 4 deployment type to an application. |
AdminUI.PS.dll-Help.xml |
ConfigurationManager |
04/27/2019 |
2.0.0 |
Add-CMAppvDeploymentType |
Adds an App-V deployment type.
Add-CMAppvDeploymentType [-ContentFallback] [-FastNetworkDeploymentMode <ContentHandlingMode>]
[-SlowNetworkDeploymentMode <ContentHandlingMode>] [-DeploymentTypeName <String>] [-AddRequirement <Rule[]>]
-ApplicationName <String> [-RemoveLanguage <String[]>] [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>]
[-Comment <String>] -ContentLocation <String> [-Force] [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
Add-CMAppvDeploymentType [-ContentFallback] [-FastNetworkDeploymentMode <ContentHandlingMode>]
[-SlowNetworkDeploymentMode <ContentHandlingMode>] [-DeploymentTypeName <String>] [-AddRequirement <Rule[]>]
-ApplicationId <Int32> [-RemoveLanguage <String[]>] [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>]
[-Comment <String>] -ContentLocation <String> [-Force] [-DisableWildcardHandling] [-ForceWildcardHandling]
[-WhatIf] [-Confirm] [<CommonParameters>]
Add-CMAppvDeploymentType [-ContentFallback] [-FastNetworkDeploymentMode <ContentHandlingMode>]
[-SlowNetworkDeploymentMode <ContentHandlingMode>] [-DeploymentTypeName <String>] [-AddRequirement <Rule[]>]
-InputObject <IResultObject> [-RemoveLanguage <String[]>] [-RemoveRequirement <Rule[]>]
[-AddLanguage <String[]>] [-Comment <String>] -ContentLocation <String> [-Force] [-DisableWildcardHandling]
[-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]
The Add-CMAppvDeploymentType cmdlet adds a Microsoft Application Virtualization (App-V) 4 deployment type to an application.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
PS XYZ:\>Add-CMAppvDeploymentType -ApplicationName "testApp" -ContentLocation "\\Server1\Applications\Appv\OrcaV1\Orca_manifest.xml" -DeploymentTypeName "Appv"
This command adds an App-V deployment type to the application named testApp.
PS XYZ:\> Get-CMApplication -Name "testApp" | Add-CMAppvDeploymentType -ContentLocation "\\Server1\Applications\Appv\OrcaV1\Orca_manifest.xml" -DeploymentTypeName "Appv"
This command gets the application object named testApp and uses the pipeline operator to pass the object to Add-CMAppvDeploymentType, which adds an App-V deployment type to the application.
Adds an array of languages that this deployment type supports. Provide the languages in the "languagecode2-country" or "languagecode2" format, for example: en, en-US, ja-JP, zh-CN.
For more information, see CultureInfo.Name.
Type: String[]
Parameter Sets: (All)
Aliases: AddLanguages, Languages, Language
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Adds an array of requirements for this deployment type.
Type: Rule[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the ID of the application that is associated with this deployment type.
Type: Int32
Parameter Sets: ByAppId
Aliases: CI_ID, CIId
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the name of the application that is associated with this deployment type.
Type: String
Parameter Sets: ByAppName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies a description for this deployment type.
Type: String
Parameter Sets: (All)
Aliases: AdministratorComment
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Indicates that clients are allowed to use a fallback source location for content files.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: EnableContentLocationFallback, AllowClientsToUseFallbackSourceLocationForContent
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the path of the content. The site system server requires permissions to read the content files.
Type: String
Parameter Sets: (All)
Aliases: InstallationFileLocation
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies a display name for this deployment type.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the installation behavior of the deployment type on a fast network. Valid values are:
- DownloadContentForStreaming
- Download
- DoNothing
Type: ContentHandlingMode
Parameter Sets: (All)
Aliases:
Accepted values: DownloadContentForStreaming, Download
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Forces the command to run without asking for user confirmation.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: ForceForUnknownPublisher
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies an application object. To obtain an application object, use the Get-CMApplication cmdlet.
Type: IResultObject
Parameter Sets: ByAppValue
Aliases: Application
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Removes an array of existing languages from this deployment type. Provide the languages in the "languagecode2-country" or "languagecode2" format, for example: en, en-US, ja-JP, zh-CN.
Type: String[]
Parameter Sets: (All)
Aliases: RemoveLanguages
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Removes the existing installation requirements from this deployment type.
Type: Rule[]
Parameter Sets: (All)
Aliases: RemoveRequirements
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the installation behavior of the deployment type on a slow network. The acceptable values for this parameter are:
- DoNothing
- Download
- DownloadContentForStreaming
Type: ContentHandlingMode
Parameter Sets: (All)
Aliases:
Accepted values: DoNothing, Download, DownloadContentForStreaming
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet doesn't run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.