일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- vCenter Syslog collector
- Exchange 2003
- Active Directory Migration
- vSphere
- vmware vsphere
- mongodb 설치
- ELK 설치
- Kubernetes
- ansible
- 하이퍼바이저
- AWS EBS
- ADFS 구성 방법 및 이중화
- Application Gateway
- ADFS proxy
- vCenter
- Azure
- ADFS SSO
- ELK
- ADFS 이중화
- Active Directory
- AWS
- AD Migration
- Docker
- awx
- AWS S3
- ADFS Traffic Manager
- MSSQL 2012
- Exchange Server
- 도커
- AWS EFS
Archives
- Today
- Total
목록samaccountname (1)
practice makes perfect
Active Directory 유저 추출
AD 사용자 추출을 위한 간단한 명령사용자 계정의 정보 및 특성을 조회한 [조건]도메인정보: testdc.com추출값: sAMAccountName, CN, DisplayName계정 활성화 여부 [도메인 전체 유저 추출]Get-ADUser -Filter * -SearchBase 'DC=testdc, DC=com' -Properties sAMAccountName, CN, DisplayName, Enabled | select sAMAccountName, CN, DisplayName, Enabled | Export-CSV -Encoding utf8 "ADUsers.csv" [도메인 특정 OU 유저 추출]Get-ADUser -Filter * -SearchBase "OU=TESTOU, DC=testdc, DC=c..
Windows Server
2024. 5. 6. 01:57