Friday, March 2, 2012

구글앱스 제어판(control panel)에서 사용자 검색기능 강화

제어판의 상단에 있는 검색기능이 강화되었습니다.


조직에 등록되어있는 아래의 정보들을 통해 쉽게 사용자 계정을 검색할 수 있습니다.
  • domain
  • email
  • firstname
  • lastname
이 기능을 통해 사용자의 권한 변경, 패스워드 초기화, 닉네임 추가 등의 사용자 관리를 편리하게 수행할 수 있습니다. 

  • 사용방법

This domain operator query returns all accounts in the domain example.com:
 (회사내의 모든 계정을 검색합니다. [그룹, 닉네임포함])
domain:example.com

This firstname operator query returns all accounts whose first name starts with "rob":
 (first name으로 사용자를 검색합니다)
firstname:rob

This lastname operator query returns all accounts whose last name starts with "smith":
(last name으로 사용자를 검색합니다)
lastname:smith

You may use all of these operators in conjunction with one another to further narrow your query.
This combined email and domain query returns all accounts whose email ID start with "rob" in the domain example.com. Note the records may also be sorted if the query contains the email operator:
 (email과 domain의 조합으로 검색합니다. 멀티 도메인을 사용하는경우 유용하게 사용자를 검색할수
 있습니다.)
email:rob domain:example.com

The same can be done for first names by domain:
 (first name과 domain의 조합으로 검색합니다)
firstname:bob domain:example.com

And last names: (last name과 domain의 조합으로 검색합니다)
lastname:smith domain:example.com

The following combined email, firstname, and domain operator query returns all accounts where the email address starts with "bill," the firstname starts with "bob," and the domain starts with "example."
  (email, firstname, domain 의 조합으로 검색합니다)
email:rob firstname:bob domain:example.com

Note that groups are searched only when the email operator is included, like so:
 (firstname, lastname, email정보로 그룹을 검색할 수 있습니다.)
firstname:bob lastname:smith email:rob

No comments: