Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 2.17 KB

File metadata and controls

95 lines (63 loc) · 2.17 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/export-spouserprofile
applicable SharePoint Online
title Export-SPOUserProfile
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Export-SPOUserProfile

SYNOPSIS

Export user profile data to csv file.

SYNTAX

Export-SPOUserProfile -LoginName <String> [-OutputFolder <String>] [<CommonParameters>]

DESCRIPTION

Export user profile data to csv file.

For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at Intro to SharePoint Online Management Shell.

EXAMPLES

Example 1

Export-SPOUserProfile -LoginName joe.healy@contoso.com -OutputFolder "C:\users\admin\exportfolder"

Example 1 exports user data who has the e-mail address joe.healy@contoso.com to a folder "C:\users\admin\exportfolder".

PARAMETERS

-LoginName

Applicable: SharePoint Online

Specifies the login name of the user whose data is exported.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-OutputFolder

Applicable: SharePoint Online

Specifies the output folder location where the CSV file is created.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Export-SPOUserInfo