Export-SPOUserProfile
將使用者設定檔資料匯出至 csv 檔案。
Syntax
Export-SPOUserProfile
-LoginName <String>
-OutputFolder <String>
[<CommonParameters>]
Description
將使用者設定檔資料匯出至 csv 檔案。
如需有關適用於 SharePoint Online 的 Windows PowerShell 權限和最新資訊,請參閱位於 SharePoint Online Management Shell 簡介的線上文件。
範例
------------ 範例 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 |