共用方式為


Get-CMCollectionIncludeMembershipRule

取得裝置或使用者集合的 Include 成員資格規則。

語法

Get-CMCollectionIncludeMembershipRule
   -CollectionName <String>
   [-IncludeCollectionName <String>]
   [<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
   -CollectionName <String>
   -IncludeCollection <IResultObject>
   [<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
   -CollectionName <String>
   -IncludeCollectionId <String>
   [<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
   -CollectionId <String>
   -IncludeCollection <IResultObject>
   [<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
   -CollectionId <String>
   -IncludeCollectionId <String>
   [<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
   -CollectionId <String>
   [-IncludeCollectionName <String>]
   [<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
   -InputObject <IResultObject>
   -IncludeCollection <IResultObject>
   [<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
   -InputObject <IResultObject>
   -IncludeCollectionId <String>
   [<CommonParameters>]
Get-CMCollectionIncludeMembershipRule
   -InputObject <IResultObject>
   [-IncludeCollectionName <String>]
   [<CommonParameters>]

Description

使用此 Cmdlet 取得裝置或使用者集合的一或多個包含成員資格規則。 include 成員資格規則包含另一個集合的成員至套用規則的集合。

如果包含集合的成員資格變更,Configuration Manager 會依排程動態更新集合的成員資格。

如需詳細資訊,請 參閱如何在 Configuration Manager 中建立集合

注意事項

從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>。 如需詳細資訊,請 參閱開始使用

範例

範例 1:取得所有包含成員資格規則

此命令會取得名為 Device 之集合的所有包含成員資格規則。

Get-CMCollectionIncludeMembershipRule -CollectionName "Device"

範例 2:使用管線取得 include 成員資格規則

此命令會先使用 Get-CMCollection 來取得名為 Users 的集合物件。 然後,它會使用管線運算符將對象傳遞至 Get-CMCollectionIncludeMembershipRule Cmdlet,這會取得集合物件的所有包含成員資格規則。

Get-CMCollection -Name "Users" | Get-CMCollectionIncludeMembershipRule

參數

-CollectionId

指定要取得規則之集合的識別碼。 這個值是 CollectionID 屬性, 例如 。 XYZ00012 由於預設集合不包含成員資格規則,因此此識別碼會以月臺碼開頭,而不是 SMS

類型:String
別名:Id
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-CollectionName

指定要取得規則的集合名稱。

類型:String
別名:Name
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-IncludeCollection

指定包含之集合的物件以取得規則。 若要取得此物件,請使用 Get-CMCollectionGet-CMDeviceCollectionGet-CMUserCollection Cmdlet。

類型:IResultObject
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-IncludeCollectionId

指定包含之集合的識別碼,以取得規則。 這個值是 CollectionID 屬性, 例如 。 XYZ00012 您可以包含預設集合,因此這個值可以從月臺碼或 SMS開頭。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-IncludeCollectionName

指定包含的集合名稱以取得規則。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

指定集合的物件以取得規則。 若要取得此物件,請使用 Get-CMCollectionGet-CMDeviceCollectionGet-CMUserCollection Cmdlet。

類型:IResultObject
別名:Collection
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

輸出

System.Object

備註

此 Cmdlet 類似於 Get-CMDeviceCollectionIncludeMembershipRuleGet-CMUserCollectionIncludeMembershipRule,這些是集合類型特有的。 此 Cmdlet 適用於裝置或使用者集合。