Get-CMCollectionExcludeMembershipRule
SYNOPSIS
Lekért egy gyűjtemény kizárási tagsági szabályát.
SYNTAX
ByNameAndName (alapértelmezett)
Get-CMCollectionExcludeMembershipRule -CollectionName <String> [-ExcludeCollectionName <String>]
[<CommonParameters>]
ByNameAndValue (Név és érték)
Get-CMCollectionExcludeMembershipRule -CollectionName <String> -ExcludeCollection <IResultObject>
[<CommonParameters>]
ByNameAndId (Név ésazonosító)
Get-CMCollectionExcludeMembershipRule -CollectionName <String> -ExcludeCollectionId <String>
[<CommonParameters>]
ByIdAndValue (ByIdAndValue)
Get-CMCollectionExcludeMembershipRule -CollectionId <String> -ExcludeCollection <IResultObject>
[<CommonParameters>]
ByIdAndId (ByIdAndId)
Get-CMCollectionExcludeMembershipRule -CollectionId <String> -ExcludeCollectionId <String> [<CommonParameters>]
ByIdAndName (ByIdAndName)
Get-CMCollectionExcludeMembershipRule -CollectionId <String> [-ExcludeCollectionName <String>]
[<CommonParameters>]
ByValueAndValue
Get-CMCollectionExcludeMembershipRule -InputObject <IResultObject> -ExcludeCollection <IResultObject>
[<CommonParameters>]
ByValueAndId (Érték ésazonosító szerint)
Get-CMCollectionExcludeMembershipRule -InputObject <IResultObject> -ExcludeCollectionId <String>
[<CommonParameters>]
ByValueAndName (Érték és név szerint)
Get-CMCollectionExcludeMembershipRule -InputObject <IResultObject> [-ExcludeCollectionName <String>]
[<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
-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: 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
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.