Get-CMCollectionDirectMembershipRule
取得裝置或使用者集合的直接成員資格規則。
語法
Get-CMCollectionDirectMembershipRule
-CollectionName <String>
[-ResourceName <String>]
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionName <String>
-Resource <IResultObject>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionName <String>
-ResourceId <String>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionId <String>
-Resource <IResultObject>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionId <String>
-ResourceId <String>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-CollectionId <String>
[-ResourceName <String>]
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-InputObject <IResultObject>
-Resource <IResultObject>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-InputObject <IResultObject>
-ResourceId <String>
[<CommonParameters>]
Get-CMCollectionDirectMembershipRule
-InputObject <IResultObject>
[-ResourceName <String>]
[<CommonParameters>]
Description
使用此 Cmdlet 來取得裝置或使用者集合的一或多個直接成員資格規則。
直接成員資格規則可讓您明確選擇裝置集合的成員。
默認集合沒有直接成員資格規則。 您目標的任何集合都應該有以月臺碼開頭的識別碼,而不是 SMS
。
如需詳細資訊,請 參閱如何在 Configuration Manager 中建立集合。
注意事項
從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>
。 如需詳細資訊,請 參閱開始使用。
範例
範例 1:依名稱取得集合的所有直接成員資格規則
此命令會取得名為 Device01 之集合的直接成員資格規則。
Get-CMCollectionDirectMembershipRule -CollectionName "Device01"
範例 2:使用管線取得所有直接成員資格規則
此命令會使用 Get-CMCollection Cmdlet 來取得名為 User02 的集合物件。 然後,它會使用管線運算符將對象傳遞至 Get-CMCollectionDirectMembershipRule Cmdlet。
Get-CMCollection -Name "User02" | Get-CMCollectionDirectMembershipRule
參數
-CollectionId
指定要取得規則之集合的識別碼。 這個值是 CollectionID 屬性, 例如 。 XYZ00012
因為預設集合不能有直接成員資格規則,所以此標識符會以月臺碼開頭,而不是 SMS
。
類型: | String |
別名: | Id |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-CollectionName
指定要取得規則的集合名稱。
類型: | String |
別名: | Name |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
指定集合的物件以取得規則。 若要取得此物件,請使用 Get-CMCollection、 Get-CMDeviceCollection 或 Get-CMUserCollection Cmdlet。
類型: | IResultObject |
別名: | Collection |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Resource
指定資源、裝置或用戶物件,以從集合中取得其直接成員資格規則。 若要取得此物件,請使用 Get-CMResource、 Get-CMDevice 或 Get-CMUser Cmdlet。
類型: | IResultObject |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceId
指定資源的標識碼,以從集合取得其直接成員資格規則。 這個值是 ResourceID 屬性,例如 16777219
。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceName
指定裝置或用戶的名稱,以從集合取得其直接成員資格規則。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | True |
輸入
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
輸出
System.Object
備註
此 Cmdlet 類似於 Get-CMDeviceCollectionDirectMembershipRule 和 Get-CMUserCollectionDirectMembershipRule,這些是集合類型特有的。 此 Cmdlet 適用於裝置或使用者集合。
相關連結
- Remove-CMCollectionDirectMembershipRule
- Get-CMCollectionExcludeMembershipRule
- Get-CMCollectionIncludeMembershipRule
- Get-CMCollectionQueryMembershipRule
- Add-CMDeviceCollectionDirectMembershipRule
- Add-CMUserCollectionDirectMembershipRule
- Get-CMDeviceCollectionDirectMembershipRule
- Get-CMUserCollectionDirectMembershipRule
- Get-CMCollection
- Get-CMDeviceCollection
- Get-CMUserCollection
- Get-CMResource
- Get-CMDevice
- Get-CMUser
- 如何在 Configuration Manager 中建立集合