본문 바로가기
반응형

개발언어/SharePoint 16

Error "msoidclil.dll not found" Sharepoint CSOM 오류시 Error "msoidclil.dll not found"SymptomsConsider the following scenario:Start the SharePoint Client BrowserConnect to a SharePoint Online site collectionClick the OK-button on the "Add Site Collection" dialogIn this scenario, you may receive the error message "msoidclil.dll".CauseThis issue can occur when connecting to a SharePoint Online site collection and the assembly "msoidclil.dll" is not lo.. 2016. 6. 7.
파워셀에서 빈문자열 검사 How can I check if a string is null or empty in PowerShell 파워셀에서 빈문자열 검사 How can I check if a string is null or empty in PowerShell if([string]::IsNullOrEmpty($user.UsageLocation)) { write-host 'a';}else{ write-host 'b';} O365 라이센스 지정체크도 이렇게 빈문자열 체크가 유용하다. 참고 사이트 http://stackoverflow.com/questions/13738634/how-can-i-check-if-a-string-is-null-or-empty-in-powershell 2016. 5. 9.
ADWS(Active Directory 웹 서비스)를 실행하는 XXXX 도메인에서 사용 가능한 서버를 찾을 수 없습니다. ADWS(Active Directory 웹 서비스)를 실행하는 XXXX 도메인에서 사용 가능한 서버를 찾을 수 없습니다. AD서버에서 [서비스] > Active Directory Web Services 서비스가 [시작] 중인지 확인합니다. 서비스가 동작중이면 문제가 없습니다 ^^ 2015. 9. 16.
Office 356 | Manage Distribution Groups by using PowerShell Office 356 | Manage Distribution Groups by using PowerShell 파워셀로 o365 그룹생성시 1. Create and delete Distribution Groups 1.1 – Create a Distribution Group PowerShell command Syntax PowerShell 1 New-DistributionGroup -Name "" PowerShell command Example PowerShell 1 New-DistributionGroup -Name "DL USA" 1.2 – Create a Distribution Group + Details PowerShell command Syntax PowerShell 1 New-DistributionG.. 2015. 9. 7.
반응형