일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- 클라이언트 로그 구독
- Log수집
- 경로 또는 파일에 액세스할 수 없습니다
- windows nps
- 라디우스
- Event log collect
- ost경로
- Domain BitLocker
- pst경로이동
- office365 Dmarc
- BitLocker 도메인환경
- outlook ost
- 로그 구독
- Log collect
- BitLocker USB
- ost위치
- Domain name service
- UPN
- Radius서버
- DMARC란
- 이벤트 로그 수집
- Log 수집 서버
- 지정한 장치
- outlook pst
- OST파일경로변경
- PST파일경로변경
- DMARC설정
- ost경로이동
- 비트라커 USB
- 라디우스서버
- Today
- Total
MY IT Life
PowerShell을 이용한 Windows 기능 설치 본문
- Powershell 실행 후 Get-Module -ListAvailable 명령어를 입력하면 사용 가능한 모듈이 표시됩니다.
- ServerManager 모듈 Import 후 ServerManager에서 수행할 수 있는 작업 명령어를 알아봅니다.
- Get-WindowsFeature / 사용할 수 있는 Windows 기능을 확인 합니다.
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy –Restart
원본 위치 <http://www.sqler.com/index.php?mid=bExchangeLyncSharePointLec&page=1&document_srl=395765>
- 다음과 같이 명령어를 이용하여 Windows 역할을 설치 합니다.
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy –Restart
NET-Framework 닷넷프레임워크 3.5.1
RSAT-ADDS AD DS 도구
Web-Server 웹 서버 IIS
Web-Basic-Auth 기본 인증
Web-Windows-Auth Windows 인증
Web-Metabase IIS 6 메타베이스 호환성
Web-Net-Ext .NET 확장성
Web-Lgcy-Mgmt-Console .NET 관리콘솔
WAS-Process-Model 프로세스 모델
RSAT-Web-Server 웹(IIS) 서버 도구
Web-ISAPI-Ext ISAPI 확장
Web-digest-Auth 다이제스트 인증
Web-Dyn-Compression 동적 콘텐츠 압축
NET-HTTP-Activation HTTP 활성화
RPC-Over-HTTP-Proxy RPC Over HTTP 프록시
- 명령어 실행
- 설치 과정 / 설치 후 재부팅 됩니다.
- NetTCPIPServices 자동 설정
'02. Microsoft > Exchange 2010' 카테고리의 다른 글
사서함 생성 (0) | 2013.01.08 |
---|---|
Exchange 2010 설치 (0) | 2013.01.08 |
인증서 복원 (0) | 2013.01.08 |
인증서 백업 (0) | 2013.01.08 |
인증서 서버 이전 (0) | 2013.01.08 |