Remove-CMCollectionExcludeMembershipRule
SYNOPSIS
Eltávolít egy gyűjtemény-kizárási tagsági szabályt.
SYNTAX
ByNameAndName (alapértelmezett)
Remove-CMCollectionExcludeMembershipRule -CollectionName <String> -ExcludeCollectionName <String> [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
ByNameAndValue (Név és érték)
Remove-CMCollectionExcludeMembershipRule -CollectionName <String> -ExcludeCollection <IResultObject> [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
ByNameAndId (Név ésazonosító)
Remove-CMCollectionExcludeMembershipRule -CollectionName <String> -ExcludeCollectionId <String> [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
ByIdAndValue (ByIdAndValue)
Remove-CMCollectionExcludeMembershipRule -CollectionId <String> -ExcludeCollection <IResultObject> [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
ByIdAndId (ByIdAndId)
Remove-CMCollectionExcludeMembershipRule -CollectionId <String> -ExcludeCollectionId <String> [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
ByIdAndName (ByIdAndName)
Remove-CMCollectionExcludeMembershipRule -CollectionId <String> -ExcludeCollectionName <String> [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
ByValueAndValue
Remove-CMCollectionExcludeMembershipRule -InputObject <IResultObject> -ExcludeCollection <IResultObject>
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
ByValueAndId (Érték és értékazonosító)
Remove-CMCollectionExcludeMembershipRule -InputObject <IResultObject> -ExcludeCollectionId <String> [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
ByValueAndName (Érték és név szerint)
Remove-CMCollectionExcludeMembershipRule -InputObject <IResultObject> -ExcludeCollectionName <String> [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Megjegyzés
Futtassa Konfigurációkezelő parancsmagokat a Konfigurációkezelő hely meghajtóról, például: PS XYZ:\>
. További információ: Első lépések.
EXAMPLES
1. példa
PS XYZ:\>
PARAMETERS
-CollectionId (Gyűjteményazonosító)
Type: String
Parameter Sets: ByIdAndValue, ByIdAndId, ByIdAndName
Aliases: Id
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-CollectionName (Gyűjtemény neve)
Type: String
Parameter Sets: ByNameAndName, ByNameAndValue, ByNameAndId
Aliases: Name
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Jóváhagyást kér a parancsmag futtatása előtt.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ExcludeCollection
Type: IResultObject
Parameter Sets: ByNameAndValue, ByIdAndValue, ByValueAndValue
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ExcludeCollectionId
Type: String
Parameter Sets: ByNameAndId, ByIdAndId, ByValueAndId
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ExcludeCollectionName
Type: String
Parameter Sets: ByNameAndName, ByIdAndName, ByValueAndName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Force
A megerősítés kérése nélkül futtassa a parancsot.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-InputObject
Type: IResultObject
Parameter Sets: ByValueAndValue, ByValueAndId, ByValueAndName
Aliases: Collection
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-WhatIf
Bemutatja, mi történne a parancsmag futtatásakor. A parancsmag nem fut.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
Ez a parancsmag a következő általános paramétereket támogatja: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction és -WarningVariable. További információ: about_CommonParameters.