+1-1+1-1+1-1+1-1...
사용자 메일 사서함 메시지 수, 용량 일괄 조회 본문
728x90
시나리오) Active Directory LDAP Query를 이용한 메일 사서함 정보 (총 메시지 카운트, 사이즈) 수집하기
조회 조건
ojbectclass : user
user object > attribute > extensionattribute15 : 2020 or 2021 or 2030
OU Path: domain.local\Users
테스트 환경
AD + Exchange 2013 PowerShell
(Get-ADUser -LDAPFilter "(&(objectclass=user)(mail=*)(|(extensionattribute15=2020)(extensionattribute15=2021)(extensionattribute15=2030)))" -SearchScope Subtree -SearchBase "OU=Users,DC=domain,DC=local") ` |
%{Get-mailboxStatistics $_.Name} | Select-Object DisplayName, ItemCount, TotalItemSize
반응형
'NT > Mail & Exchange' 카테고리의 다른 글
Exchange 2013 - 특정 그룹 메시지 수/발신 건수 추출(2) (0) | 2021.03.05 |
---|---|
Exchange 2013 - 특정 그룹 메시지 수/발신 건수 추출 (0) | 2021.03.04 |
메일 메시지 삭제 하기 (0) | 2021.02.21 |
SPF, PTR, White 도메인.. (0) | 2021.02.18 |
메일 SMTP 오류 코드 정리 (0) | 2021.02.17 |