Get-CMDeviceCollectionDirectMembershipRule
SYNOPSIS
Pobiera regułę członkostwa bezpośredniego dla kolekcji urządzeń.
SYNTAX
ByNameAndName (wartość domyślna)
Get-CMDeviceCollectionDirectMembershipRule -CollectionName <String> [-ResourceName <String>]
[<CommonParameters>]
ByNameAndValue
Get-CMDeviceCollectionDirectMembershipRule -CollectionName <String> -Resource <IResultObject>
[<CommonParameters>]
ByNameAndId
Get-CMDeviceCollectionDirectMembershipRule -CollectionName <String> -ResourceId <String> [<CommonParameters>]
ByIdAndValue
Get-CMDeviceCollectionDirectMembershipRule -CollectionId <String> -Resource <IResultObject>
[<CommonParameters>]
ByIdAndId
Get-CMDeviceCollectionDirectMembershipRule -CollectionId <String> -ResourceId <String> [<CommonParameters>]
ByIdAndName
Get-CMDeviceCollectionDirectMembershipRule -CollectionId <String> [-ResourceName <String>] [<CommonParameters>]
ByValueAndValue
Get-CMDeviceCollectionDirectMembershipRule -InputObject <IResultObject> -Resource <IResultObject>
[<CommonParameters>]
ByValueAndId
Get-CMDeviceCollectionDirectMembershipRule -InputObject <IResultObject> -ResourceId <String>
[<CommonParameters>]
ByValueAndName
Get-CMDeviceCollectionDirectMembershipRule -InputObject <IResultObject> [-ResourceName <String>]
[<CommonParameters>]
DESCRIPTION
Polecenie cmdlet Get-CMDeviceCollectionDirectMembershipRule pobiera co najmniej jedną regułę członkostwa bezpośredniego dla kolekcji urządzeń.
Uwaga
Uruchom Menedżer konfiguracji cmdlet z Menedżer konfiguracji lokacji, na przykład PS XYZ:\>
. Aby uzyskać więcej informacji, zobacz wprowadzenie.
EXAMPLES
Przykład 1: uzyskiwanie reguły członkostwa bezpośredniego według nazwy
PS XYZ:\> Get-CMDeviceCollectionDirectMembershipRule -CollectionName "Device01"
To polecenie pobiera reguły członkostwa bezpośredniego dla kolekcji urządzeń o nazwie Device01.
Przykład 2: Uzyskiwanie reguły członkostwa bezpośredniego przy użyciu potoku
PS XYZ:\> Get-CMCollection -Name "Device02" | Get-CMDeviceCollectionDirectMembershipRule
To polecenie pobiera obiekt kolekcji urządzeń o nazwie Device02 i używa operatora potoku do przekazania obiektu do Get-CMDeviceCollectionDirectMembershipRule który pobiera reguły członkostwa bezpośredniego dla obiektu kolekcji urządzeń.
PARAMETERS
-CollectionId
Określa identyfikator kolekcji urządzeń.
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 (Nazwa kolekcji)
Określa nazwę kolekcji urządzeń.
Type: String
Parameter Sets: ByNameAndName, ByNameAndValue, ByNameAndId
Aliases: Name
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-InputObject
Określa dane wejściowe tego polecenia cmdlet. Możesz użyć tego parametru lub potoku danych wejściowych do tego polecenia cmdlet.
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
—Zasób
Określa obiekt zasobu. Aby uzyskać obiekt zasobu, użyj polecenia cmdlet Get-CMResource.
Type: IResultObject
Parameter Sets: ByNameAndValue, ByIdAndValue, ByValueAndValue
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ResourceId
Określa identyfikator zasobu.
Type: String
Parameter Sets: ByNameAndId, ByIdAndId, ByValueAndId
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ResourceName
Określa nazwę zasobu.
Type: String
Parameter Sets: ByNameAndName, ByIdAndName, ByValueAndName
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True
Typowe parametry
To polecenie cmdlet obsługuje typowe parametry: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction i -WarningVariable. Aby uzyskać więcej informacji, zobacz about_CommonParameters.
INPUTS
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
OUTPUTS
System.Object
UWAGI
RELATED LINKS
Wprowadzenie do kolekcji w Menedżer konfiguracji
Add-CMDeviceCollectionDirectMembershipRule