Delen via


Set-CMAppvDeploymentType

SYNOPSIS

Hiermee stelt u een App-V-implementatietype in.

SYNTAX

ByAppName (standaard)

Set-CMAppvDeploymentType [-ContentFallback <Boolean>] [-FastNetworkDeploymentMode <ContentHandlingMode>]
 [-SlowNetworkDeploymentMode <ContentHandlingMode>] [-AddRequirement <Rule[]>] -ApplicationName <String>
 [-ContentLocation <String>] -DeploymentTypeName <String> [-NewName <String>] [-PassThru]
 [-RemoveLanguage <String[]>] [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>]
 [-Force] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]

ByAppValue

Set-CMAppvDeploymentType [-ContentFallback <Boolean>] [-FastNetworkDeploymentMode <ContentHandlingMode>]
 [-SlowNetworkDeploymentMode <ContentHandlingMode>] [-AddRequirement <Rule[]>] -Application <IResultObject>
 [-ContentLocation <String>] -DeploymentTypeName <String> [-NewName <String>] [-PassThru]
 [-RemoveLanguage <String[]>] [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>]
 [-Force] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]

ByAppId

Set-CMAppvDeploymentType [-ContentFallback <Boolean>] [-FastNetworkDeploymentMode <ContentHandlingMode>]
 [-SlowNetworkDeploymentMode <ContentHandlingMode>] [-AddRequirement <Rule[]>] -ApplicationId <Int32>
 [-ContentLocation <String>] -DeploymentTypeName <String> [-NewName <String>] [-PassThru]
 [-RemoveLanguage <String[]>] [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>]
 [-Force] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]

ByDTValue

Set-CMAppvDeploymentType [-ContentFallback <Boolean>] [-FastNetworkDeploymentMode <ContentHandlingMode>]
 [-SlowNetworkDeploymentMode <ContentHandlingMode>] [-AddRequirement <Rule[]>] [-ContentLocation <String>]
 -InputObject <IResultObject> [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>]
 [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>] [-Force]
 [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

De cmdlet Set-CMAppvDeploymentType wijzigt de instellingen voor een Implementatietype Microsoft Application Virtualization (App-V).

Notitie

Voer Configuration Manager cmdlets uit vanaf Configuration Manager-sitestation, bijvoorbeeld PS XYZ:\> . Zie Aan de slag voor meer informatie.

EXAMPLES

Voorbeeld 1: De naam van het implementatietype wijzigen

PS XYZ:\> Set-CMAppvDeploymentType -ApplicationName "testApp" -DeploymentTypeName "Appv" -NewName "newAppv"

Met deze opdracht wordt de weergavenaam van het implementatietype voor de toepassing met de naam testApp gewijzigd van AppV in newAppv.

Voorbeeld 2: de naam van het implementatietype wijzigen met behulp van de pijplijn

PS XYZ:\> Get-CMDeploymentType -DeploymentTypeName "Appv" -ApplicationName "testApp" | Set-CMAppvDeploymentType -NewName "newAppv"

Met deze opdracht wordt het implementatietypeobject appv voor de toepassing met de naam testApp opgeslagen en wordt de pijplijnoperator gebruikt om het object door te geven aan Set-CMAppvDeploymentType, waarmee de naam van het implementatietypeobject wordt gewijzigd in newAppv.

PARAMETERS

-AddLanguage

Voegt een matrix van talen toe die door dit implementatietype worden ondersteund. Geef de talen op in de indeling 'languagecode2 country' of 'languagecode2', bijvoorbeeld: en, en-US, ja-JP, zh-CN.

Zie voor meer informatie 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

-AddRequirement

Voegt een matrix met vereisten voor dit implementatietype toe.

Type: Rule[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Toepassing

Hiermee geeft u een toepassingsobject op dat is gekoppeld aan dit implementatietype. Gebruik de cmdlet Get-CMApplication om een toepassingsobject te verkrijgen.

Type: IResultObject
Parameter Sets: ByAppValue
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ApplicationId

Hiermee geeft u de id van de toepassing die is gekoppeld aan dit implementatietype.

Type: Int32
Parameter Sets: ByAppId
Aliases: CI_ID, CIId

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ApplicationName

Hiermee geeft u de naam van de toepassing die is gekoppeld aan dit implementatietype.

Type: String
Parameter Sets: ByAppName
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Opmerking

Hiermee geeft u een beschrijving voor dit implementatietype.

Type: String
Parameter Sets: (All)
Aliases: AdministratorComment

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ContentFallback

Geeft aan of clients een terugvalbronlocatie mogen gebruiken voor inhoudsbestanden.

Type: Boolean
Parameter Sets: (All)
Aliases: EnableContentLocationFallback, AllowClientsToUseFallbackSourceLocationForContent

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ContentLocation

Hiermee geeft u het pad van de inhoud. De sitesysteemserver heeft machtigingen nodig om de inhoudsbestanden te lezen.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DeploymentTypeName

Hiermee geeft u een weergavenaam voor dit implementatietype.

Type: String
Parameter Sets: ByAppName, ByAppValue, ByAppId
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DisableWildcardHandling

Deze parameter behandelt jokertekens als letterlijke tekenwaarden. U kunt deze niet combineren met ForceWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-FastNetworkDeploymentMode

Hiermee geeft u het installatiegedrag van het implementatietype op een snel netwerk op. Geldige waarden zijn:

  • DownloadContentForStreaming
  • Downloaden
  • 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

-Force

Dwingt de opdracht uit te voeren zonder te vragen om bevestiging van de gebruiker.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: ForceForUnknownPublisher

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ForceWildcardHandling

Deze parameter verwerkt jokertekens en kan leiden tot onverwacht gedrag (niet aanbevolen). U kunt deze niet combineren met DisableWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-InputObject

Hiermee geeft u een App-V-implementatietypeobject op. Als u een implementatietypeobject wilt verkrijgen, gebruikt u de cmdlet Get-CMDeploymentType.

Type: IResultObject
Parameter Sets: ByDTValue
Aliases: DeploymentType

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-NewName

Hiermee geeft u een nieuwe naam voor dit implementatietype.

Type: String
Parameter Sets: (All)
Aliases: NewDeploymentTypeName

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PassThru

Voeg deze parameter toe om een -object te retourneren dat het item vertegenwoordigt waarmee u werkt. Standaard is het mogelijk dat deze cmdlet geen uitvoer genereert.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-RemoveLanguage

Hiermee verwijdert u een matrix met bestaande talen van dit implementatietype. Geef de talen op in de indeling 'languagecode2 country' of 'languagecode2', bijvoorbeeld: 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

-RemoveRequirement

Hiermee verwijdert u de bestaande installatievereisten van dit implementatietype.

Type: Rule[]
Parameter Sets: (All)
Aliases: RemoveRequirements

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SlowNetworkDeploymentMode

Hiermee geeft u het installatiegedrag van het implementatietype op een traag netwerk. Geldige waarden zijn:

  • DoNothing
  • Downloaden
  • 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

-WhatIf

Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

Deze cmdlet biedt ondersteuning voor de meest gebruikte parameters: -Debug, - ErrorAction, - ErrorVariable, - InformationAction, -InformationVariable, - OutVariable,-OutBuffer, - PipelineVariable - Verbose, - WarningAction en -WarningVariable. Zie voor meer informatie about_CommonParameters.

INPUTS

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

OUTPUTS

System.Object

OPMERKINGEN

Add-CMAppvDeploymentType

Get-CMApplication

Get-CMDeploymentType