Get-CMDeploymentTypeDetectionClause
SYNOPSIS
Haal de detectieclausules op van het opgegeven implementatietype.
SYNTAX
Get-CMDeploymentTypeDetectionClause -InputObject <IResultObject> [-DisableWildcardHandling]
[-ForceWildcardHandling] [<CommonParameters>]
DESCRIPTION
Vanaf versie 2107 gebruikt u deze cmdlet om de detectieclausules van het opgegeven implementatietype op te halen.
U kunt deze cmdlet gebruiken om een detectieclausule van de ene app op te halen en op een andere app toe te passen.
EXAMPLES
Voorbeeld 1: Een detectieclausule kopiƫren tussen apps
In dit voorbeeld wordt een MSI-implementatietype uit de CenterApp-toepassing haalt. Vervolgens wordt Get-CMDeploymentTypeDetection Clause gebruikt om de detectieclausule op te halen. De derde regel past die component met Set-CMScriptDeploymentType toe op een andere toepassing.
$appMsi = Get-CMDeploymentType -ApplicationName "CenterApp" -DeploymentTypeName "InterDept - Windows Installer (.msi file)"
$clause1 = Get-CMDeploymentTypeDetectionClause -InputObject $appMsi
Set-CMScriptDeploymentType -ApplicationName "Configuration Manager console" -DeploymentTypeName "Install" -AddDetectionClause $clause1
PARAMETERS
-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
-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
Geef een implementatietypeobject op van waaruit de detectieclausule moet worden op halen. Gebruik de cmdlet Get-CMDeploymentType om dit object op te halen.
Type: IResultObject
Parameter Sets: (All)
Aliases: DeploymentType
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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.