Get-CMCollectionQueryMembershipRule
디바이스 또는 사용자 컬렉션에 대한 쿼리 멤버 자격 규칙을 가져옵니다.
구문
Get-CMCollectionQueryMembershipRule
-CollectionName <String>
[-RuleName <String>]
[<CommonParameters>]
Get-CMCollectionQueryMembershipRule
-CollectionId <String>
[-RuleName <String>]
[<CommonParameters>]
Get-CMCollectionQueryMembershipRule
-InputObject <IResultObject>
[-RuleName <String>]
[<CommonParameters>]
Description
이 cmdlet을 사용하여 디바이스 또는 사용자 컬렉션에 대한 하나 이상의 쿼리 멤버 자격 규칙을 가져옵니다. 쿼리 규칙을 사용하면 일정에 따라 실행되는 쿼리에 따라 컬렉션의 멤버 자격을 동적으로 업데이트할 수 있습니다. 자세한 내용은 Configuration Manager에서 컬렉션을 만드는 방법을 참조하세요.
멤버 자격 규칙에 대한 자세한 내용은 Configuration Manager의 컬렉션 소개를 참조하세요.
참고
Configuration Manager 사이트 드라이브에서 Configuration Manager cmdlet을 실행합니다(예: PS XYZ:\>
). 자세한 내용은 시작을 참조하세요.
예제
예제 1: All Systems 컬렉션에 대한 모든 쿼리 멤버 자격 규칙 가져오기
이 명령은 모든 시스템이라는 기본 디바이스 컬렉션에서 쿼리 멤버 자격 규칙을 가져옵니다.
Get-CMCollectionQueryMembershipRule -CollectionName "All Systems"
예제 2: 모든 사용자 컬렉션의 규칙에 대한 쿼리 식 보기
이 명령은 모든 사용자 컬렉션에서 All Users라는 쿼리 멤버 자격 규칙을 가져오고 쿼리 식을 반환합니다.
Get-CMCollectionQueryMembershipRule -CollectionId "SMS00002" -RuleName "All Users" | Select-Object QueryExpression
매개 변수
-CollectionId
규칙을 가져올 컬렉션의 ID를 지정합니다. 이 값은 CollectionID 속성(예 XYZ00012
: 또는 SMS00001
)입니다.
형식: | String |
별칭: | Id |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-CollectionName
규칙을 가져올 컬렉션의 이름을 지정합니다.
형식: | String |
별칭: | Name |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-InputObject
규칙을 가져올 컬렉션의 개체를 지정합니다. 이 개체를 얻으려면 Get-CMCollection, Get-CMDeviceCollection 또는 Get-CMUserCollection cmdlet을 사용합니다.
형식: | IResultObject |
별칭: | Collection |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-RuleName
컬렉션에서 가져올 쿼리 규칙의 이름을 지정합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
출력
System.Object
참고
이 cmdlet은 컬렉션 유형과 관련된 Get-CMDeviceCollectionQueryMembershipRule 및 Get-CMUserCollectionQueryMembershipRule과 비슷합니다. 이 cmdlet은 디바이스 또는 사용자 컬렉션에서 작동합니다.
관련 링크
- Remove-CMCollectionQueryMembershipRule
- Get-CMCollectionDirectMembershipRule
- Get-CMCollectionExcludeMembershipRule
- Get-CMCollectionIncludeMembershipRule
- Add-CMDeviceCollectionQueryMembershipRule
- Add-CMUserCollectionQueryMembershipRule
- Get-CMDeviceCollectionQueryMembershipRule
- Get-CMUserCollectionQueryMembershipRule
- Get-CMCollection
- Get-CMDeviceCollection
- Get-CMUserCollection
- Configuration Manager에서 컬렉션을 만드는 방법