Download presentation
Presentation is loading. Please wait.
Published by유리 강 Modified 8년 전
1
최정우 | 차장 | Epience
2
- 일반관리 - Exchange Online 관리 - Lync Online 관리 - SharePoint Online 관리
9
다양한 관리 방법을 제공합니다. Exchange Management Console Exchange Control Panel Exchange Management Shell
17
Connecting Powershell to the Cloud Start Windows Powershell Get Some Creds $LiveCred = Get-Credential Create a new Remote Powershell Session $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred - Authentication Basic –AllowRedirection Import the new session Import-PSSession $Session 17
24
제한된 관리의 범위 위임 가능한 권한 24
27
27
28
- Exchange Online 개발 - Lync Online 개발 - SharePoint Online 개발
30
서버 수준의 개발 시나리오 − EWS 제공 − EWS Managed API 사용가능 − http://msdn.microsoft.com/en-us/exchange/gg490662http://msdn.microsoft.com/en-us/exchange/gg490662 클라이언트 수준의 개발 시나리오 − 아웃룩 애드인
34
서버수준의 개발 시나리오 − Lync 2010 Managed API 제공 − http://msdn.microsoft.com/en-us/lync/gg394186http://msdn.microsoft.com/en-us/lync/gg394186 클라이언트 수준의 개발 − Custom Lync Control
37
SharePoint Designer − On-Premises 와 동일 VisualStudio 2010 − 샌드박스 솔루션 ( 호스팅 환경을 위한 제한적인 개발환경 ) − 네임스페이스의 제한 − 파일시스템의 제한 − 권한가장의 제한 스마트 솔루션 − 샌드박스 + 실버라이트 + Client OM 의 조합 http://msdn.microsoft.com/ko-kr/sharepoint/gg153540.aspx
38
풀 커스터마이징 디자인 샌드박스 웹파트 실버라이트 웹파트
Similar presentations