Export-SPOUserProfile
사용자 프로필 데이터를 csv 파일로 내보냅니다.
Syntax
Export-SPOUserProfile
-LoginName <String>
-OutputFolder <String>
[<CommonParameters>]
Description
사용자 프로필 데이터를 csv 파일로 내보냅니다.
SharePoint Online용 Windows PowerShell의 사용 권한과 최신 정보는 SharePoint Online 관리 셸 소개의 온라인 설명서를 참조하세요.
예제
------------ 예제 1 --------------------
Export-SPOUserProfile -LoginName joe.healy@contoso.com -OutputFolder "C:\users\admin\exportfolder"
예제 1에서는 전자 메일 주소 joe.healy@contoso.com 가 있는 사용자 데이터를 "C:\users\admin\exportfolder" 폴더로 내보냅니다.
매개 변수
-LoginName
데이터를 내보낸 사용자의 로그인 이름을 지정합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-OutputFolder
CSV 파일이 만들어지는 출력 폴더 위치를 지정합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |